2024-04-18T21:20:49.191 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-18T21:20:49.191 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --owner scheduled_teuthology@teuthology --name teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505 --verbose -- /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505/orig.config.yaml 2024-04-18T21:20:49.222 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T21:20:49.310 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505 branch: squid description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7662505' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: squid 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 log-only-match: - CEPHADM_ sha1: 1a6a3e742fd81c6d70be70552499bff767652c32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 1a6a3e742fd81c6d70be70552499bff767652c32 workunit: branch: squid sha1: d0bf63dd179c05751e4be49477389aa290c73089 owner: scheduled_teuthology@teuthology priority: 101 repo: https://git.ceph.com/ceph.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: 6512 sha1: 1a6a3e742fd81c6d70be70552499bff767652c32 sleep_before_teardown: 0 subset: 28391/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_d0bf63dd179c05751e4be49477389aa290c73089/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: d0bf63dd179c05751e4be49477389aa290c73089 targets: smithi049.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCWAoFOMBLNsJWyscp/qjCnRQKr+G6Z8oALqxOCix0erD6b4BdDjT+D/NBeO/RtbN86IE77TT7TWLY57rMWScg0= smithi080.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEZMFoct3ZliWSIm4m9ZGgGkySMcbcow96/G6bjnFfjnWQSbhFbrTzLYDb4rTsYyMeeEHoAEpoqoZ0gPq8U/bzo= smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOAYMeAm1FB13t7VI/0UG1F5s7HUvKyvEigs71aJpLLgVij6PUsxGORsAVFg/GtFZYMPc1lC7M90lgZEYzCQtJg= 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: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-18_21:00:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-18T21:20:49.310 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_d0bf63dd179c05751e4be49477389aa290c73089/qa; will attempt to use it 2024-04-18T21:20:49.311 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_d0bf63dd179c05751e4be49477389aa290c73089/qa/tasks 2024-04-18T21:20:49.311 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-18T21:20:49.312 INFO:teuthology.task.internal:Checking packages... 2024-04-18T21:20:49.339 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '1a6a3e742fd81c6d70be70552499bff767652c32' 2024-04-18T21:20:49.339 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-18T21:20:49.339 INFO:teuthology.packaging:ref: None 2024-04-18T21:20:49.339 INFO:teuthology.packaging:tag: None 2024-04-18T21:20:49.340 INFO:teuthology.packaging:branch: squid 2024-04-18T21:20:49.340 INFO:teuthology.packaging:sha1: 1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:20:49.340 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=squid 2024-04-18T21:20:49.784 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:20:49.786 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-18T21:20:49.793 INFO:teuthology.task.internal:no buildpackages task found 2024-04-18T21:20:49.793 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-18T21:20:49.807 INFO:teuthology.task.internal:Saving configuration 2024-04-18T21:20:49.820 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-18T21:20:49.853 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T21:20:49.877 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi049.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505', '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-04-18 21:13:29.675412', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDGef8W0n4q7jud4QopB0U09P1T2+RXNwrP912941THe'} 2024-04-18T21:20:49.899 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505', '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-04-18 21:13:29.676774', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOqYOz5GheqMtRRyUi6Ywl5n3C13L+BmZgGG6znnJwqc'} 2024-04-18T21:20:49.926 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505', '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-04-18 21:13:29.677932', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPmhLb/11fZd5tLglmi64MGvo+o6LwwEYcdcjkXWb2Lg'} 2024-04-18T21:20:49.926 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-18T21:20:49.936 INFO:teuthology.task.internal:roles: ubuntu@smithi049.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-18T21:20:49.936 INFO:teuthology.task.internal:roles: ubuntu@smithi080.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-18T21:20:49.936 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-18T21:20:49.936 INFO:teuthology.run_tasks:Running task console_log... 2024-04-18T21:20:50.043 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcf34079280>, signals=[15]) 2024-04-18T21:20:50.043 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-18T21:20:50.049 INFO:teuthology.task.internal:Opening connections... 2024-04-18T21:20:50.049 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi049.front.sepia.ceph.com 2024-04-18T21:20:50.052 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:20:50.136 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi080.front.sepia.ceph.com 2024-04-18T21:20:50.136 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:20:50.216 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2024-04-18T21:20:50.217 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:20:50.295 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-18T21:20:50.301 DEBUG:teuthology.orchestra.run.smithi049:> uname -m 2024-04-18T21:20:50.307 INFO:teuthology.orchestra.run.smithi049.stdout:x86_64 2024-04-18T21:20:50.307 DEBUG:teuthology.orchestra.run.smithi049:> cat /etc/os-release 2024-04-18T21:20:50.354 INFO:teuthology.orchestra.run.smithi049.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:NAME="Ubuntu" 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_ID="22.04" 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:VERSION_CODENAME=jammy 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:ID=ubuntu 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:ID_LIKE=debian 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-18T21:20:50.355 INFO:teuthology.orchestra.run.smithi049.stdout:UBUNTU_CODENAME=jammy 2024-04-18T21:20:50.356 INFO:teuthology.lock.ops:Updating smithi049.front.sepia.ceph.com on lock server 2024-04-18T21:20:50.394 DEBUG:teuthology.orchestra.run.smithi080:> uname -m 2024-04-18T21:20:50.399 INFO:teuthology.orchestra.run.smithi080.stdout:x86_64 2024-04-18T21:20:50.400 DEBUG:teuthology.orchestra.run.smithi080:> cat /etc/os-release 2024-04-18T21:20:50.448 INFO:teuthology.orchestra.run.smithi080.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-18T21:20:50.448 INFO:teuthology.orchestra.run.smithi080.stdout:NAME="Ubuntu" 2024-04-18T21:20:50.448 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION_ID="22.04" 2024-04-18T21:20:50.448 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-18T21:20:50.449 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION_CODENAME=jammy 2024-04-18T21:20:50.449 INFO:teuthology.orchestra.run.smithi080.stdout:ID=ubuntu 2024-04-18T21:20:50.449 INFO:teuthology.orchestra.run.smithi080.stdout:ID_LIKE=debian 2024-04-18T21:20:50.449 INFO:teuthology.orchestra.run.smithi080.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-18T21:20:50.449 INFO:teuthology.orchestra.run.smithi080.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-18T21:20:50.449 INFO:teuthology.orchestra.run.smithi080.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-18T21:20:50.449 INFO:teuthology.orchestra.run.smithi080.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-18T21:20:50.449 INFO:teuthology.orchestra.run.smithi080.stdout:UBUNTU_CODENAME=jammy 2024-04-18T21:20:50.449 INFO:teuthology.lock.ops:Updating smithi080.front.sepia.ceph.com on lock server 2024-04-18T21:20:50.518 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2024-04-18T21:20:50.525 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2024-04-18T21:20:50.525 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2024-04-18T21:20:50.576 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-18T21:20:50.576 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="Ubuntu" 2024-04-18T21:20:50.576 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="22.04" 2024-04-18T21:20:50.577 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-18T21:20:50.577 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_CODENAME=jammy 2024-04-18T21:20:50.577 INFO:teuthology.orchestra.run.smithi115.stdout:ID=ubuntu 2024-04-18T21:20:50.577 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE=debian 2024-04-18T21:20:50.577 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-18T21:20:50.577 INFO:teuthology.orchestra.run.smithi115.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-18T21:20:50.577 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-18T21:20:50.577 INFO:teuthology.orchestra.run.smithi115.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-18T21:20:50.577 INFO:teuthology.orchestra.run.smithi115.stdout:UBUNTU_CODENAME=jammy 2024-04-18T21:20:50.578 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2024-04-18T21:20:50.610 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-18T21:20:50.619 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-18T21:20:50.625 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-18T21:20:50.625 DEBUG:teuthology.orchestra.run.smithi049:> test '!' -e /home/ubuntu/cephtest 2024-04-18T21:20:50.628 DEBUG:teuthology.orchestra.run.smithi080:> test '!' -e /home/ubuntu/cephtest 2024-04-18T21:20:50.630 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2024-04-18T21:20:50.635 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-18T21:20:50.641 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-18T21:20:50.641 DEBUG:teuthology.orchestra.run.smithi049:> test -z $(ls -A /var/lib/ceph) 2024-04-18T21:20:50.676 DEBUG:teuthology.orchestra.run.smithi080:> test -z $(ls -A /var/lib/ceph) 2024-04-18T21:20:50.678 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2024-04-18T21:20:50.778 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-18T21:20:50.839 INFO:teuthology.run_tasks:Running task kernel... 2024-04-18T21:20:50.855 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-18T21:20:50.855 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-18T21:20:50.855 DEBUG:teuthology.orchestra.run.smithi049:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T21:20:50.856 DEBUG:teuthology.orchestra.run.smithi080:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T21:20:50.856 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T21:20:50.861 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:20:50.861 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-04-18T21:20:50.862 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:20:50.863 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:20:50.863 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-04-18T21:20:50.863 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-04-18T21:20:50.909 INFO:teuthology.orchestra.run.smithi080.stdout:5.15.0-56-generic 2024-04-18T21:20:50.909 INFO:teuthology.task.kernel:Running kernel on smithi080: 5.15.0-56-generic 2024-04-18T21:20:50.909 DEBUG:teuthology.orchestra.run.smithi080:> sudo apt-get clean 2024-04-18T21:20:50.911 INFO:teuthology.orchestra.run.smithi049.stdout:5.15.0-56-generic 2024-04-18T21:20:50.911 INFO:teuthology.task.kernel:Running kernel on smithi049: 5.15.0-56-generic 2024-04-18T21:20:50.911 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get clean 2024-04-18T21:20:50.913 INFO:teuthology.orchestra.run.smithi115.stdout:5.15.0-56-generic 2024-04-18T21:20:50.914 INFO:teuthology.task.kernel:Running kernel on smithi115: 5.15.0-56-generic 2024-04-18T21:20:50.914 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get clean 2024-04-18T21:20:51.042 DEBUG:teuthology.orchestra.run.smithi080:> sudo apt-get update 2024-04-18T21:20:51.051 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get update 2024-04-18T21:20:51.058 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-04-18T21:20:51.267 INFO:teuthology.orchestra.run.smithi049.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-18T21:20:51.289 INFO:teuthology.orchestra.run.smithi080.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-18T21:20:51.310 INFO:teuthology.orchestra.run.smithi115.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-18T21:20:51.316 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-18T21:20:51.317 INFO:teuthology.orchestra.run.smithi080.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-18T21:20:51.351 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-18T21:20:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-18T21:20:51.386 INFO:teuthology.orchestra.run.smithi080.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-18T21:20:51.421 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-18T21:20:51.634 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [445 kB] 2024-04-18T21:20:51.660 INFO:teuthology.orchestra.run.smithi049.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,346 kB] 2024-04-18T21:20:51.743 INFO:teuthology.orchestra.run.smithi049.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-18T21:20:51.747 INFO:teuthology.orchestra.run.smithi080.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-18T21:20:51.783 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,346 kB] 2024-04-18T21:20:51.786 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-18T21:20:51.862 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-18T21:20:51.867 INFO:teuthology.orchestra.run.smithi049.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [445 kB] 2024-04-18T21:20:51.870 INFO:teuthology.orchestra.run.smithi080.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,346 kB] 2024-04-18T21:20:51.876 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-18T21:20:51.876 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-18T21:20:51.878 INFO:teuthology.orchestra.run.smithi049.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-18T21:20:51.878 INFO:teuthology.orchestra.run.smithi115.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-18T21:20:51.881 INFO:teuthology.orchestra.run.smithi049.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-18T21:20:51.885 INFO:teuthology.orchestra.run.smithi080.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-18T21:20:51.886 INFO:teuthology.orchestra.run.smithi049.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-18T21:20:51.886 INFO:teuthology.orchestra.run.smithi049.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-18T21:20:51.887 INFO:teuthology.orchestra.run.smithi049.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-18T21:20:51.924 INFO:teuthology.orchestra.run.smithi115.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [611 kB] 2024-04-18T21:20:52.025 INFO:teuthology.orchestra.run.smithi115.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-18T21:20:52.090 INFO:teuthology.orchestra.run.smithi049.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-18T21:20:52.096 INFO:teuthology.orchestra.run.smithi115.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-18T21:20:52.104 INFO:teuthology.orchestra.run.smithi049.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-18T21:20:52.105 INFO:teuthology.orchestra.run.smithi049.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-18T21:20:52.113 INFO:teuthology.orchestra.run.smithi115.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-18T21:20:52.120 INFO:teuthology.orchestra.run.smithi049.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-18T21:20:52.122 INFO:teuthology.orchestra.run.smithi115.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB] 2024-04-18T21:20:52.123 INFO:teuthology.orchestra.run.smithi115.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-18T21:20:52.138 INFO:teuthology.orchestra.run.smithi115.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-18T21:20:52.139 INFO:teuthology.orchestra.run.smithi049.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-18T21:20:52.141 INFO:teuthology.orchestra.run.smithi115.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-18T21:20:52.142 INFO:teuthology.orchestra.run.smithi115.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-18T21:20:52.142 INFO:teuthology.orchestra.run.smithi115.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-18T21:20:52.143 INFO:teuthology.orchestra.run.smithi049.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-18T21:20:52.143 INFO:teuthology.orchestra.run.smithi049.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-18T21:20:52.143 INFO:teuthology.orchestra.run.smithi049.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-18T21:20:52.143 INFO:teuthology.orchestra.run.smithi115.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-18T21:20:52.144 INFO:teuthology.orchestra.run.smithi115.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-18T21:20:52.144 INFO:teuthology.orchestra.run.smithi049.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-18T21:20:52.144 INFO:teuthology.orchestra.run.smithi049.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-18T21:20:52.190 INFO:teuthology.orchestra.run.smithi049.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [611 kB] 2024-04-18T21:20:52.202 INFO:teuthology.orchestra.run.smithi080.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [611 kB] 2024-04-18T21:20:52.230 INFO:teuthology.orchestra.run.smithi049.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [298 kB] 2024-04-18T21:20:52.230 INFO:teuthology.orchestra.run.smithi080.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [298 kB] 2024-04-18T21:20:52.244 INFO:teuthology.orchestra.run.smithi049.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-18T21:20:52.245 INFO:teuthology.orchestra.run.smithi049.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-18T21:20:52.245 INFO:teuthology.orchestra.run.smithi080.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-18T21:20:52.246 INFO:teuthology.orchestra.run.smithi080.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-18T21:20:52.246 INFO:teuthology.orchestra.run.smithi049.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,754 kB] 2024-04-18T21:20:52.248 INFO:teuthology.orchestra.run.smithi080.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,754 kB] 2024-04-18T21:20:52.271 INFO:teuthology.orchestra.run.smithi115.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [298 kB] 2024-04-18T21:20:52.279 INFO:teuthology.orchestra.run.smithi080.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [445 kB] 2024-04-18T21:20:52.286 INFO:teuthology.orchestra.run.smithi115.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-18T21:20:52.287 INFO:teuthology.orchestra.run.smithi115.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,754 kB] 2024-04-18T21:20:52.292 INFO:teuthology.orchestra.run.smithi080.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [237 kB] 2024-04-18T21:20:52.297 INFO:teuthology.orchestra.run.smithi080.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-18T21:20:52.297 INFO:teuthology.orchestra.run.smithi080.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,670 kB] 2024-04-18T21:20:52.307 INFO:teuthology.orchestra.run.smithi049.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [295 kB] 2024-04-18T21:20:52.308 INFO:teuthology.orchestra.run.smithi080.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [295 kB] 2024-04-18T21:20:52.314 INFO:teuthology.orchestra.run.smithi049.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-18T21:20:52.315 INFO:teuthology.orchestra.run.smithi080.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-18T21:20:52.337 INFO:teuthology.orchestra.run.smithi080.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [34.1 kB] 2024-04-18T21:20:52.348 INFO:teuthology.orchestra.run.smithi115.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-18T21:20:52.349 INFO:teuthology.orchestra.run.smithi115.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [295 kB] 2024-04-18T21:20:52.356 INFO:teuthology.orchestra.run.smithi115.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-18T21:20:52.371 INFO:teuthology.orchestra.run.smithi080.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [280 kB] 2024-04-18T21:20:52.376 INFO:teuthology.orchestra.run.smithi080.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-18T21:20:52.376 INFO:teuthology.orchestra.run.smithi080.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-18T21:20:52.387 INFO:teuthology.orchestra.run.smithi080.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [852 kB] 2024-04-18T21:20:52.401 INFO:teuthology.orchestra.run.smithi080.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [163 kB] 2024-04-18T21:20:52.404 INFO:teuthology.orchestra.run.smithi080.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-18T21:20:52.405 INFO:teuthology.orchestra.run.smithi080.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-18T21:20:52.405 INFO:teuthology.orchestra.run.smithi080.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-18T21:20:52.458 INFO:teuthology.orchestra.run.smithi080.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-18T21:20:52.458 INFO:teuthology.orchestra.run.smithi080.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-18T21:20:52.478 INFO:teuthology.orchestra.run.smithi049.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-18T21:20:52.481 INFO:teuthology.orchestra.run.smithi080.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-18T21:20:52.521 INFO:teuthology.orchestra.run.smithi115.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-18T21:20:53.074 INFO:teuthology.orchestra.run.smithi080.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,074 kB] 2024-04-18T21:20:53.108 INFO:teuthology.orchestra.run.smithi049.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-18T21:20:53.145 INFO:teuthology.orchestra.run.smithi049.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-18T21:20:53.158 INFO:teuthology.orchestra.run.smithi115.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-18T21:20:53.158 INFO:teuthology.orchestra.run.smithi049.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-18T21:20:53.159 INFO:teuthology.orchestra.run.smithi049.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-18T21:20:53.161 INFO:teuthology.orchestra.run.smithi049.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-18T21:20:53.162 INFO:teuthology.orchestra.run.smithi049.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-18T21:20:53.163 INFO:teuthology.orchestra.run.smithi049.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-18T21:20:53.163 INFO:teuthology.orchestra.run.smithi049.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-18T21:20:53.187 INFO:teuthology.orchestra.run.smithi080.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-18T21:20:53.190 INFO:teuthology.orchestra.run.smithi049.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-18T21:20:53.192 INFO:teuthology.orchestra.run.smithi049.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-18T21:20:53.195 INFO:teuthology.orchestra.run.smithi115.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [245 kB] 2024-04-18T21:20:53.207 INFO:teuthology.orchestra.run.smithi080.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-18T21:20:53.209 INFO:teuthology.orchestra.run.smithi080.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-18T21:20:53.209 INFO:teuthology.orchestra.run.smithi115.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-18T21:20:53.210 INFO:teuthology.orchestra.run.smithi115.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-18T21:20:53.211 INFO:teuthology.orchestra.run.smithi115.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-18T21:20:53.211 INFO:teuthology.orchestra.run.smithi080.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-18T21:20:53.212 INFO:teuthology.orchestra.run.smithi080.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-18T21:20:53.213 INFO:teuthology.orchestra.run.smithi115.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-18T21:20:53.213 INFO:teuthology.orchestra.run.smithi080.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-18T21:20:53.213 INFO:teuthology.orchestra.run.smithi080.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-18T21:20:53.214 INFO:teuthology.orchestra.run.smithi115.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-18T21:20:53.214 INFO:teuthology.orchestra.run.smithi115.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-18T21:20:53.218 INFO:teuthology.orchestra.run.smithi080.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-18T21:20:53.222 INFO:teuthology.orchestra.run.smithi080.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-18T21:20:53.240 INFO:teuthology.orchestra.run.smithi115.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-18T21:20:53.243 INFO:teuthology.orchestra.run.smithi115.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-18T21:20:53.357 INFO:teuthology.orchestra.run.smithi049.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-18T21:20:53.387 INFO:teuthology.orchestra.run.smithi080.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-18T21:20:53.408 INFO:teuthology.orchestra.run.smithi115.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-18T21:20:53.439 INFO:teuthology.orchestra.run.smithi049.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-18T21:20:53.470 INFO:teuthology.orchestra.run.smithi080.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-18T21:20:53.490 INFO:teuthology.orchestra.run.smithi115.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-18T21:20:53.521 INFO:teuthology.orchestra.run.smithi049.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-18T21:20:53.556 INFO:teuthology.orchestra.run.smithi080.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-18T21:20:53.575 INFO:teuthology.orchestra.run.smithi115.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-18T21:20:53.602 INFO:teuthology.orchestra.run.smithi049.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-18T21:20:53.632 INFO:teuthology.orchestra.run.smithi049.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-18T21:20:53.635 INFO:teuthology.orchestra.run.smithi080.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-18T21:20:53.656 INFO:teuthology.orchestra.run.smithi115.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-18T21:20:53.669 INFO:teuthology.orchestra.run.smithi080.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-18T21:20:53.689 INFO:teuthology.orchestra.run.smithi115.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-18T21:20:57.863 INFO:teuthology.orchestra.run.smithi080.stdout:Fetched 12.9 MB in 3s (5,064 kB/s) 2024-04-18T21:20:58.080 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 12.9 MB in 3s (5,078 kB/s) 2024-04-18T21:20:58.084 INFO:teuthology.orchestra.run.smithi049.stdout:Fetched 12.9 MB in 3s (5,138 kB/s) 2024-04-18T21:20:59.312 INFO:teuthology.orchestra.run.smithi080.stdout:Reading package lists... 2024-04-18T21:20:59.331 DEBUG:teuthology.orchestra.run.smithi080:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-18T21:20:59.386 INFO:teuthology.orchestra.run.smithi080.stdout:Reading package lists... 2024-04-18T21:20:59.389 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-18T21:20:59.408 DEBUG:teuthology.orchestra.run.smithi049:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-18T21:20:59.413 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-18T21:20:59.429 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-18T21:20:59.470 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-18T21:20:59.479 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-18T21:20:59.569 INFO:teuthology.orchestra.run.smithi080.stdout:Building dependency tree... 2024-04-18T21:20:59.570 INFO:teuthology.orchestra.run.smithi080.stdout:Reading state information... 2024-04-18T21:20:59.659 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-04-18T21:20:59.660 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-04-18T21:20:59.669 INFO:teuthology.orchestra.run.smithi049.stdout:Building dependency tree... 2024-04-18T21:20:59.670 INFO:teuthology.orchestra.run.smithi049.stdout:Reading state information... 2024-04-18T21:20:59.722 INFO:teuthology.orchestra.run.smithi080.stdout:The following packages were automatically installed and are no longer required: 2024-04-18T21:20:59.722 INFO:teuthology.orchestra.run.smithi080.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-18T21:20:59.722 INFO:teuthology.orchestra.run.smithi080.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-18T21:20:59.723 INFO:teuthology.orchestra.run.smithi080.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-18T21:20:59.723 INFO:teuthology.orchestra.run.smithi080.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-18T21:20:59.723 INFO:teuthology.orchestra.run.smithi080.stdout: python2.7-minimal 2024-04-18T21:20:59.723 INFO:teuthology.orchestra.run.smithi080.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-18T21:20:59.724 INFO:teuthology.orchestra.run.smithi080.stdout:The following additional packages will be installed: 2024-04-18T21:20:59.724 INFO:teuthology.orchestra.run.smithi080.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-18T21:20:59.724 INFO:teuthology.orchestra.run.smithi080.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-18T21:20:59.724 INFO:teuthology.orchestra.run.smithi080.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-18T21:20:59.725 INFO:teuthology.orchestra.run.smithi080.stdout:Suggested packages: 2024-04-18T21:20:59.725 INFO:teuthology.orchestra.run.smithi080.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-18T21:20:59.725 INFO:teuthology.orchestra.run.smithi080.stdout:Recommended packages: 2024-04-18T21:20:59.725 INFO:teuthology.orchestra.run.smithi080.stdout: thermald 2024-04-18T21:20:59.780 INFO:teuthology.orchestra.run.smithi080.stdout:The following NEW packages will be installed: 2024-04-18T21:20:59.781 INFO:teuthology.orchestra.run.smithi080.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-18T21:20:59.781 INFO:teuthology.orchestra.run.smithi080.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-18T21:20:59.781 INFO:teuthology.orchestra.run.smithi080.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-18T21:20:59.782 INFO:teuthology.orchestra.run.smithi080.stdout:The following packages will be upgraded: 2024-04-18T21:20:59.782 INFO:teuthology.orchestra.run.smithi080.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-18T21:20:59.812 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-04-18T21:20:59.812 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-18T21:20:59.812 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-18T21:20:59.812 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-18T21:20:59.813 INFO:teuthology.orchestra.run.smithi115.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-18T21:20:59.813 INFO:teuthology.orchestra.run.smithi115.stdout: python2.7-minimal 2024-04-18T21:20:59.813 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-18T21:20:59.814 INFO:teuthology.orchestra.run.smithi115.stdout:The following additional packages will be installed: 2024-04-18T21:20:59.814 INFO:teuthology.orchestra.run.smithi115.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-18T21:20:59.814 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-18T21:20:59.814 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-18T21:20:59.815 INFO:teuthology.orchestra.run.smithi115.stdout:Suggested packages: 2024-04-18T21:20:59.815 INFO:teuthology.orchestra.run.smithi115.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-18T21:20:59.815 INFO:teuthology.orchestra.run.smithi115.stdout:Recommended packages: 2024-04-18T21:20:59.815 INFO:teuthology.orchestra.run.smithi115.stdout: thermald 2024-04-18T21:20:59.830 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages were automatically installed and are no longer required: 2024-04-18T21:20:59.830 INFO:teuthology.orchestra.run.smithi049.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-18T21:20:59.830 INFO:teuthology.orchestra.run.smithi049.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-18T21:20:59.831 INFO:teuthology.orchestra.run.smithi049.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-18T21:20:59.831 INFO:teuthology.orchestra.run.smithi049.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-18T21:20:59.831 INFO:teuthology.orchestra.run.smithi049.stdout: python2.7-minimal 2024-04-18T21:20:59.831 INFO:teuthology.orchestra.run.smithi049.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-18T21:20:59.832 INFO:teuthology.orchestra.run.smithi049.stdout:The following additional packages will be installed: 2024-04-18T21:20:59.832 INFO:teuthology.orchestra.run.smithi049.stdout: linux-generic linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-18T21:20:59.832 INFO:teuthology.orchestra.run.smithi049.stdout: linux-headers-generic linux-image-5.15.0-102-generic 2024-04-18T21:20:59.833 INFO:teuthology.orchestra.run.smithi049.stdout: linux-modules-5.15.0-102-generic linux-modules-extra-5.15.0-102-generic 2024-04-18T21:20:59.834 INFO:teuthology.orchestra.run.smithi049.stdout:Suggested packages: 2024-04-18T21:20:59.834 INFO:teuthology.orchestra.run.smithi049.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-18T21:20:59.834 INFO:teuthology.orchestra.run.smithi049.stdout:Recommended packages: 2024-04-18T21:20:59.834 INFO:teuthology.orchestra.run.smithi049.stdout: thermald 2024-04-18T21:20:59.866 INFO:teuthology.orchestra.run.smithi115.stdout:The following NEW packages will be installed: 2024-04-18T21:20:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-18T21:20:59.866 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-18T21:20:59.867 INFO:teuthology.orchestra.run.smithi115.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-18T21:20:59.868 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages will be upgraded: 2024-04-18T21:20:59.868 INFO:teuthology.orchestra.run.smithi115.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-18T21:20:59.879 INFO:teuthology.orchestra.run.smithi049.stdout:The following NEW packages will be installed: 2024-04-18T21:20:59.879 INFO:teuthology.orchestra.run.smithi049.stdout: linux-headers-5.15.0-102 linux-headers-5.15.0-102-generic 2024-04-18T21:20:59.879 INFO:teuthology.orchestra.run.smithi049.stdout: linux-image-5.15.0-102-generic linux-modules-5.15.0-102-generic 2024-04-18T21:20:59.879 INFO:teuthology.orchestra.run.smithi049.stdout: linux-modules-extra-5.15.0-102-generic 2024-04-18T21:20:59.880 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages will be upgraded: 2024-04-18T21:20:59.881 INFO:teuthology.orchestra.run.smithi049.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-18T21:20:59.927 INFO:teuthology.orchestra.run.smithi115.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-18T21:20:59.927 INFO:teuthology.orchestra.run.smithi115.stdout:Need to get 113 MB of archives. 2024-04-18T21:20:59.927 INFO:teuthology.orchestra.run.smithi115.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-18T21:20:59.928 INFO:teuthology.orchestra.run.smithi115.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-18T21:20:59.938 INFO:teuthology.orchestra.run.smithi049.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-18T21:20:59.938 INFO:teuthology.orchestra.run.smithi049.stdout:Need to get 113 MB of archives. 2024-04-18T21:20:59.938 INFO:teuthology.orchestra.run.smithi049.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-18T21:20:59.938 INFO:teuthology.orchestra.run.smithi049.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-18T21:20:59.960 INFO:teuthology.orchestra.run.smithi080.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-18T21:20:59.960 INFO:teuthology.orchestra.run.smithi080.stdout:Need to get 113 MB of archives. 2024-04-18T21:20:59.960 INFO:teuthology.orchestra.run.smithi080.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-18T21:20:59.960 INFO:teuthology.orchestra.run.smithi080.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-102-generic amd64 5.15.0-102.112 [22.7 MB] 2024-04-18T21:21:00.804 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-18T21:21:00.862 INFO:teuthology.orchestra.run.smithi049.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-18T21:21:01.182 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-18T21:21:01.293 INFO:teuthology.orchestra.run.smithi049.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-18T21:21:01.481 INFO:teuthology.orchestra.run.smithi080.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-102-generic amd64 5.15.0-102.112 [11.5 MB] 2024-04-18T21:21:01.828 INFO:teuthology.orchestra.run.smithi080.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-102-generic amd64 5.15.0-102.112 [63.9 MB] 2024-04-18T21:21:03.228 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-18T21:21:03.228 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-18T21:21:03.229 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-18T21:21:03.404 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-18T21:21:03.416 INFO:teuthology.orchestra.run.smithi049.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-18T21:21:03.416 INFO:teuthology.orchestra.run.smithi049.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-18T21:21:03.416 INFO:teuthology.orchestra.run.smithi049.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-18T21:21:03.446 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-18T21:21:03.594 INFO:teuthology.orchestra.run.smithi049.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-18T21:21:03.633 INFO:teuthology.orchestra.run.smithi049.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-18T21:21:03.842 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 113 MB in 4s (31.7 MB/s) 2024-04-18T21:21:04.012 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-18T21:21:04.025 INFO:teuthology.orchestra.run.smithi080.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.102.99 [1,700 B] 2024-04-18T21:21:04.026 INFO:teuthology.orchestra.run.smithi080.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.102.99 [2,512 B] 2024-04-18T21:21:04.026 INFO:teuthology.orchestra.run.smithi080.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102 all 5.15.0-102.112 [12.4 MB] 2024-04-18T21:21:04.032 INFO:teuthology.orchestra.run.smithi049.stdout:Fetched 113 MB in 4s (30.3 MB/s) 2024-04-18T21:21:04.255 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-18T21:21:04.370 INFO:teuthology.orchestra.run.smithi080.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-102-generic amd64 5.15.0-102.112 [2,877 kB] 2024-04-18T21:21:04.453 INFO:teuthology.orchestra.run.smithi080.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.102.99 [2,360 B] 2024-04-18T21:21:04.840 INFO:teuthology.orchestra.run.smithi080.stdout:Fetched 113 MB in 5s (24.3 MB/s) 2024-04-18T21:21:05.007 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package linux-modules-5.15.0-102-generic. 2024-04-18T21:21:06.074 INFO:teuthology.orchestra.run.smithi115.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-04-18T21:21:06.078 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:06.226 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:06.272 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:21:06.276 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:06.396 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:07.061 INFO:teuthology.orchestra.run.smithi080.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-04-18T21:21:07.066 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../0-linux-modules-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:07.146 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:08.394 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-18T21:21:08.415 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:08.533 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:08.639 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-18T21:21:08.661 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:08.779 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:09.189 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-18T21:21:09.209 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:09.247 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:09.250 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-18T21:21:09.272 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:09.317 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:09.322 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package linux-image-5.15.0-102-generic. 2024-04-18T21:21:09.344 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../1-linux-image-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:09.445 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:09.917 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-102-generic. 2024-04-18T21:21:09.937 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:09.967 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:15.655 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-18T21:21:15.815 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-18T21:21:16.173 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-18T21:21:16.213 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-18T21:21:16.294 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-18T21:21:16.338 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-18T21:21:16.639 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-18T21:21:16.647 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-18T21:21:16.669 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-18T21:21:16.713 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-18T21:21:16.784 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-18T21:21:16.933 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../3-linux-generic_5.15.0.102.99_amd64.deb ... 2024-04-18T21:21:17.060 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking linux-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-18T21:21:17.086 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-18T21:21:17.109 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-18T21:21:17.153 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-18T21:21:17.384 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.102.99_amd64.deb ... 2024-04-18T21:21:17.480 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking linux-image-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-18T21:21:17.783 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package linux-headers-5.15.0-102. 2024-04-18T21:21:17.805 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../5-linux-headers-5.15.0-102_5.15.0-102.112_all.deb ... 2024-04-18T21:21:17.849 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-18T21:21:22.316 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-18T21:21:22.353 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:22.391 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:22.976 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-18T21:21:23.013 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:23.051 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:23.742 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package linux-headers-5.15.0-102-generic. 2024-04-18T21:21:23.780 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../6-linux-headers-5.15.0-102-generic_5.15.0-102.112_amd64.deb ... 2024-04-18T21:21:23.817 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:25.504 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-18T21:21:25.609 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-18T21:21:25.787 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-18T21:21:25.912 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-18T21:21:25.976 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-18T21:21:26.122 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:26.248 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-18T21:21:26.254 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-18T21:21:26.368 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:26.374 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:26.380 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.102.99_amd64.deb ... 2024-04-18T21:21:26.503 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking linux-headers-generic (5.15.0.102.99) over (5.15.0.56.54) ... 2024-04-18T21:21:26.859 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-18T21:21:27.432 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:27.686 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up linux-headers-5.15.0-102 (5.15.0-102.112) ... 2024-04-18T21:21:27.717 INFO:teuthology.orchestra.run.smithi115.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-18T21:21:27.717 INFO:teuthology.orchestra.run.smithi115.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-18T21:21:27.717 INFO:teuthology.orchestra.run.smithi115.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-18T21:21:27.717 INFO:teuthology.orchestra.run.smithi115.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:27.808 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up linux-headers-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:27.861 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:27.934 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up linux-headers-generic (5.15.0.102.99) ... 2024-04-18T21:21:28.063 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:28.771 INFO:teuthology.orchestra.run.smithi049.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-18T21:21:28.771 INFO:teuthology.orchestra.run.smithi049.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-18T21:21:28.771 INFO:teuthology.orchestra.run.smithi049.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-18T21:21:28.771 INFO:teuthology.orchestra.run.smithi049.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:28.925 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:29.263 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:29.383 INFO:teuthology.orchestra.run.smithi080.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-18T21:21:29.383 INFO:teuthology.orchestra.run.smithi080.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-18T21:21:29.384 INFO:teuthology.orchestra.run.smithi080.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-102-generic 2024-04-18T21:21:29.384 INFO:teuthology.orchestra.run.smithi080.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:29.531 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up linux-modules-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:30.368 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:30.654 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-18T21:21:30.781 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-18T21:21:30.899 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up linux-modules-extra-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:30.916 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:30.972 INFO:teuthology.orchestra.run.smithi115.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-18T21:21:30.973 INFO:teuthology.orchestra.run.smithi115.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:31.803 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-18T21:21:31.937 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-18T21:21:32.064 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:32.136 INFO:teuthology.orchestra.run.smithi049.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-18T21:21:32.137 INFO:teuthology.orchestra.run.smithi049.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:32.284 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up linux-image-generic (5.15.0.102.99) ... 2024-04-18T21:21:32.418 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up linux-generic (5.15.0.102.99) ... 2024-04-18T21:21:32.545 INFO:teuthology.orchestra.run.smithi080.stdout:Processing triggers for linux-image-5.15.0-102-generic (5.15.0-102.112) ... 2024-04-18T21:21:32.608 INFO:teuthology.orchestra.run.smithi080.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-18T21:21:32.608 INFO:teuthology.orchestra.run.smithi080.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:45.649 INFO:teuthology.orchestra.run.smithi115.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-18T21:21:45.649 INFO:teuthology.orchestra.run.smithi115.stdout:Sourcing file `/etc/default/grub' 2024-04-18T21:21:45.682 INFO:teuthology.orchestra.run.smithi115.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-18T21:21:45.698 INFO:teuthology.orchestra.run.smithi115.stdout:Generating grub configuration file ... 2024-04-18T21:21:46.002 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-18T21:21:46.031 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:46.373 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-18T21:21:46.379 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-18T21:21:46.451 INFO:teuthology.orchestra.run.smithi115.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-18T21:21:46.457 INFO:teuthology.orchestra.run.smithi115.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-18T21:21:46.617 INFO:teuthology.orchestra.run.smithi115.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-18T21:21:46.618 INFO:teuthology.orchestra.run.smithi115.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-18T21:21:46.618 INFO:teuthology.orchestra.run.smithi115.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-18T21:21:46.652 INFO:teuthology.orchestra.run.smithi115.stdout:done 2024-04-18T21:21:46.809 INFO:teuthology.orchestra.run.smithi049.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-18T21:21:46.810 INFO:teuthology.orchestra.run.smithi049.stdout:Sourcing file `/etc/default/grub' 2024-04-18T21:21:46.829 INFO:teuthology.orchestra.run.smithi049.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-18T21:21:46.840 INFO:teuthology.orchestra.run.smithi049.stdout:Generating grub configuration file ... 2024-04-18T21:21:47.033 INFO:teuthology.orchestra.run.smithi080.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-18T21:21:47.033 INFO:teuthology.orchestra.run.smithi080.stdout:Sourcing file `/etc/default/grub' 2024-04-18T21:21:47.050 INFO:teuthology.orchestra.run.smithi080.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-18T21:21:47.071 INFO:teuthology.orchestra.run.smithi080.stdout:Generating grub configuration file ... 2024-04-18T21:21:47.103 INFO:teuthology.orchestra.run.smithi049.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-18T21:21:47.120 INFO:teuthology.orchestra.run.smithi049.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:47.165 DEBUG:teuthology.orchestra.run.smithi115:> dpkg -s linux-image-generic 2024-04-18T21:21:47.192 INFO:teuthology.orchestra.run.smithi115.stdout:Package: linux-image-generic 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Status: install ok installed 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Priority: optional 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Section: kernel 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Installed-Size: 21 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Maintainer: Ubuntu Kernel Team 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: amd64 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Source: linux-meta 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Version: 5.15.0.102.99 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-18T21:21:47.193 INFO:teuthology.orchestra.run.smithi115.stdout:Recommends: thermald 2024-04-18T21:21:47.194 INFO:teuthology.orchestra.run.smithi115.stdout:Description: Generic Linux kernel image 2024-04-18T21:21:47.194 INFO:teuthology.orchestra.run.smithi115.stdout: This package will always depend on the latest generic kernel image 2024-04-18T21:21:47.194 INFO:teuthology.orchestra.run.smithi115.stdout: available. 2024-04-18T21:21:47.194 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-18T21:21:47.194 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T21:21:47.194 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T21:21:47.194 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-18T21:21:47.195 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi115.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T21:21:47.195 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get clean 2024-04-18T21:21:47.369 INFO:teuthology.orchestra.run.smithi080.stdout:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-18T21:21:47.383 INFO:teuthology.orchestra.run.smithi049.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-18T21:21:47.389 INFO:teuthology.orchestra.run.smithi049.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-18T21:21:47.399 INFO:teuthology.orchestra.run.smithi080.stdout:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:47.405 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-04-18T21:21:47.457 INFO:teuthology.orchestra.run.smithi049.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-18T21:21:47.463 INFO:teuthology.orchestra.run.smithi049.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-18T21:21:47.618 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-18T21:21:47.640 INFO:teuthology.orchestra.run.smithi049.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-18T21:21:47.641 INFO:teuthology.orchestra.run.smithi049.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-18T21:21:47.641 INFO:teuthology.orchestra.run.smithi049.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-18T21:21:47.672 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-18T21:21:47.679 INFO:teuthology.orchestra.run.smithi049.stdout:done 2024-04-18T21:21:47.699 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-18T21:21:47.710 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-18T21:21:47.784 INFO:teuthology.orchestra.run.smithi080.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-18T21:21:47.790 INFO:teuthology.orchestra.run.smithi080.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-18T21:21:47.864 INFO:teuthology.orchestra.run.smithi080.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-18T21:21:47.870 INFO:teuthology.orchestra.run.smithi080.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-18T21:21:48.011 INFO:teuthology.orchestra.run.smithi080.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-18T21:21:48.011 INFO:teuthology.orchestra.run.smithi080.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-18T21:21:48.011 INFO:teuthology.orchestra.run.smithi080.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-18T21:21:48.060 INFO:teuthology.orchestra.run.smithi080.stdout:done 2024-04-18T21:21:48.203 DEBUG:teuthology.orchestra.run.smithi049:> dpkg -s linux-image-generic 2024-04-18T21:21:48.220 INFO:teuthology.orchestra.run.smithi049.stdout:Package: linux-image-generic 2024-04-18T21:21:48.220 INFO:teuthology.orchestra.run.smithi049.stdout:Status: install ok installed 2024-04-18T21:21:48.220 INFO:teuthology.orchestra.run.smithi049.stdout:Priority: optional 2024-04-18T21:21:48.220 INFO:teuthology.orchestra.run.smithi049.stdout:Section: kernel 2024-04-18T21:21:48.220 INFO:teuthology.orchestra.run.smithi049.stdout:Installed-Size: 21 2024-04-18T21:21:48.221 INFO:teuthology.orchestra.run.smithi049.stdout:Maintainer: Ubuntu Kernel Team 2024-04-18T21:21:48.221 INFO:teuthology.orchestra.run.smithi049.stdout:Architecture: amd64 2024-04-18T21:21:48.221 INFO:teuthology.orchestra.run.smithi049.stdout:Source: linux-meta 2024-04-18T21:21:48.221 INFO:teuthology.orchestra.run.smithi049.stdout:Version: 5.15.0.102.99 2024-04-18T21:21:48.221 INFO:teuthology.orchestra.run.smithi049.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-18T21:21:48.221 INFO:teuthology.orchestra.run.smithi049.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-18T21:21:48.221 INFO:teuthology.orchestra.run.smithi049.stdout:Recommends: thermald 2024-04-18T21:21:48.221 INFO:teuthology.orchestra.run.smithi049.stdout:Description: Generic Linux kernel image 2024-04-18T21:21:48.221 INFO:teuthology.orchestra.run.smithi049.stdout: This package will always depend on the latest generic kernel image 2024-04-18T21:21:48.221 INFO:teuthology.orchestra.run.smithi049.stdout: available. 2024-04-18T21:21:48.221 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-18T21:21:48.221 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T21:21:48.222 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T21:21:48.222 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-18T21:21:48.222 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi049.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T21:21:48.222 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get clean 2024-04-18T21:21:48.417 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get update 2024-04-18T21:21:48.490 DEBUG:teuthology.orchestra.run.smithi080:> dpkg -s linux-image-generic 2024-04-18T21:21:48.509 INFO:teuthology.orchestra.run.smithi080.stdout:Package: linux-image-generic 2024-04-18T21:21:48.509 INFO:teuthology.orchestra.run.smithi080.stdout:Status: install ok installed 2024-04-18T21:21:48.509 INFO:teuthology.orchestra.run.smithi080.stdout:Priority: optional 2024-04-18T21:21:48.509 INFO:teuthology.orchestra.run.smithi080.stdout:Section: kernel 2024-04-18T21:21:48.509 INFO:teuthology.orchestra.run.smithi080.stdout:Installed-Size: 21 2024-04-18T21:21:48.509 INFO:teuthology.orchestra.run.smithi080.stdout:Maintainer: Ubuntu Kernel Team 2024-04-18T21:21:48.509 INFO:teuthology.orchestra.run.smithi080.stdout:Architecture: amd64 2024-04-18T21:21:48.509 INFO:teuthology.orchestra.run.smithi080.stdout:Source: linux-meta 2024-04-18T21:21:48.509 INFO:teuthology.orchestra.run.smithi080.stdout:Version: 5.15.0.102.99 2024-04-18T21:21:48.509 INFO:teuthology.orchestra.run.smithi080.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-18T21:21:48.510 INFO:teuthology.orchestra.run.smithi080.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-18T21:21:48.510 INFO:teuthology.orchestra.run.smithi080.stdout:Recommends: thermald 2024-04-18T21:21:48.510 INFO:teuthology.orchestra.run.smithi080.stdout:Description: Generic Linux kernel image 2024-04-18T21:21:48.510 INFO:teuthology.orchestra.run.smithi080.stdout: This package will always depend on the latest generic kernel image 2024-04-18T21:21:48.510 INFO:teuthology.orchestra.run.smithi080.stdout: available. 2024-04-18T21:21:48.510 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-102-generic 2024-04-18T21:21:48.510 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T21:21:48.510 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T21:21:48.510 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-18T21:21:48.510 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi080.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T21:21:48.510 DEBUG:teuthology.orchestra.run.smithi080:> sudo apt-get clean 2024-04-18T21:21:48.573 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-18T21:21:48.573 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-18T21:21:48.584 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-18T21:21:48.604 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-18T21:21:48.690 DEBUG:teuthology.orchestra.run.smithi080:> sudo apt-get update 2024-04-18T21:21:48.906 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-18T21:21:48.923 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-18T21:21:48.936 INFO:teuthology.orchestra.run.smithi080.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-18T21:21:48.936 INFO:teuthology.orchestra.run.smithi080.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-18T21:21:48.975 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-18T21:21:49.007 INFO:teuthology.orchestra.run.smithi080.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-18T21:21:49.089 INFO:teuthology.orchestra.run.smithi080.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-18T21:21:49.152 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-04-18T21:21:49.153 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-04-18T21:21:49.307 INFO:teuthology.orchestra.run.smithi115.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-18T21:21:49.308 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-04-18T21:21:49.308 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-18T21:21:49.308 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-18T21:21:49.308 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-18T21:21:49.308 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-18T21:21:49.308 INFO:teuthology.orchestra.run.smithi115.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-18T21:21:49.308 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-18T21:21:49.347 INFO:teuthology.orchestra.run.smithi115.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-18T21:21:49.349 DEBUG:teuthology.orchestra.run.smithi115:> dpkg -s linux-image-generic 2024-04-18T21:21:49.403 INFO:teuthology.orchestra.run.smithi115.stdout:Package: linux-image-generic 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Status: install ok installed 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Priority: optional 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Section: kernel 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Installed-Size: 21 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Maintainer: Ubuntu Kernel Team 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Architecture: amd64 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Source: linux-meta 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Version: 5.15.0.102.99 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Recommends: thermald 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout:Description: Generic Linux kernel image 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout: This package will always depend on the latest generic kernel image 2024-04-18T21:21:49.404 INFO:teuthology.orchestra.run.smithi115.stdout: available. 2024-04-18T21:21:49.405 DEBUG:teuthology.orchestra.run.smithi115:> mktemp 2024-04-18T21:21:49.452 INFO:teuthology.orchestra.run.smithi115.stdout:/tmp/tmp.lzNRYZxbO7 2024-04-18T21:21:49.452 DEBUG:teuthology.orchestra.run.smithi115:> sudo cp /boot/grub/grub.cfg /tmp/tmp.lzNRYZxbO7 2024-04-18T21:21:49.507 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 0666 /tmp/tmp.lzNRYZxbO7 2024-04-18T21:21:49.621 DEBUG:teuthology.orchestra.remote:smithi115:/tmp/tmp.lzNRYZxbO7 is 10KB 2024-04-18T21:21:49.634 DEBUG:teuthology.orchestra.run.smithi115:> rm -fr /tmp/tmp.lzNRYZxbO7 2024-04-18T21:21:49.639 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-18T21:21:49.694 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:21:49.694 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-18T21:21:49.694 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-18T21:21:49.779 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-18T21:21:49.779 DEBUG:teuthology.orchestra.run.smithi115:> sudo update-grub 2024-04-18T21:21:49.964 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-18T21:21:49.981 DEBUG:teuthology.orchestra.run.smithi049:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-18T21:21:50.035 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-18T21:21:50.226 INFO:teuthology.orchestra.run.smithi049.stdout:Building dependency tree... 2024-04-18T21:21:50.227 INFO:teuthology.orchestra.run.smithi049.stdout:Reading state information... 2024-04-18T21:21:50.301 INFO:teuthology.orchestra.run.smithi080.stdout:Reading package lists... 2024-04-18T21:21:50.320 DEBUG:teuthology.orchestra.run.smithi080:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-18T21:21:50.382 INFO:teuthology.orchestra.run.smithi080.stdout:Reading package lists... 2024-04-18T21:21:50.390 INFO:teuthology.orchestra.run.smithi049.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-18T21:21:50.390 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages were automatically installed and are no longer required: 2024-04-18T21:21:50.390 INFO:teuthology.orchestra.run.smithi049.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-18T21:21:50.390 INFO:teuthology.orchestra.run.smithi049.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-18T21:21:50.390 INFO:teuthology.orchestra.run.smithi049.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-18T21:21:50.390 INFO:teuthology.orchestra.run.smithi049.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-18T21:21:50.390 INFO:teuthology.orchestra.run.smithi049.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-18T21:21:50.390 INFO:teuthology.orchestra.run.smithi049.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-18T21:21:50.428 INFO:teuthology.orchestra.run.smithi049.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-18T21:21:50.430 DEBUG:teuthology.orchestra.run.smithi049:> dpkg -s linux-image-generic 2024-04-18T21:21:50.490 INFO:teuthology.orchestra.run.smithi049.stdout:Package: linux-image-generic 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Status: install ok installed 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Priority: optional 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Section: kernel 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Installed-Size: 21 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Maintainer: Ubuntu Kernel Team 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Architecture: amd64 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Source: linux-meta 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Version: 5.15.0.102.99 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Recommends: thermald 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout:Description: Generic Linux kernel image 2024-04-18T21:21:50.491 INFO:teuthology.orchestra.run.smithi049.stdout: This package will always depend on the latest generic kernel image 2024-04-18T21:21:50.492 INFO:teuthology.orchestra.run.smithi049.stdout: available. 2024-04-18T21:21:50.492 DEBUG:teuthology.orchestra.run.smithi049:> mktemp 2024-04-18T21:21:50.538 INFO:teuthology.orchestra.run.smithi049.stdout:/tmp/tmp.O0w3mJvJBT 2024-04-18T21:21:50.538 DEBUG:teuthology.orchestra.run.smithi049:> sudo cp /boot/grub/grub.cfg /tmp/tmp.O0w3mJvJBT 2024-04-18T21:21:50.591 INFO:teuthology.orchestra.run.smithi080.stdout:Building dependency tree... 2024-04-18T21:21:50.592 INFO:teuthology.orchestra.run.smithi080.stdout:Reading state information... 2024-04-18T21:21:50.594 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 0666 /tmp/tmp.O0w3mJvJBT 2024-04-18T21:21:50.709 DEBUG:teuthology.orchestra.remote:smithi049:/tmp/tmp.O0w3mJvJBT is 10KB 2024-04-18T21:21:50.723 DEBUG:teuthology.orchestra.run.smithi049:> rm -fr /tmp/tmp.O0w3mJvJBT 2024-04-18T21:21:50.728 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-18T21:21:50.765 INFO:teuthology.orchestra.run.smithi080.stdout:linux-image-generic is already the newest version (5.15.0.102.99). 2024-04-18T21:21:50.765 INFO:teuthology.orchestra.run.smithi080.stdout:The following packages were automatically installed and are no longer required: 2024-04-18T21:21:50.765 INFO:teuthology.orchestra.run.smithi080.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-18T21:21:50.765 INFO:teuthology.orchestra.run.smithi080.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-18T21:21:50.765 INFO:teuthology.orchestra.run.smithi080.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-18T21:21:50.765 INFO:teuthology.orchestra.run.smithi080.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-18T21:21:50.766 INFO:teuthology.orchestra.run.smithi080.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-18T21:21:50.766 INFO:teuthology.orchestra.run.smithi080.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-18T21:21:50.781 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:21:50.781 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-18T21:21:50.781 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-18T21:21:50.805 INFO:teuthology.orchestra.run.smithi080.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-18T21:21:50.807 DEBUG:teuthology.orchestra.run.smithi080:> dpkg -s linux-image-generic 2024-04-18T21:21:50.822 INFO:teuthology.orchestra.run.smithi080.stdout:Package: linux-image-generic 2024-04-18T21:21:50.822 INFO:teuthology.orchestra.run.smithi080.stdout:Status: install ok installed 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Priority: optional 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Section: kernel 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Installed-Size: 21 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Maintainer: Ubuntu Kernel Team 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Architecture: amd64 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Source: linux-meta 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Version: 5.15.0.102.99 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-102), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Depends: linux-image-5.15.0-102-generic, linux-modules-extra-5.15.0-102-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Recommends: thermald 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout:Description: Generic Linux kernel image 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout: This package will always depend on the latest generic kernel image 2024-04-18T21:21:50.823 INFO:teuthology.orchestra.run.smithi080.stdout: available. 2024-04-18T21:21:50.824 DEBUG:teuthology.orchestra.run.smithi080:> mktemp 2024-04-18T21:21:50.853 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-18T21:21:50.853 DEBUG:teuthology.orchestra.run.smithi049:> sudo update-grub 2024-04-18T21:21:50.867 INFO:teuthology.orchestra.run.smithi080.stdout:/tmp/tmp.xGkuNPNrae 2024-04-18T21:21:50.867 DEBUG:teuthology.orchestra.run.smithi080:> sudo cp /boot/grub/grub.cfg /tmp/tmp.xGkuNPNrae 2024-04-18T21:21:50.933 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 0666 /tmp/tmp.xGkuNPNrae 2024-04-18T21:21:51.052 DEBUG:teuthology.orchestra.remote:smithi080:/tmp/tmp.xGkuNPNrae is 10KB 2024-04-18T21:21:51.064 DEBUG:teuthology.orchestra.run.smithi080:> rm -fr /tmp/tmp.xGkuNPNrae 2024-04-18T21:21:51.070 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-18T21:21:51.124 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:21:51.124 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-18T21:21:51.124 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-18T21:21:51.129 INFO:teuthology.orchestra.run.smithi115.stderr:Sourcing file `/etc/default/grub' 2024-04-18T21:21:51.130 INFO:teuthology.orchestra.run.smithi115.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-18T21:21:51.134 INFO:teuthology.orchestra.run.smithi115.stderr:Generating grub configuration file ... 2024-04-18T21:21:51.190 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-102-generic 2024-04-18T21:21:51.190 DEBUG:teuthology.orchestra.run.smithi080:> sudo update-grub 2024-04-18T21:21:51.329 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-18T21:21:51.335 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:51.581 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-18T21:21:51.586 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-18T21:21:51.629 INFO:teuthology.orchestra.run.smithi115.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-18T21:21:51.634 INFO:teuthology.orchestra.run.smithi115.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-18T21:21:51.783 INFO:teuthology.orchestra.run.smithi115.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-18T21:21:51.784 INFO:teuthology.orchestra.run.smithi115.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-18T21:21:51.784 INFO:teuthology.orchestra.run.smithi115.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-18T21:21:51.805 INFO:teuthology.orchestra.run.smithi115.stderr:done 2024-04-18T21:21:51.814 DEBUG:teuthology.orchestra.run.smithi115:> sudo shutdown -r now 2024-04-18T21:21:52.117 INFO:teuthology.orchestra.run.smithi049.stderr:Sourcing file `/etc/default/grub' 2024-04-18T21:21:52.118 INFO:teuthology.orchestra.run.smithi049.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-18T21:21:52.120 INFO:teuthology.orchestra.run.smithi049.stderr:Generating grub configuration file ... 2024-04-18T21:21:52.335 INFO:teuthology.orchestra.run.smithi049.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-18T21:21:52.342 INFO:teuthology.orchestra.run.smithi049.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:52.414 INFO:teuthology.orchestra.run.smithi080.stderr:Sourcing file `/etc/default/grub' 2024-04-18T21:21:52.416 INFO:teuthology.orchestra.run.smithi080.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-18T21:21:52.417 INFO:teuthology.orchestra.run.smithi080.stderr:Generating grub configuration file ... 2024-04-18T21:21:52.573 INFO:teuthology.orchestra.run.smithi080.stderr:Found linux image: /boot/vmlinuz-5.15.0-102-generic 2024-04-18T21:21:52.573 INFO:teuthology.orchestra.run.smithi049.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-18T21:21:52.578 INFO:teuthology.orchestra.run.smithi049.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-18T21:21:52.579 INFO:teuthology.orchestra.run.smithi080.stderr:Found initrd image: /boot/initrd.img-5.15.0-102-generic 2024-04-18T21:21:52.618 INFO:teuthology.orchestra.run.smithi049.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-18T21:21:52.623 INFO:teuthology.orchestra.run.smithi049.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-18T21:21:52.742 INFO:teuthology.orchestra.run.smithi049.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-18T21:21:52.743 INFO:teuthology.orchestra.run.smithi049.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-18T21:21:52.743 INFO:teuthology.orchestra.run.smithi049.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-18T21:21:52.757 INFO:teuthology.orchestra.run.smithi049.stderr:done 2024-04-18T21:21:52.766 DEBUG:teuthology.orchestra.run.smithi049:> sudo shutdown -r now 2024-04-18T21:21:52.852 INFO:teuthology.orchestra.run.smithi080.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-18T21:21:52.857 INFO:teuthology.orchestra.run.smithi080.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-18T21:21:52.898 INFO:teuthology.orchestra.run.smithi080.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-18T21:21:52.904 INFO:teuthology.orchestra.run.smithi080.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-18T21:21:53.025 INFO:teuthology.orchestra.run.smithi080.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-18T21:21:53.025 INFO:teuthology.orchestra.run.smithi080.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-18T21:21:53.025 INFO:teuthology.orchestra.run.smithi080.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-18T21:21:53.042 INFO:teuthology.orchestra.run.smithi080.stderr:done 2024-04-18T21:21:53.044 DEBUG:teuthology.orchestra.run.smithi080:> sudo shutdown -r now 2024-04-18T21:22:21.846 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-18T21:22:21.847 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T21:22:21.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:22:22.770 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-18T21:22:22.770 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-18T21:22:22.771 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:22:23.047 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-18T21:22:23.048 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T21:22:23.048 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:22:40.286 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-04-18T21:22:41.310 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-04-18T21:22:41.566 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-04-18T21:22:49.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T21:22:49.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:22:50.313 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-18T21:22:50.313 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:22:50.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T21:22:50.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:22:52.354 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.115 2024-04-18T21:22:53.374 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-04-18T21:22:53.630 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-04-18T21:23:04.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T21:23:04.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:23:05.376 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-18T21:23:05.376 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:23:05.633 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T21:23:05.634 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:23:08.446 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-04-18T21:23:23.461 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-18T21:23:23.462 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:23:24.062 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.80 2024-04-18T21:23:26.530 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.49 2024-04-18T21:23:39.074 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T21:23:39.075 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:23:39.410 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-04-18T21:23:39.951 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T21:23:39.951 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-102-generic"... 2024-04-18T21:23:39.951 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2024-04-18T21:23:39.997 INFO:teuthology.orchestra.run.smithi080.stdout:5.15.0-102-generic 2024-04-18T21:23:39.997 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-18T21:23:39.997 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T21:23:39.998 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-18T21:23:40.998 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-18T21:23:40.999 DEBUG:teuthology.orchestra.run.smithi080:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T21:23:41.088 INFO:teuthology.orchestra.run.smithi080.stdout:ttyS1 2024-04-18T21:23:41.111 DEBUG:teuthology.parallel:result is None 2024-04-18T21:23:44.531 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-18T21:23:44.531 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:24:04.369 DEBUG:teuthology.orchestra.remote:timed out 2024-04-18T21:24:19.370 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T21:24:19.371 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:24:19.707 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-04-18T21:24:20.346 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T21:24:20.346 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-102-generic"... 2024-04-18T21:24:20.346 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2024-04-18T21:24:20.391 INFO:teuthology.orchestra.run.smithi115.stdout:5.15.0-102-generic 2024-04-18T21:24:20.391 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-18T21:24:20.391 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T21:24:20.391 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-18T21:24:21.392 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-18T21:24:21.392 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T21:24:21.739 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2024-04-18T21:24:21.772 DEBUG:teuthology.parallel:result is None 2024-04-18T21:24:44.534 DEBUG:teuthology.orchestra.remote:timed out 2024-04-18T21:25:05.535 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-18T21:25:05.537 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:25:05.655 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-04-18T21:25:06.195 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-18T21:25:06.195 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-102-generic"... 2024-04-18T21:25:06.195 DEBUG:teuthology.orchestra.run.smithi049:> uname -r 2024-04-18T21:25:06.240 INFO:teuthology.orchestra.run.smithi049.stdout:5.15.0-102-generic 2024-04-18T21:25:06.241 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-102-generic vs 5.15.0-102-generic 2024-04-18T21:25:06.241 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T21:25:06.241 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-18T21:25:07.241 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-18T21:25:07.241 DEBUG:teuthology.orchestra.run.smithi049:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T21:25:07.308 INFO:teuthology.orchestra.run.smithi049.stdout:ttyS1 2024-04-18T21:25:07.350 DEBUG:teuthology.parallel:result is None 2024-04-18T21:25:07.351 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-18T21:25:07.360 INFO:teuthology.task.internal:Creating test directory... 2024-04-18T21:25:07.360 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T21:25:07.363 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T21:25:07.366 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T21:25:07.373 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-18T21:25:07.401 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-18T21:25:07.408 INFO:teuthology.task.internal:Creating archive directory... 2024-04-18T21:25:07.408 DEBUG:teuthology.orchestra.run.smithi049:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T21:25:07.410 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T21:25:07.413 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T21:25:07.628 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-18T21:25:07.635 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-18T21:25:07.635 DEBUG:teuthology.orchestra.run.smithi049:> 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-04-18T21:25:07.637 DEBUG:teuthology.orchestra.run.smithi080:> 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-04-18T21:25:07.640 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-18T21:25:07.660 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:25:07.664 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:25:07.667 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:25:07.669 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:25:07.672 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:25:07.676 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T21:25:07.677 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-18T21:25:07.684 INFO:teuthology.task.internal:Configuring sudo... 2024-04-18T21:25:07.685 DEBUG:teuthology.orchestra.run.smithi049:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T21:25:07.718 DEBUG:teuthology.orchestra.run.smithi080:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T21:25:07.722 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T21:25:07.735 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-18T21:25:07.758 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-18T21:25:07.758 DEBUG:teuthology.orchestra.run.smithi049:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T21:25:07.774 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T21:25:07.779 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T21:25:07.784 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T21:25:07.826 DEBUG:teuthology.orchestra.run.smithi049:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T21:25:07.873 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:25:07.873 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T21:25:07.932 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T21:25:07.938 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T21:25:07.985 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:25:07.985 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T21:25:08.045 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T21:25:08.051 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T21:25:08.100 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:25:08.100 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T21:25:08.163 DEBUG:teuthology.orchestra.run.smithi049:> sudo service rsyslog restart 2024-04-18T21:25:08.166 DEBUG:teuthology.orchestra.run.smithi080:> sudo service rsyslog restart 2024-04-18T21:25:08.168 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2024-04-18T21:25:08.242 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-18T21:25:08.249 INFO:teuthology.task.internal:Starting timer... 2024-04-18T21:25:08.249 INFO:teuthology.run_tasks:Running task pcp... 2024-04-18T21:25:08.259 INFO:teuthology.run_tasks:Running task selinux... 2024-04-18T21:25:08.267 DEBUG:teuthology.task.selinux:Excluding smithi049: OS 'ubuntu' does not support SELinux 2024-04-18T21:25:08.267 DEBUG:teuthology.task.selinux:Excluding smithi080: OS 'ubuntu' does not support SELinux 2024-04-18T21:25:08.267 DEBUG:teuthology.task.selinux:Excluding smithi115: OS 'ubuntu' does not support SELinux 2024-04-18T21:25:08.268 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-18T21:25:08.268 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-18T21:25:08.268 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-18T21:25:08.268 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-18T21:25:08.277 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-18T21:25:08.282 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-18T21:25:08.412 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-18T21:25:08.426 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-04-18T21:25:08.428 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi049.front.sepia.ceph.com,smithi080.front.sepia.ceph.com,smithi115.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-18T21:32:12.689 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi049.front.sepia.ceph.com'), Remote(name='ubuntu@smithi080.front.sepia.ceph.com'), Remote(name='ubuntu@smithi115.front.sepia.ceph.com')] 2024-04-18T21:32:12.690 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-18T21:32:12.692 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi049.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:32:12.777 DEBUG:teuthology.orchestra.run.smithi049:> true 2024-04-18T21:32:12.854 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi049.front.sepia.ceph.com' 2024-04-18T21:32:12.855 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T21:32:12.855 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:32:12.933 DEBUG:teuthology.orchestra.run.smithi080:> true 2024-04-18T21:32:13.014 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2024-04-18T21:32:13.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T21:32:13.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T21:32:13.092 DEBUG:teuthology.orchestra.run.smithi115:> true 2024-04-18T21:32:13.170 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2024-04-18T21:32:13.170 INFO:teuthology.run_tasks:Running task clock... 2024-04-18T21:32:13.181 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-18T21:32:13.181 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-18T21:32:13.181 DEBUG:teuthology.orchestra.run.smithi049:> 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-04-18T21:32:13.184 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-18T21:32:13.184 DEBUG:teuthology.orchestra.run.smithi080:> 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-04-18T21:32:13.186 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-18T21:32:13.186 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-18T21:32:13.214 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-18T21:32:13.214 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: Command line: ntpd -gq 2024-04-18T21:32:13.214 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: ---------------------------------------------------- 2024-04-18T21:32:13.214 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: ntp-4 is maintained by Network Time Foundation, 2024-04-18T21:32:13.214 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-18T21:32:13.214 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: corporation. Support and training for ntp-4 are 2024-04-18T21:32:13.214 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: available at https://www.nwtime.org/support 2024-04-18T21:32:13.214 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: ---------------------------------------------------- 2024-04-18T21:32:13.215 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: proto: precision = 0.045 usec (-24) 2024-04-18T21:32:13.215 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: basedate set to 2022-02-04 2024-04-18T21:32:13.215 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: gps base set to 2022-02-06 (week 2196) 2024-04-18T21:32:13.216 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-18T21:32:13.216 INFO:teuthology.orchestra.run.smithi049.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-18T21:32:13.216 INFO:teuthology.orchestra.run.smithi049.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-18T21:32:13.217 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: restrict ::: KOD does nothing without LIMITED. 2024-04-18T21:32:13.217 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: Listen and drop on 0 v6wildcard [::]:123 2024-04-18T21:32:13.217 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-18T21:32:13.217 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: Listen normally on 2 lo 127.0.0.1:123 2024-04-18T21:32:13.217 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: Listen normally on 3 ens1f0 172.21.15.49:123 2024-04-18T21:32:13.217 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: Listen normally on 4 lo [::1]:123 2024-04-18T21:32:13.217 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:1566%4]:123 2024-04-18T21:32:13.217 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:13 ntpd[17116]: Listening on routing socket on fd #22 for interface updates 2024-04-18T21:32:13.219 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-18T21:32:13.219 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: Command line: ntpd -gq 2024-04-18T21:32:13.219 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: ---------------------------------------------------- 2024-04-18T21:32:13.219 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: ntp-4 is maintained by Network Time Foundation, 2024-04-18T21:32:13.219 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-18T21:32:13.219 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: corporation. Support and training for ntp-4 are 2024-04-18T21:32:13.219 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: available at https://www.nwtime.org/support 2024-04-18T21:32:13.220 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: ---------------------------------------------------- 2024-04-18T21:32:13.220 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: proto: precision = 0.046 usec (-24) 2024-04-18T21:32:13.220 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: basedate set to 2022-02-04 2024-04-18T21:32:13.220 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: gps base set to 2022-02-06 (week 2196) 2024-04-18T21:32:13.220 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-18T21:32:13.220 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: restrict ::: KOD does nothing without LIMITED. 2024-04-18T21:32:13.220 INFO:teuthology.orchestra.run.smithi080.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-18T21:32:13.220 INFO:teuthology.orchestra.run.smithi080.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-18T21:32:13.221 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: Listen and drop on 0 v6wildcard [::]:123 2024-04-18T21:32:13.221 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-18T21:32:13.221 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: Listen normally on 2 lo 127.0.0.1:123 2024-04-18T21:32:13.221 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: Listen normally on 3 enp3s0f1 172.21.15.80:123 2024-04-18T21:32:13.221 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: Listen normally on 4 lo [::1]:123 2024-04-18T21:32:13.221 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:cba9%5]:123 2024-04-18T21:32:13.221 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:13 ntpd[17182]: Listening on routing socket on fd #22 for interface updates 2024-04-18T21:32:13.241 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-18T21:32:13.241 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: Command line: ntpd -gq 2024-04-18T21:32:13.241 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: ---------------------------------------------------- 2024-04-18T21:32:13.241 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: ntp-4 is maintained by Network Time Foundation, 2024-04-18T21:32:13.241 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-18T21:32:13.241 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: corporation. Support and training for ntp-4 are 2024-04-18T21:32:13.241 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: available at https://www.nwtime.org/support 2024-04-18T21:32:13.241 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: ---------------------------------------------------- 2024-04-18T21:32:13.242 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: proto: precision = 0.054 usec (-24) 2024-04-18T21:32:13.242 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: basedate set to 2022-02-04 2024-04-18T21:32:13.242 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: gps base set to 2022-02-06 (week 2196) 2024-04-18T21:32:13.242 INFO:teuthology.orchestra.run.smithi115.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-18T21:32:13.243 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-18T21:32:13.243 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: restrict ::: KOD does nothing without LIMITED. 2024-04-18T21:32:13.243 INFO:teuthology.orchestra.run.smithi115.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-18T21:32:13.244 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: Listen and drop on 0 v6wildcard [::]:123 2024-04-18T21:32:13.244 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-18T21:32:13.244 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: Listen normally on 2 lo 127.0.0.1:123 2024-04-18T21:32:13.244 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: Listen normally on 3 enp3s0f1 172.21.15.115:123 2024-04-18T21:32:13.244 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: Listen normally on 4 lo [::1]:123 2024-04-18T21:32:13.244 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:ce8f%5]:123 2024-04-18T21:32:13.244 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:13 ntpd[17186]: Listening on routing socket on fd #22 for interface updates 2024-04-18T21:32:14.217 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:14 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:14.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:14 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:14.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:14 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:14.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:14 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:14.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:14 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:14.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:14 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:14.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:14 ntpd[17182]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:14.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:14 ntpd[17182]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:14.241 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:14 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:14.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:14 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:14.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:14 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:14.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:14 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:14.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:14 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:14.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:14 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:14.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:14 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:14.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:14 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:15.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:15.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:15.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:15.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:15.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:15.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:15.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:15.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:15.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:15.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:15.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:15.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:15.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:15.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:15 ntpd[17116]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:15.241 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:15 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:15.241 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:15 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:15.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:15 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:15.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:15 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:15.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:15 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:15.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:15 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:16.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:16 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:16.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:16 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:16.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:16 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:16.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:16 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:16.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:16 ntpd[17116]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:16.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:16 ntpd[17116]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:16.217 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:16.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:16 ntpd[17182]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:16.241 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:16 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:16.241 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:16 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:16.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:16 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:16.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:16 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:16.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:16 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:16.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:16 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:17.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:17.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:17.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:17.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:17.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:17.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:17.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:17.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:17.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:17.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:17.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:17.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:17 ntpd[17116]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:17.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:17.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:17.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:17.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:17.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:17.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:17.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:17.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:17.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:17.243 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:17.243 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:17.243 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:17 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:18.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:18 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:18.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:18 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:18.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:18 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:18.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:18 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:18.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:18 ntpd[17116]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:18.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:18 ntpd[17116]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:18.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:18.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:18.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:18.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:18.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:18.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:18.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:18.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:18.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:18.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:18.219 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:18.219 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:18.219 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:18.219 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:18.219 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:18.219 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:18.219 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:18.219 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:18 ntpd[17182]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:18.241 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:18 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:18.241 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:18 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:18.241 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:18 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:18.241 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:18 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:18.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:18 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:18.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:18 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:19.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:19.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:19.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:19.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:19.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:19.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:19.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:19.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:19.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:19.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:19.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:19.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:19 ntpd[17116]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:19.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:19.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:19.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:19.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:19.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:19.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:19.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:19.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:19.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:19.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:19.243 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:19.243 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:19 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:20.214 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:20 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:20.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:20 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:20.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:20 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:20.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:20 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:20.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:20 ntpd[17116]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:20.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:20 ntpd[17116]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:20.217 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:20.217 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:20.217 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:20.217 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:20.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:20.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:20.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:20.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:20.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:20.218 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:20.218 INFO:teuthology.orchestra.run.smithi080.stdout:18 Apr 21:32:20 ntpd[17182]: ntpd: time slew -0.000760 s 2024-04-18T21:32:20.218 INFO:teuthology.orchestra.run.smithi080.stdout:ntpd: time slew -0.000760s 2024-04-18T21:32:20.219 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-18T21:32:20.219 INFO:teuthology.orchestra.run.smithi080.stderr:18 Apr 21:32:20 ntpd[17182]: can't open /var/log/ntpstats/loopstats.20240418: Permission denied 2024-04-18T21:32:20.241 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:20 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:20.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:20 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:20.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:20 ntpd[17186]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:20.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:20 ntpd[17186]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:20.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:20 ntpd[17186]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:20.242 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:20 ntpd[17186]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:20.242 INFO:teuthology.orchestra.run.smithi115.stdout:18 Apr 21:32:20 ntpd[17186]: ntpd: time slew +0.000187 s 2024-04-18T21:32:20.242 INFO:teuthology.orchestra.run.smithi115.stdout:ntpd: time slew +0.000187s 2024-04-18T21:32:20.243 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:20 ntpd[17186]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-18T21:32:20.243 INFO:teuthology.orchestra.run.smithi115.stderr:18 Apr 21:32:20 ntpd[17186]: can't open /var/log/ntpstats/loopstats.20240418: Permission denied 2024-04-18T21:32:20.273 INFO:teuthology.orchestra.run.smithi080.stdout: remote refid st t when poll reach delay offset jitter 2024-04-18T21:32:20.273 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================== 2024-04-18T21:32:20.273 INFO:teuthology.orchestra.run.smithi080.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:20.273 INFO:teuthology.orchestra.run.smithi080.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:20.273 INFO:teuthology.orchestra.run.smithi080.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:20.273 INFO:teuthology.orchestra.run.smithi080.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:20.299 INFO:teuthology.orchestra.run.smithi115.stdout: remote refid st t when poll reach delay offset jitter 2024-04-18T21:32:20.299 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================== 2024-04-18T21:32:20.299 INFO:teuthology.orchestra.run.smithi115.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:20.299 INFO:teuthology.orchestra.run.smithi115.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:20.299 INFO:teuthology.orchestra.run.smithi115.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:20.299 INFO:teuthology.orchestra.run.smithi115.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:21.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:21 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:21.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:21 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:21.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:21 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:21.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:21 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:21.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:21 ntpd[17116]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-18T21:32:21.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:21 ntpd[17116]: can't open /var/log/ntpstats/rawstats.20240418: Permission denied 2024-04-18T21:32:21.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:21 ntpd[17116]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-18T21:32:21.215 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:21 ntpd[17116]: can't open /var/log/ntpstats/peerstats.20240418: Permission denied 2024-04-18T21:32:21.216 INFO:teuthology.orchestra.run.smithi049.stdout:18 Apr 21:32:21 ntpd[17116]: ntpd: time slew -0.001652 s 2024-04-18T21:32:21.216 INFO:teuthology.orchestra.run.smithi049.stdout:ntpd: time slew -0.001652s 2024-04-18T21:32:21.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:21 ntpd[17116]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-18T21:32:21.216 INFO:teuthology.orchestra.run.smithi049.stderr:18 Apr 21:32:21 ntpd[17116]: can't open /var/log/ntpstats/loopstats.20240418: Permission denied 2024-04-18T21:32:21.262 INFO:teuthology.orchestra.run.smithi049.stdout: remote refid st t when poll reach delay offset jitter 2024-04-18T21:32:21.262 INFO:teuthology.orchestra.run.smithi049.stdout:============================================================================== 2024-04-18T21:32:21.262 INFO:teuthology.orchestra.run.smithi049.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:21.262 INFO:teuthology.orchestra.run.smithi049.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:21.263 INFO:teuthology.orchestra.run.smithi049.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:21.263 INFO:teuthology.orchestra.run.smithi049.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-18T21:32:21.264 INFO:teuthology.run_tasks:Running task install... 2024-04-18T21:32:21.275 DEBUG:teuthology.task.install:project ceph 2024-04-18T21:32:21.275 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '1a6a3e742fd81c6d70be70552499bff767652c32'}} 2024-04-18T21:32:21.275 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '1a6a3e742fd81c6d70be70552499bff767652c32'} 2024-04-18T21:32:21.275 INFO:teuthology.task.install:Using flavor: default 2024-04-18T21:32:21.281 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-04-18T21:32:21.281 INFO:teuthology.task.install:extra packages: [] 2024-04-18T21:32:21.282 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-key list | grep Ceph 2024-04-18T21:32:21.282 DEBUG:teuthology.orchestra.run.smithi080:> sudo apt-key list | grep Ceph 2024-04-18T21:32:21.282 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-key list | grep Ceph 2024-04-18T21:32:21.346 INFO:teuthology.orchestra.run.smithi080.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-18T21:32:21.351 INFO:teuthology.orchestra.run.smithi115.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-18T21:32:21.373 INFO:teuthology.orchestra.run.smithi049.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-18T21:32:21.374 INFO:teuthology.orchestra.run.smithi080.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-18T21:32:21.374 INFO:teuthology.orchestra.run.smithi080.stdout:uid [ unknown] Ceph.com (release key) 2024-04-18T21:32:21.375 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-04-18T21:32:21.376 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:32:21.381 INFO:teuthology.orchestra.run.smithi115.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-18T21:32:21.381 INFO:teuthology.orchestra.run.smithi115.stdout:uid [ unknown] Ceph.com (release key) 2024-04-18T21:32:21.381 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-04-18T21:32:21.381 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:32:21.401 INFO:teuthology.orchestra.run.smithi049.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-18T21:32:21.401 INFO:teuthology.orchestra.run.smithi049.stdout:uid [ unknown] Ceph.com (release key) 2024-04-18T21:32:21.410 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-04-18T21:32:21.411 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:32:21.522 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default/ 2024-04-18T21:32:21.522 INFO:teuthology.task.install.deb:Package version is 19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:32:21.590 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default/ 2024-04-18T21:32:21.590 INFO:teuthology.task.install.deb:Package version is 19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:32:21.628 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default/ 2024-04-18T21:32:21.628 INFO:teuthology.task.install.deb:Package version is 19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:32:21.688 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:32:21.688 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-18T21:32:21.702 DEBUG:teuthology.orchestra.run.smithi080:> sudo apt-get update 2024-04-18T21:32:21.767 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:32:21.767 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-18T21:32:21.780 DEBUG:teuthology.orchestra.run.smithi115:> sudo apt-get update 2024-04-18T21:32:21.794 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:32:21.794 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-18T21:32:21.808 DEBUG:teuthology.orchestra.run.smithi049:> sudo apt-get update 2024-04-18T21:32:21.873 INFO:teuthology.orchestra.run.smithi080.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-18T21:32:21.873 INFO:teuthology.orchestra.run.smithi080.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-18T21:32:21.887 INFO:teuthology.orchestra.run.smithi080.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-18T21:32:21.907 INFO:teuthology.orchestra.run.smithi080.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-18T21:32:21.953 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-18T21:32:21.966 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-18T21:32:21.981 INFO:teuthology.orchestra.run.smithi080.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy InRelease 2024-04-18T21:32:21.988 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-18T21:32:21.988 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-18T21:32:22.001 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-18T21:32:22.017 INFO:teuthology.orchestra.run.smithi080.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-18T21:32:22.022 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-18T21:32:22.054 INFO:teuthology.orchestra.run.smithi080.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-18T21:32:22.060 INFO:teuthology.orchestra.run.smithi115.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy InRelease 2024-04-18T21:32:22.069 INFO:teuthology.orchestra.run.smithi115.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-18T21:32:22.090 INFO:teuthology.orchestra.run.smithi080.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-04-18T21:32:22.095 INFO:teuthology.orchestra.run.smithi049.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy InRelease 2024-04-18T21:32:22.097 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-18T21:32:22.103 INFO:teuthology.orchestra.run.smithi049.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-18T21:32:22.131 INFO:teuthology.orchestra.run.smithi049.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-18T21:32:22.133 INFO:teuthology.orchestra.run.smithi115.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-18T21:32:22.134 INFO:teuthology.orchestra.run.smithi080.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,425 B] 2024-04-18T21:32:22.168 INFO:teuthology.orchestra.run.smithi049.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-18T21:32:22.169 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,425 B] 2024-04-18T21:32:22.204 INFO:teuthology.orchestra.run.smithi049.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,425 B] 2024-04-18T21:32:22.211 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-04-18T21:32:22.234 INFO:teuthology.orchestra.run.smithi080.stdout:Fetched 29.0 kB in 0s (81.0 kB/s) 2024-04-18T21:32:22.245 INFO:teuthology.orchestra.run.smithi049.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-04-18T21:32:22.303 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 29.0 kB in 0s (83.3 kB/s) 2024-04-18T21:32:22.359 INFO:teuthology.orchestra.run.smithi049.stdout:Fetched 29.0 kB in 0s (81.0 kB/s) 2024-04-18T21:32:23.210 INFO:teuthology.orchestra.run.smithi080.stdout:Reading package lists... 2024-04-18T21:32:23.225 DEBUG:teuthology.orchestra.run.smithi080:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2369-g1a6a3e74-1jammy cephadm=19.0.0-2369-g1a6a3e74-1jammy ceph-mds=19.0.0-2369-g1a6a3e74-1jammy ceph-mgr=19.0.0-2369-g1a6a3e74-1jammy ceph-common=19.0.0-2369-g1a6a3e74-1jammy ceph-fuse=19.0.0-2369-g1a6a3e74-1jammy ceph-test=19.0.0-2369-g1a6a3e74-1jammy ceph-volume=19.0.0-2369-g1a6a3e74-1jammy radosgw=19.0.0-2369-g1a6a3e74-1jammy python3-rados=19.0.0-2369-g1a6a3e74-1jammy python3-rgw=19.0.0-2369-g1a6a3e74-1jammy python3-cephfs=19.0.0-2369-g1a6a3e74-1jammy python3-rbd=19.0.0-2369-g1a6a3e74-1jammy libcephfs2=19.0.0-2369-g1a6a3e74-1jammy libcephfs-dev=19.0.0-2369-g1a6a3e74-1jammy librados2=19.0.0-2369-g1a6a3e74-1jammy librbd1=19.0.0-2369-g1a6a3e74-1jammy rbd-fuse=19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:32:23.232 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-18T21:32:23.248 DEBUG:teuthology.orchestra.run.smithi115:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2369-g1a6a3e74-1jammy cephadm=19.0.0-2369-g1a6a3e74-1jammy ceph-mds=19.0.0-2369-g1a6a3e74-1jammy ceph-mgr=19.0.0-2369-g1a6a3e74-1jammy ceph-common=19.0.0-2369-g1a6a3e74-1jammy ceph-fuse=19.0.0-2369-g1a6a3e74-1jammy ceph-test=19.0.0-2369-g1a6a3e74-1jammy ceph-volume=19.0.0-2369-g1a6a3e74-1jammy radosgw=19.0.0-2369-g1a6a3e74-1jammy python3-rados=19.0.0-2369-g1a6a3e74-1jammy python3-rgw=19.0.0-2369-g1a6a3e74-1jammy python3-cephfs=19.0.0-2369-g1a6a3e74-1jammy python3-rbd=19.0.0-2369-g1a6a3e74-1jammy libcephfs2=19.0.0-2369-g1a6a3e74-1jammy libcephfs-dev=19.0.0-2369-g1a6a3e74-1jammy librados2=19.0.0-2369-g1a6a3e74-1jammy librbd1=19.0.0-2369-g1a6a3e74-1jammy rbd-fuse=19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:32:23.277 INFO:teuthology.orchestra.run.smithi080.stdout:Reading package lists... 2024-04-18T21:32:23.308 INFO:teuthology.orchestra.run.smithi115.stdout:Reading package lists... 2024-04-18T21:32:23.333 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-18T21:32:23.349 DEBUG:teuthology.orchestra.run.smithi049:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2369-g1a6a3e74-1jammy cephadm=19.0.0-2369-g1a6a3e74-1jammy ceph-mds=19.0.0-2369-g1a6a3e74-1jammy ceph-mgr=19.0.0-2369-g1a6a3e74-1jammy ceph-common=19.0.0-2369-g1a6a3e74-1jammy ceph-fuse=19.0.0-2369-g1a6a3e74-1jammy ceph-test=19.0.0-2369-g1a6a3e74-1jammy ceph-volume=19.0.0-2369-g1a6a3e74-1jammy radosgw=19.0.0-2369-g1a6a3e74-1jammy python3-rados=19.0.0-2369-g1a6a3e74-1jammy python3-rgw=19.0.0-2369-g1a6a3e74-1jammy python3-cephfs=19.0.0-2369-g1a6a3e74-1jammy python3-rbd=19.0.0-2369-g1a6a3e74-1jammy libcephfs2=19.0.0-2369-g1a6a3e74-1jammy libcephfs-dev=19.0.0-2369-g1a6a3e74-1jammy librados2=19.0.0-2369-g1a6a3e74-1jammy librbd1=19.0.0-2369-g1a6a3e74-1jammy rbd-fuse=19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:32:23.402 INFO:teuthology.orchestra.run.smithi049.stdout:Reading package lists... 2024-04-18T21:32:23.455 INFO:teuthology.orchestra.run.smithi080.stdout:Building dependency tree... 2024-04-18T21:32:23.456 INFO:teuthology.orchestra.run.smithi080.stdout:Reading state information... 2024-04-18T21:32:23.507 INFO:teuthology.orchestra.run.smithi115.stdout:Building dependency tree... 2024-04-18T21:32:23.508 INFO:teuthology.orchestra.run.smithi115.stdout:Reading state information... 2024-04-18T21:32:23.582 INFO:teuthology.orchestra.run.smithi049.stdout:Building dependency tree... 2024-04-18T21:32:23.582 INFO:teuthology.orchestra.run.smithi049.stdout:Reading state information... 2024-04-18T21:32:23.626 INFO:teuthology.orchestra.run.smithi080.stdout:The following packages were automatically installed and are no longer required: 2024-04-18T21:32:23.626 INFO:teuthology.orchestra.run.smithi080.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-18T21:32:23.626 INFO:teuthology.orchestra.run.smithi080.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-18T21:32:23.626 INFO:teuthology.orchestra.run.smithi080.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-18T21:32:23.626 INFO:teuthology.orchestra.run.smithi080.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-18T21:32:23.628 INFO:teuthology.orchestra.run.smithi080.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-18T21:32:23.628 INFO:teuthology.orchestra.run.smithi080.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-18T21:32:23.628 INFO:teuthology.orchestra.run.smithi080.stdout:The following additional packages will be installed: 2024-04-18T21:32:23.628 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-18T21:32:23.628 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-18T21:32:23.629 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-18T21:32:23.630 INFO:teuthology.orchestra.run.smithi080.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-18T21:32:23.630 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-18T21:32:23.630 INFO:teuthology.orchestra.run.smithi080.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-18T21:32:23.630 INFO:teuthology.orchestra.run.smithi080.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-18T21:32:23.630 INFO:teuthology.orchestra.run.smithi080.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-18T21:32:23.630 INFO:teuthology.orchestra.run.smithi080.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-18T21:32:23.630 INFO:teuthology.orchestra.run.smithi080.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-18T21:32:23.630 INFO:teuthology.orchestra.run.smithi080.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-18T21:32:23.630 INFO:teuthology.orchestra.run.smithi080.stdout: xmlstarlet zip 2024-04-18T21:32:23.631 INFO:teuthology.orchestra.run.smithi080.stdout:Suggested packages: 2024-04-18T21:32:23.631 INFO:teuthology.orchestra.run.smithi080.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-18T21:32:23.631 INFO:teuthology.orchestra.run.smithi080.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-18T21:32:23.631 INFO:teuthology.orchestra.run.smithi080.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-18T21:32:23.631 INFO:teuthology.orchestra.run.smithi080.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-18T21:32:23.631 INFO:teuthology.orchestra.run.smithi080.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-18T21:32:23.631 INFO:teuthology.orchestra.run.smithi080.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-18T21:32:23.631 INFO:teuthology.orchestra.run.smithi080.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-18T21:32:23.631 INFO:teuthology.orchestra.run.smithi080.stdout:Recommended packages: 2024-04-18T21:32:23.631 INFO:teuthology.orchestra.run.smithi080.stdout: btrfs-tools 2024-04-18T21:32:23.711 INFO:teuthology.orchestra.run.smithi115.stdout:The following packages were automatically installed and are no longer required: 2024-04-18T21:32:23.711 INFO:teuthology.orchestra.run.smithi115.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-18T21:32:23.711 INFO:teuthology.orchestra.run.smithi115.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-18T21:32:23.711 INFO:teuthology.orchestra.run.smithi115.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-18T21:32:23.712 INFO:teuthology.orchestra.run.smithi115.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-18T21:32:23.712 INFO:teuthology.orchestra.run.smithi115.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-18T21:32:23.712 INFO:teuthology.orchestra.run.smithi115.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-18T21:32:23.713 INFO:teuthology.orchestra.run.smithi115.stdout:The following additional packages will be installed: 2024-04-18T21:32:23.713 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-18T21:32:23.713 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-18T21:32:23.713 INFO:teuthology.orchestra.run.smithi115.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-18T21:32:23.713 INFO:teuthology.orchestra.run.smithi115.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-18T21:32:23.714 INFO:teuthology.orchestra.run.smithi115.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-18T21:32:23.714 INFO:teuthology.orchestra.run.smithi115.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-18T21:32:23.714 INFO:teuthology.orchestra.run.smithi115.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-18T21:32:23.714 INFO:teuthology.orchestra.run.smithi115.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-18T21:32:23.715 INFO:teuthology.orchestra.run.smithi115.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-18T21:32:23.716 INFO:teuthology.orchestra.run.smithi115.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-18T21:32:23.716 INFO:teuthology.orchestra.run.smithi115.stdout: xmlstarlet zip 2024-04-18T21:32:23.716 INFO:teuthology.orchestra.run.smithi115.stdout:Suggested packages: 2024-04-18T21:32:23.716 INFO:teuthology.orchestra.run.smithi115.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-18T21:32:23.716 INFO:teuthology.orchestra.run.smithi115.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-18T21:32:23.716 INFO:teuthology.orchestra.run.smithi115.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-18T21:32:23.716 INFO:teuthology.orchestra.run.smithi115.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-18T21:32:23.716 INFO:teuthology.orchestra.run.smithi115.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-18T21:32:23.716 INFO:teuthology.orchestra.run.smithi115.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-18T21:32:23.716 INFO:teuthology.orchestra.run.smithi115.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-18T21:32:23.717 INFO:teuthology.orchestra.run.smithi115.stdout:Recommended packages: 2024-04-18T21:32:23.717 INFO:teuthology.orchestra.run.smithi115.stdout: btrfs-tools 2024-04-18T21:32:23.730 INFO:teuthology.orchestra.run.smithi080.stdout:The following NEW packages will be installed: 2024-04-18T21:32:23.730 INFO:teuthology.orchestra.run.smithi080.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-18T21:32:23.730 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-18T21:32:23.730 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-18T21:32:23.731 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-18T21:32:23.731 INFO:teuthology.orchestra.run.smithi080.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-18T21:32:23.731 INFO:teuthology.orchestra.run.smithi080.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-18T21:32:23.732 INFO:teuthology.orchestra.run.smithi080.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-18T21:32:23.732 INFO:teuthology.orchestra.run.smithi080.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-18T21:32:23.732 INFO:teuthology.orchestra.run.smithi080.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-18T21:32:23.732 INFO:teuthology.orchestra.run.smithi080.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-18T21:32:23.732 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-18T21:32:23.732 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-18T21:32:23.732 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-18T21:32:23.733 INFO:teuthology.orchestra.run.smithi080.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-18T21:32:23.761 INFO:teuthology.orchestra.run.smithi049.stdout:The following packages were automatically installed and are no longer required: 2024-04-18T21:32:23.761 INFO:teuthology.orchestra.run.smithi049.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-18T21:32:23.761 INFO:teuthology.orchestra.run.smithi049.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-18T21:32:23.762 INFO:teuthology.orchestra.run.smithi049.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-18T21:32:23.762 INFO:teuthology.orchestra.run.smithi049.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-18T21:32:23.762 INFO:teuthology.orchestra.run.smithi049.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-18T21:32:23.762 INFO:teuthology.orchestra.run.smithi049.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-18T21:32:23.764 INFO:teuthology.orchestra.run.smithi049.stdout:The following additional packages will be installed: 2024-04-18T21:32:23.764 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-18T21:32:23.764 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-18T21:32:23.764 INFO:teuthology.orchestra.run.smithi049.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-18T21:32:23.764 INFO:teuthology.orchestra.run.smithi049.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-18T21:32:23.764 INFO:teuthology.orchestra.run.smithi049.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-18T21:32:23.764 INFO:teuthology.orchestra.run.smithi049.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-18T21:32:23.765 INFO:teuthology.orchestra.run.smithi049.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-18T21:32:23.766 INFO:teuthology.orchestra.run.smithi049.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-18T21:32:23.766 INFO:teuthology.orchestra.run.smithi049.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-18T21:32:23.766 INFO:teuthology.orchestra.run.smithi049.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-18T21:32:23.766 INFO:teuthology.orchestra.run.smithi049.stdout: xmlstarlet zip 2024-04-18T21:32:23.766 INFO:teuthology.orchestra.run.smithi049.stdout:Suggested packages: 2024-04-18T21:32:23.766 INFO:teuthology.orchestra.run.smithi049.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-18T21:32:23.766 INFO:teuthology.orchestra.run.smithi049.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-18T21:32:23.766 INFO:teuthology.orchestra.run.smithi049.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-18T21:32:23.767 INFO:teuthology.orchestra.run.smithi049.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-18T21:32:23.767 INFO:teuthology.orchestra.run.smithi049.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-18T21:32:23.767 INFO:teuthology.orchestra.run.smithi049.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-18T21:32:23.767 INFO:teuthology.orchestra.run.smithi049.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-18T21:32:23.767 INFO:teuthology.orchestra.run.smithi049.stdout:Recommended packages: 2024-04-18T21:32:23.767 INFO:teuthology.orchestra.run.smithi049.stdout: btrfs-tools 2024-04-18T21:32:23.796 INFO:teuthology.orchestra.run.smithi080.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-18T21:32:23.796 INFO:teuthology.orchestra.run.smithi080.stdout:Need to get 179 MB of archives. 2024-04-18T21:32:23.796 INFO:teuthology.orchestra.run.smithi080.stdout:After this operation, 821 MB of additional disk space will be used. 2024-04-18T21:32:23.796 INFO:teuthology.orchestra.run.smithi080.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-18T21:32:23.817 INFO:teuthology.orchestra.run.smithi115.stdout:The following NEW packages will be installed: 2024-04-18T21:32:23.817 INFO:teuthology.orchestra.run.smithi115.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-18T21:32:23.817 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-18T21:32:23.817 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-18T21:32:23.817 INFO:teuthology.orchestra.run.smithi115.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-18T21:32:23.817 INFO:teuthology.orchestra.run.smithi115.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-18T21:32:23.817 INFO:teuthology.orchestra.run.smithi115.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-18T21:32:23.819 INFO:teuthology.orchestra.run.smithi115.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-18T21:32:23.820 INFO:teuthology.orchestra.run.smithi115.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-18T21:32:23.820 INFO:teuthology.orchestra.run.smithi115.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-18T21:32:23.820 INFO:teuthology.orchestra.run.smithi115.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-18T21:32:23.820 INFO:teuthology.orchestra.run.smithi115.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-18T21:32:23.820 INFO:teuthology.orchestra.run.smithi115.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-18T21:32:23.820 INFO:teuthology.orchestra.run.smithi115.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-18T21:32:23.820 INFO:teuthology.orchestra.run.smithi115.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-18T21:32:23.868 INFO:teuthology.orchestra.run.smithi049.stdout:The following NEW packages will be installed: 2024-04-18T21:32:23.868 INFO:teuthology.orchestra.run.smithi049.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-18T21:32:23.868 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-18T21:32:23.868 INFO:teuthology.orchestra.run.smithi049.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-18T21:32:23.868 INFO:teuthology.orchestra.run.smithi049.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-18T21:32:23.868 INFO:teuthology.orchestra.run.smithi049.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-18T21:32:23.868 INFO:teuthology.orchestra.run.smithi049.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-18T21:32:23.870 INFO:teuthology.orchestra.run.smithi049.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-18T21:32:23.871 INFO:teuthology.orchestra.run.smithi049.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-18T21:32:23.871 INFO:teuthology.orchestra.run.smithi049.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-18T21:32:23.871 INFO:teuthology.orchestra.run.smithi049.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-18T21:32:23.871 INFO:teuthology.orchestra.run.smithi049.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-18T21:32:23.871 INFO:teuthology.orchestra.run.smithi049.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-18T21:32:23.871 INFO:teuthology.orchestra.run.smithi049.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-18T21:32:23.871 INFO:teuthology.orchestra.run.smithi049.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-18T21:32:23.871 INFO:teuthology.orchestra.run.smithi049.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-18T21:32:23.900 INFO:teuthology.orchestra.run.smithi080.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-18T21:32:23.903 INFO:teuthology.orchestra.run.smithi080.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-18T21:32:23.924 INFO:teuthology.orchestra.run.smithi080.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-18T21:32:23.949 INFO:teuthology.orchestra.run.smithi080.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2369-g1a6a3e74-1jammy [3,547 kB] 2024-04-18T21:32:23.958 INFO:teuthology.orchestra.run.smithi115.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-18T21:32:23.958 INFO:teuthology.orchestra.run.smithi115.stdout:Need to get 179 MB of archives. 2024-04-18T21:32:23.958 INFO:teuthology.orchestra.run.smithi115.stdout:After this operation, 821 MB of additional disk space will be used. 2024-04-18T21:32:23.958 INFO:teuthology.orchestra.run.smithi115.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2369-g1a6a3e74-1jammy [3,547 kB] 2024-04-18T21:32:23.992 INFO:teuthology.orchestra.run.smithi080.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-18T21:32:23.997 INFO:teuthology.orchestra.run.smithi080.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-18T21:32:24.005 INFO:teuthology.orchestra.run.smithi115.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-18T21:32:24.011 INFO:teuthology.orchestra.run.smithi080.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-18T21:32:24.016 INFO:teuthology.orchestra.run.smithi049.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-18T21:32:24.016 INFO:teuthology.orchestra.run.smithi049.stdout:Need to get 179 MB of archives. 2024-04-18T21:32:24.016 INFO:teuthology.orchestra.run.smithi049.stdout:After this operation, 821 MB of additional disk space will be used. 2024-04-18T21:32:24.016 INFO:teuthology.orchestra.run.smithi049.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2369-g1a6a3e74-1jammy [3,547 kB] 2024-04-18T21:32:24.016 INFO:teuthology.orchestra.run.smithi080.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-18T21:32:24.016 INFO:teuthology.orchestra.run.smithi080.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-18T21:32:24.017 INFO:teuthology.orchestra.run.smithi080.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-18T21:32:24.026 INFO:teuthology.orchestra.run.smithi080.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-18T21:32:24.029 INFO:teuthology.orchestra.run.smithi080.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-18T21:32:24.031 INFO:teuthology.orchestra.run.smithi080.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-18T21:32:24.032 INFO:teuthology.orchestra.run.smithi080.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-18T21:32:24.044 INFO:teuthology.orchestra.run.smithi080.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-18T21:32:24.046 INFO:teuthology.orchestra.run.smithi080.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-18T21:32:24.048 INFO:teuthology.orchestra.run.smithi080.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-18T21:32:24.050 INFO:teuthology.orchestra.run.smithi080.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-18T21:32:24.051 INFO:teuthology.orchestra.run.smithi080.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-18T21:32:24.061 INFO:teuthology.orchestra.run.smithi049.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-18T21:32:24.070 INFO:teuthology.orchestra.run.smithi080.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-04-18T21:32:24.072 INFO:teuthology.orchestra.run.smithi080.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-18T21:32:24.072 INFO:teuthology.orchestra.run.smithi080.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-18T21:32:24.072 INFO:teuthology.orchestra.run.smithi080.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-18T21:32:24.072 INFO:teuthology.orchestra.run.smithi080.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-18T21:32:24.094 INFO:teuthology.orchestra.run.smithi080.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-18T21:32:24.094 INFO:teuthology.orchestra.run.smithi080.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-18T21:32:24.094 INFO:teuthology.orchestra.run.smithi080.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-18T21:32:24.097 INFO:teuthology.orchestra.run.smithi080.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-18T21:32:24.098 INFO:teuthology.orchestra.run.smithi080.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-18T21:32:24.116 INFO:teuthology.orchestra.run.smithi080.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-18T21:32:24.116 INFO:teuthology.orchestra.run.smithi080.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-04-18T21:32:24.117 INFO:teuthology.orchestra.run.smithi080.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-18T21:32:24.118 INFO:teuthology.orchestra.run.smithi080.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-18T21:32:24.118 INFO:teuthology.orchestra.run.smithi080.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-18T21:32:24.136 INFO:teuthology.orchestra.run.smithi080.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-18T21:32:24.137 INFO:teuthology.orchestra.run.smithi080.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-18T21:32:24.137 INFO:teuthology.orchestra.run.smithi080.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-18T21:32:24.144 INFO:teuthology.orchestra.run.smithi080.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-18T21:32:24.144 INFO:teuthology.orchestra.run.smithi080.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-18T21:32:24.156 INFO:teuthology.orchestra.run.smithi080.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-18T21:32:24.157 INFO:teuthology.orchestra.run.smithi080.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-18T21:32:24.158 INFO:teuthology.orchestra.run.smithi080.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-18T21:32:24.160 INFO:teuthology.orchestra.run.smithi080.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-18T21:32:24.161 INFO:teuthology.orchestra.run.smithi080.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-04-18T21:32:24.177 INFO:teuthology.orchestra.run.smithi080.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-04-18T21:32:24.177 INFO:teuthology.orchestra.run.smithi080.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-04-18T21:32:24.180 INFO:teuthology.orchestra.run.smithi080.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-18T21:32:24.180 INFO:teuthology.orchestra.run.smithi080.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-18T21:32:24.181 INFO:teuthology.orchestra.run.smithi080.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-18T21:32:24.197 INFO:teuthology.orchestra.run.smithi080.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-04-18T21:32:24.255 INFO:teuthology.orchestra.run.smithi080.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-18T21:32:24.256 INFO:teuthology.orchestra.run.smithi080.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-18T21:32:24.258 INFO:teuthology.orchestra.run.smithi080.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-18T21:32:24.258 INFO:teuthology.orchestra.run.smithi080.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-18T21:32:24.259 INFO:teuthology.orchestra.run.smithi080.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-18T21:32:24.281 INFO:teuthology.orchestra.run.smithi115.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2369-g1a6a3e74-1jammy [3,168 kB] 2024-04-18T21:32:24.282 INFO:teuthology.orchestra.run.smithi080.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-18T21:32:24.284 INFO:teuthology.orchestra.run.smithi080.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-18T21:32:24.284 INFO:teuthology.orchestra.run.smithi080.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-18T21:32:24.310 INFO:teuthology.orchestra.run.smithi080.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-18T21:32:24.310 INFO:teuthology.orchestra.run.smithi080.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-18T21:32:24.316 INFO:teuthology.orchestra.run.smithi080.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-18T21:32:24.317 INFO:teuthology.orchestra.run.smithi080.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-18T21:32:24.317 INFO:teuthology.orchestra.run.smithi080.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-18T21:32:24.318 INFO:teuthology.orchestra.run.smithi080.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-04-18T21:32:24.318 INFO:teuthology.orchestra.run.smithi080.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-18T21:32:24.319 INFO:teuthology.orchestra.run.smithi080.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-18T21:32:24.323 INFO:teuthology.orchestra.run.smithi080.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-18T21:32:24.334 INFO:teuthology.orchestra.run.smithi049.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2369-g1a6a3e74-1jammy [3,168 kB] 2024-04-18T21:32:24.336 INFO:teuthology.orchestra.run.smithi080.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-18T21:32:24.338 INFO:teuthology.orchestra.run.smithi080.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-18T21:32:24.339 INFO:teuthology.orchestra.run.smithi080.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-18T21:32:24.357 INFO:teuthology.orchestra.run.smithi080.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-18T21:32:24.360 INFO:teuthology.orchestra.run.smithi080.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-18T21:32:24.361 INFO:teuthology.orchestra.run.smithi080.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-18T21:32:24.362 INFO:teuthology.orchestra.run.smithi080.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-18T21:32:24.367 INFO:teuthology.orchestra.run.smithi080.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-18T21:32:24.367 INFO:teuthology.orchestra.run.smithi080.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-18T21:32:24.371 INFO:teuthology.orchestra.run.smithi080.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-18T21:32:24.377 INFO:teuthology.orchestra.run.smithi080.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-18T21:32:24.378 INFO:teuthology.orchestra.run.smithi080.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-18T21:32:24.378 INFO:teuthology.orchestra.run.smithi080.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-18T21:32:24.397 INFO:teuthology.orchestra.run.smithi080.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-18T21:32:24.398 INFO:teuthology.orchestra.run.smithi080.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-18T21:32:24.408 INFO:teuthology.orchestra.run.smithi080.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-18T21:32:24.409 INFO:teuthology.orchestra.run.smithi080.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-18T21:32:24.409 INFO:teuthology.orchestra.run.smithi080.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-18T21:32:24.412 INFO:teuthology.orchestra.run.smithi080.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-18T21:32:24.413 INFO:teuthology.orchestra.run.smithi080.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-18T21:32:24.432 INFO:teuthology.orchestra.run.smithi115.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-18T21:32:24.443 INFO:teuthology.orchestra.run.smithi115.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-18T21:32:24.487 INFO:teuthology.orchestra.run.smithi049.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-18T21:32:24.490 INFO:teuthology.orchestra.run.smithi115.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2369-g1a6a3e74-1jammy [711 kB] 2024-04-18T21:32:24.497 INFO:teuthology.orchestra.run.smithi049.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-18T21:32:24.526 INFO:teuthology.orchestra.run.smithi115.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-18T21:32:24.535 INFO:teuthology.orchestra.run.smithi115.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2369-g1a6a3e74-1jammy [356 kB] 2024-04-18T21:32:24.559 INFO:teuthology.orchestra.run.smithi049.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2369-g1a6a3e74-1jammy [711 kB] 2024-04-18T21:32:24.574 INFO:teuthology.orchestra.run.smithi115.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2369-g1a6a3e74-1jammy [32.8 kB] 2024-04-18T21:32:24.576 INFO:teuthology.orchestra.run.smithi115.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2369-g1a6a3e74-1jammy [180 kB] 2024-04-18T21:32:24.580 INFO:teuthology.orchestra.run.smithi049.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-18T21:32:24.583 INFO:teuthology.orchestra.run.smithi115.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2369-g1a6a3e74-1jammy [65.7 kB] 2024-04-18T21:32:24.588 INFO:teuthology.orchestra.run.smithi115.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2369-g1a6a3e74-1jammy [330 kB] 2024-04-18T21:32:24.611 INFO:teuthology.orchestra.run.smithi049.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2369-g1a6a3e74-1jammy [356 kB] 2024-04-18T21:32:24.619 INFO:teuthology.orchestra.run.smithi115.stdout:Get:13 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2369-g1a6a3e74-1jammy [6,775 kB] 2024-04-18T21:32:24.649 INFO:teuthology.orchestra.run.smithi049.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2369-g1a6a3e74-1jammy [32.8 kB] 2024-04-18T21:32:24.650 INFO:teuthology.orchestra.run.smithi049.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2369-g1a6a3e74-1jammy [180 kB] 2024-04-18T21:32:24.656 INFO:teuthology.orchestra.run.smithi049.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2369-g1a6a3e74-1jammy [65.7 kB] 2024-04-18T21:32:24.658 INFO:teuthology.orchestra.run.smithi049.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2369-g1a6a3e74-1jammy [330 kB] 2024-04-18T21:32:24.700 INFO:teuthology.orchestra.run.smithi049.stdout:Get:13 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2369-g1a6a3e74-1jammy [6,775 kB] 2024-04-18T21:32:24.756 INFO:teuthology.orchestra.run.smithi115.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-18T21:32:24.768 INFO:teuthology.orchestra.run.smithi115.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-18T21:32:24.798 INFO:teuthology.orchestra.run.smithi115.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-18T21:32:24.807 INFO:teuthology.orchestra.run.smithi115.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-18T21:32:24.808 INFO:teuthology.orchestra.run.smithi115.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-18T21:32:24.809 INFO:teuthology.orchestra.run.smithi115.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-18T21:32:24.810 INFO:teuthology.orchestra.run.smithi049.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-18T21:32:24.822 INFO:teuthology.orchestra.run.smithi049.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-18T21:32:24.828 INFO:teuthology.orchestra.run.smithi115.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-18T21:32:24.853 INFO:teuthology.orchestra.run.smithi049.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-18T21:32:24.861 INFO:teuthology.orchestra.run.smithi049.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-18T21:32:24.862 INFO:teuthology.orchestra.run.smithi049.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-18T21:32:24.863 INFO:teuthology.orchestra.run.smithi049.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-18T21:32:24.882 INFO:teuthology.orchestra.run.smithi049.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-18T21:32:24.996 INFO:teuthology.orchestra.run.smithi115.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-18T21:32:25.050 INFO:teuthology.orchestra.run.smithi049.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-18T21:32:25.098 INFO:teuthology.orchestra.run.smithi115.stdout:Get:22 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2369-g1a6a3e74-1jammy [112 kB] 2024-04-18T21:32:25.109 INFO:teuthology.orchestra.run.smithi115.stdout:Get:23 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2369-g1a6a3e74-1jammy [466 kB] 2024-04-18T21:32:25.124 INFO:teuthology.orchestra.run.smithi115.stdout:Get:24 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2369-g1a6a3e74-1jammy [25.6 MB] 2024-04-18T21:32:25.154 INFO:teuthology.orchestra.run.smithi080.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2369-g1a6a3e74-1jammy [3,168 kB] 2024-04-18T21:32:25.186 INFO:teuthology.orchestra.run.smithi049.stdout:Get:22 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2369-g1a6a3e74-1jammy [112 kB] 2024-04-18T21:32:25.222 INFO:teuthology.orchestra.run.smithi049.stdout:Get:23 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2369-g1a6a3e74-1jammy [466 kB] 2024-04-18T21:32:25.326 INFO:teuthology.orchestra.run.smithi049.stdout:Get:24 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2369-g1a6a3e74-1jammy [25.6 MB] 2024-04-18T21:32:25.399 INFO:teuthology.orchestra.run.smithi115.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-18T21:32:25.433 INFO:teuthology.orchestra.run.smithi115.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-18T21:32:25.435 INFO:teuthology.orchestra.run.smithi115.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-18T21:32:25.460 INFO:teuthology.orchestra.run.smithi049.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-18T21:32:25.493 INFO:teuthology.orchestra.run.smithi049.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-18T21:32:25.496 INFO:teuthology.orchestra.run.smithi049.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-18T21:32:25.516 INFO:teuthology.orchestra.run.smithi115.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-18T21:32:25.567 INFO:teuthology.orchestra.run.smithi115.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-18T21:32:25.576 INFO:teuthology.orchestra.run.smithi049.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-18T21:32:25.589 INFO:teuthology.orchestra.run.smithi115.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-18T21:32:25.595 INFO:teuthology.orchestra.run.smithi115.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-18T21:32:25.596 INFO:teuthology.orchestra.run.smithi115.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-18T21:32:25.608 INFO:teuthology.orchestra.run.smithi115.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-18T21:32:25.608 INFO:teuthology.orchestra.run.smithi115.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-18T21:32:25.627 INFO:teuthology.orchestra.run.smithi049.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-18T21:32:25.649 INFO:teuthology.orchestra.run.smithi049.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-18T21:32:25.656 INFO:teuthology.orchestra.run.smithi049.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-18T21:32:25.657 INFO:teuthology.orchestra.run.smithi049.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-18T21:32:25.668 INFO:teuthology.orchestra.run.smithi049.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-18T21:32:25.669 INFO:teuthology.orchestra.run.smithi049.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-18T21:32:25.773 INFO:teuthology.orchestra.run.smithi115.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-18T21:32:25.813 INFO:teuthology.orchestra.run.smithi080.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2369-g1a6a3e74-1jammy [711 kB] 2024-04-18T21:32:25.834 INFO:teuthology.orchestra.run.smithi049.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-18T21:32:25.856 INFO:teuthology.orchestra.run.smithi115.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-18T21:32:25.885 INFO:teuthology.orchestra.run.smithi115.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-18T21:32:25.902 INFO:teuthology.orchestra.run.smithi115.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-18T21:32:25.917 INFO:teuthology.orchestra.run.smithi049.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-18T21:32:25.946 INFO:teuthology.orchestra.run.smithi049.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-18T21:32:25.946 INFO:teuthology.orchestra.run.smithi115.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-18T21:32:25.948 INFO:teuthology.orchestra.run.smithi080.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2369-g1a6a3e74-1jammy [356 kB] 2024-04-18T21:32:25.963 INFO:teuthology.orchestra.run.smithi049.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-18T21:32:26.007 INFO:teuthology.orchestra.run.smithi049.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-18T21:32:26.018 INFO:teuthology.orchestra.run.smithi080.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2369-g1a6a3e74-1jammy [32.8 kB] 2024-04-18T21:32:26.021 INFO:teuthology.orchestra.run.smithi080.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2369-g1a6a3e74-1jammy [180 kB] 2024-04-18T21:32:26.042 INFO:teuthology.orchestra.run.smithi080.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2369-g1a6a3e74-1jammy [65.7 kB] 2024-04-18T21:32:26.051 INFO:teuthology.orchestra.run.smithi080.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2369-g1a6a3e74-1jammy [330 kB] 2024-04-18T21:32:26.111 INFO:teuthology.orchestra.run.smithi080.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2369-g1a6a3e74-1jammy [6,775 kB] 2024-04-18T21:32:26.161 INFO:teuthology.orchestra.run.smithi115.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-18T21:32:26.176 INFO:teuthology.orchestra.run.smithi115.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-18T21:32:26.182 INFO:teuthology.orchestra.run.smithi115.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-18T21:32:26.188 INFO:teuthology.orchestra.run.smithi115.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-18T21:32:26.209 INFO:teuthology.orchestra.run.smithi115.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-18T21:32:26.212 INFO:teuthology.orchestra.run.smithi115.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-18T21:32:26.222 INFO:teuthology.orchestra.run.smithi049.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-18T21:32:26.237 INFO:teuthology.orchestra.run.smithi049.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-18T21:32:26.243 INFO:teuthology.orchestra.run.smithi049.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-18T21:32:26.249 INFO:teuthology.orchestra.run.smithi049.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-18T21:32:26.270 INFO:teuthology.orchestra.run.smithi049.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-18T21:32:26.274 INFO:teuthology.orchestra.run.smithi049.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-18T21:32:26.390 INFO:teuthology.orchestra.run.smithi115.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-18T21:32:26.439 INFO:teuthology.orchestra.run.smithi049.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-18T21:32:26.767 INFO:teuthology.orchestra.run.smithi115.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-18T21:32:26.769 INFO:teuthology.orchestra.run.smithi049.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-18T21:32:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-18T21:32:26.816 INFO:teuthology.orchestra.run.smithi115.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-18T21:32:26.822 INFO:teuthology.orchestra.run.smithi049.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-18T21:32:26.830 INFO:teuthology.orchestra.run.smithi115.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-18T21:32:27.030 INFO:teuthology.orchestra.run.smithi049.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-18T21:32:27.031 INFO:teuthology.orchestra.run.smithi049.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-18T21:32:27.037 INFO:teuthology.orchestra.run.smithi049.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-18T21:32:27.042 INFO:teuthology.orchestra.run.smithi049.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-18T21:32:27.058 INFO:teuthology.orchestra.run.smithi049.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-18T21:32:27.078 INFO:teuthology.orchestra.run.smithi049.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-18T21:32:27.084 INFO:teuthology.orchestra.run.smithi049.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-18T21:32:27.136 INFO:teuthology.orchestra.run.smithi080.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2369-g1a6a3e74-1jammy [112 kB] 2024-04-18T21:32:27.152 INFO:teuthology.orchestra.run.smithi080.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2369-g1a6a3e74-1jammy [466 kB] 2024-04-18T21:32:27.192 INFO:teuthology.orchestra.run.smithi115.stdout:Get:50 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2369-g1a6a3e74-1jammy [5,084 kB] 2024-04-18T21:32:27.216 INFO:teuthology.orchestra.run.smithi080.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2369-g1a6a3e74-1jammy [25.6 MB] 2024-04-18T21:32:27.258 INFO:teuthology.orchestra.run.smithi049.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-18T21:32:27.516 INFO:teuthology.orchestra.run.smithi115.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-18T21:32:27.521 INFO:teuthology.orchestra.run.smithi115.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-18T21:32:27.532 INFO:teuthology.orchestra.run.smithi049.stdout:Get:58 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2369-g1a6a3e74-1jammy [5,084 kB] 2024-04-18T21:32:27.548 INFO:teuthology.orchestra.run.smithi049.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-18T21:32:27.555 INFO:teuthology.orchestra.run.smithi115.stdout:Get:53 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2369-g1a6a3e74-1jammy [244 kB] 2024-04-18T21:32:27.558 INFO:teuthology.orchestra.run.smithi115.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-18T21:32:27.568 INFO:teuthology.orchestra.run.smithi115.stdout:Get:55 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2369-g1a6a3e74-1jammy [124 kB] 2024-04-18T21:32:27.580 INFO:teuthology.orchestra.run.smithi115.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-18T21:32:27.600 INFO:teuthology.orchestra.run.smithi115.stdout:Get:57 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2369-g1a6a3e74-1jammy [1,525 kB] 2024-04-18T21:32:27.691 INFO:teuthology.orchestra.run.smithi115.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-18T21:32:27.725 INFO:teuthology.orchestra.run.smithi049.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-18T21:32:27.728 INFO:teuthology.orchestra.run.smithi115.stdout:Get:59 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2369-g1a6a3e74-1jammy [6,246 kB] 2024-04-18T21:32:27.739 INFO:teuthology.orchestra.run.smithi049.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-18T21:32:27.759 INFO:teuthology.orchestra.run.smithi049.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-18T21:32:27.823 INFO:teuthology.orchestra.run.smithi049.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-18T21:32:27.892 INFO:teuthology.orchestra.run.smithi049.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2369-g1a6a3e74-1jammy [244 kB] 2024-04-18T21:32:27.900 INFO:teuthology.orchestra.run.smithi049.stdout:Get:65 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2369-g1a6a3e74-1jammy [124 kB] 2024-04-18T21:32:27.915 INFO:teuthology.orchestra.run.smithi115.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-18T21:32:27.940 INFO:teuthology.orchestra.run.smithi049.stdout:Get:66 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2369-g1a6a3e74-1jammy [1,525 kB] 2024-04-18T21:32:28.003 INFO:teuthology.orchestra.run.smithi115.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-18T21:32:28.069 INFO:teuthology.orchestra.run.smithi049.stdout:Get:67 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2369-g1a6a3e74-1jammy [6,246 kB] 2024-04-18T21:32:28.110 INFO:teuthology.orchestra.run.smithi049.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-18T21:32:28.112 INFO:teuthology.orchestra.run.smithi049.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-18T21:32:28.118 INFO:teuthology.orchestra.run.smithi049.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-18T21:32:28.118 INFO:teuthology.orchestra.run.smithi049.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-18T21:32:28.118 INFO:teuthology.orchestra.run.smithi049.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-18T21:32:28.241 INFO:teuthology.orchestra.run.smithi115.stdout:Get:62 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2369-g1a6a3e74-1jammy [22.7 MB] 2024-04-18T21:32:28.302 INFO:teuthology.orchestra.run.smithi115.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-18T21:32:28.338 INFO:teuthology.orchestra.run.smithi049.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-18T21:32:28.569 INFO:teuthology.orchestra.run.smithi115.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-18T21:32:28.623 INFO:teuthology.orchestra.run.smithi049.stdout:Get:74 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2369-g1a6a3e74-1jammy [22.7 MB] 2024-04-18T21:32:28.746 INFO:teuthology.orchestra.run.smithi115.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-18T21:32:28.760 INFO:teuthology.orchestra.run.smithi115.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-18T21:32:28.770 INFO:teuthology.orchestra.run.smithi049.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-18T21:32:28.776 INFO:teuthology.orchestra.run.smithi049.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-18T21:32:28.780 INFO:teuthology.orchestra.run.smithi115.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-18T21:32:28.845 INFO:teuthology.orchestra.run.smithi115.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-18T21:32:29.065 INFO:teuthology.orchestra.run.smithi049.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-18T21:32:29.066 INFO:teuthology.orchestra.run.smithi049.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-18T21:32:29.068 INFO:teuthology.orchestra.run.smithi049.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-18T21:32:29.070 INFO:teuthology.orchestra.run.smithi049.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-18T21:32:29.071 INFO:teuthology.orchestra.run.smithi049.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-18T21:32:29.073 INFO:teuthology.orchestra.run.smithi049.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-18T21:32:29.075 INFO:teuthology.orchestra.run.smithi049.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-18T21:32:29.076 INFO:teuthology.orchestra.run.smithi049.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-18T21:32:29.132 INFO:teuthology.orchestra.run.smithi115.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-18T21:32:29.135 INFO:teuthology.orchestra.run.smithi115.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-18T21:32:29.137 INFO:teuthology.orchestra.run.smithi115.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-18T21:32:29.138 INFO:teuthology.orchestra.run.smithi115.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-18T21:32:29.140 INFO:teuthology.orchestra.run.smithi115.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-18T21:32:29.257 INFO:teuthology.orchestra.run.smithi049.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-18T21:32:29.357 INFO:teuthology.orchestra.run.smithi115.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-18T21:32:29.664 INFO:teuthology.orchestra.run.smithi049.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-18T21:32:29.711 INFO:teuthology.orchestra.run.smithi049.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-18T21:32:29.745 INFO:teuthology.orchestra.run.smithi049.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-18T21:32:29.794 INFO:teuthology.orchestra.run.smithi115.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-18T21:32:29.800 INFO:teuthology.orchestra.run.smithi115.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-18T21:32:29.842 INFO:teuthology.orchestra.run.smithi049.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-18T21:32:29.882 INFO:teuthology.orchestra.run.smithi049.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-18T21:32:29.894 INFO:teuthology.orchestra.run.smithi049.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-18T21:32:29.899 INFO:teuthology.orchestra.run.smithi049.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-18T21:32:29.947 INFO:teuthology.orchestra.run.smithi049.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-18T21:32:29.950 INFO:teuthology.orchestra.run.smithi049.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-18T21:32:29.971 INFO:teuthology.orchestra.run.smithi049.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-18T21:32:30.090 INFO:teuthology.orchestra.run.smithi115.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-18T21:32:30.091 INFO:teuthology.orchestra.run.smithi115.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-18T21:32:30.093 INFO:teuthology.orchestra.run.smithi115.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-18T21:32:30.095 INFO:teuthology.orchestra.run.smithi115.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-18T21:32:30.096 INFO:teuthology.orchestra.run.smithi115.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-18T21:32:30.099 INFO:teuthology.orchestra.run.smithi115.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-18T21:32:30.100 INFO:teuthology.orchestra.run.smithi115.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-18T21:32:30.101 INFO:teuthology.orchestra.run.smithi115.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-18T21:32:30.136 INFO:teuthology.orchestra.run.smithi049.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-18T21:32:30.273 INFO:teuthology.orchestra.run.smithi115.stdout:Get:85 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2369-g1a6a3e74-1jammy [14.0 kB] 2024-04-18T21:32:30.273 INFO:teuthology.orchestra.run.smithi115.stdout:Get:86 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2369-g1a6a3e74-1jammy [869 kB] 2024-04-18T21:32:30.283 INFO:teuthology.orchestra.run.smithi115.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-18T21:32:30.291 INFO:teuthology.orchestra.run.smithi115.stdout:Get:88 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2369-g1a6a3e74-1jammy [2,435 kB] 2024-04-18T21:32:30.398 INFO:teuthology.orchestra.run.smithi049.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-18T21:32:30.416 INFO:teuthology.orchestra.run.smithi049.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-18T21:32:30.497 INFO:teuthology.orchestra.run.smithi115.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2369-g1a6a3e74-1jammy [791 kB] 2024-04-18T21:32:30.564 INFO:teuthology.orchestra.run.smithi115.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2369-g1a6a3e74-1jammy [147 kB] 2024-04-18T21:32:30.568 INFO:teuthology.orchestra.run.smithi049.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-18T21:32:30.571 INFO:teuthology.orchestra.run.smithi115.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2369-g1a6a3e74-1jammy [2,295 kB] 2024-04-18T21:32:30.596 INFO:teuthology.orchestra.run.smithi049.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-18T21:32:30.614 INFO:teuthology.orchestra.run.smithi080.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2369-g1a6a3e74-1jammy [5,084 kB] 2024-04-18T21:32:30.752 INFO:teuthology.orchestra.run.smithi049.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2369-g1a6a3e74-1jammy [14.0 kB] 2024-04-18T21:32:30.753 INFO:teuthology.orchestra.run.smithi049.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2369-g1a6a3e74-1jammy [869 kB] 2024-04-18T21:32:30.753 INFO:teuthology.orchestra.run.smithi049.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-18T21:32:30.754 INFO:teuthology.orchestra.run.smithi115.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-18T21:32:30.756 INFO:teuthology.orchestra.run.smithi049.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-18T21:32:30.758 INFO:teuthology.orchestra.run.smithi049.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-18T21:32:30.770 INFO:teuthology.orchestra.run.smithi049.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2369-g1a6a3e74-1jammy [2,435 kB] 2024-04-18T21:32:30.773 INFO:teuthology.orchestra.run.smithi115.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2369-g1a6a3e74-1jammy [8,625 kB] 2024-04-18T21:32:30.779 INFO:teuthology.orchestra.run.smithi049.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-18T21:32:30.785 INFO:teuthology.orchestra.run.smithi049.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-18T21:32:30.824 INFO:teuthology.orchestra.run.smithi115.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-18T21:32:30.852 INFO:teuthology.orchestra.run.smithi115.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-18T21:32:30.959 INFO:teuthology.orchestra.run.smithi115.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-18T21:32:30.998 INFO:teuthology.orchestra.run.smithi049.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2369-g1a6a3e74-1jammy [791 kB] 2024-04-18T21:32:31.069 INFO:teuthology.orchestra.run.smithi049.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2369-g1a6a3e74-1jammy [147 kB] 2024-04-18T21:32:31.076 INFO:teuthology.orchestra.run.smithi049.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2369-g1a6a3e74-1jammy [2,295 kB] 2024-04-18T21:32:31.148 INFO:teuthology.orchestra.run.smithi080.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2369-g1a6a3e74-1jammy [244 kB] 2024-04-18T21:32:31.178 INFO:teuthology.orchestra.run.smithi080.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2369-g1a6a3e74-1jammy [124 kB] 2024-04-18T21:32:31.191 INFO:teuthology.orchestra.run.smithi080.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2369-g1a6a3e74-1jammy [1,525 kB] 2024-04-18T21:32:31.198 INFO:teuthology.orchestra.run.smithi115.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-18T21:32:31.290 INFO:teuthology.orchestra.run.smithi115.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-18T21:32:31.296 INFO:teuthology.orchestra.run.smithi049.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2369-g1a6a3e74-1jammy [8,625 kB] 2024-04-18T21:32:31.315 INFO:teuthology.orchestra.run.smithi115.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-18T21:32:31.379 INFO:teuthology.orchestra.run.smithi080.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2369-g1a6a3e74-1jammy [6,246 kB] 2024-04-18T21:32:31.508 INFO:teuthology.orchestra.run.smithi115.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2369-g1a6a3e74-1jammy [14.2 kB] 2024-04-18T21:32:31.555 INFO:teuthology.orchestra.run.smithi115.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2369-g1a6a3e74-1jammy [50.7 MB] 2024-04-18T21:32:31.926 INFO:teuthology.orchestra.run.smithi115.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-18T21:32:31.934 INFO:teuthology.orchestra.run.smithi115.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-18T21:32:32.085 INFO:teuthology.orchestra.run.smithi049.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2369-g1a6a3e74-1jammy [14.2 kB] 2024-04-18T21:32:32.085 INFO:teuthology.orchestra.run.smithi049.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2369-g1a6a3e74-1jammy [50.7 MB] 2024-04-18T21:32:32.135 INFO:teuthology.orchestra.run.smithi080.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2369-g1a6a3e74-1jammy [22.7 MB] 2024-04-18T21:32:32.464 INFO:teuthology.orchestra.run.smithi115.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-18T21:32:32.634 INFO:teuthology.orchestra.run.smithi115.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-18T21:32:32.910 INFO:teuthology.orchestra.run.smithi115.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-18T21:32:32.927 INFO:teuthology.orchestra.run.smithi115.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-18T21:32:33.087 INFO:teuthology.orchestra.run.smithi115.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-18T21:32:33.120 INFO:teuthology.orchestra.run.smithi115.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-18T21:32:33.283 INFO:teuthology.orchestra.run.smithi115.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-18T21:32:33.285 INFO:teuthology.orchestra.run.smithi115.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-18T21:32:33.287 INFO:teuthology.orchestra.run.smithi115.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-18T21:32:33.310 INFO:teuthology.orchestra.run.smithi115.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-18T21:32:33.315 INFO:teuthology.orchestra.run.smithi115.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-18T21:32:35.127 INFO:teuthology.orchestra.run.smithi080.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2369-g1a6a3e74-1jammy [14.0 kB] 2024-04-18T21:32:35.128 INFO:teuthology.orchestra.run.smithi080.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2369-g1a6a3e74-1jammy [869 kB] 2024-04-18T21:32:35.144 INFO:teuthology.orchestra.run.smithi080.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2369-g1a6a3e74-1jammy [2,435 kB] 2024-04-18T21:32:35.424 INFO:teuthology.orchestra.run.smithi080.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2369-g1a6a3e74-1jammy [791 kB] 2024-04-18T21:32:35.526 INFO:teuthology.orchestra.run.smithi080.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2369-g1a6a3e74-1jammy [147 kB] 2024-04-18T21:32:35.540 INFO:teuthology.orchestra.run.smithi080.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2369-g1a6a3e74-1jammy [2,295 kB] 2024-04-18T21:32:35.818 INFO:teuthology.orchestra.run.smithi080.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2369-g1a6a3e74-1jammy [8,625 kB] 2024-04-18T21:32:36.239 INFO:teuthology.orchestra.run.smithi115.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2369-g1a6a3e74-1jammy [121 kB] 2024-04-18T21:32:36.242 INFO:teuthology.orchestra.run.smithi115.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2369-g1a6a3e74-1jammy [38.9 kB] 2024-04-18T21:32:36.243 INFO:teuthology.orchestra.run.smithi115.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2369-g1a6a3e74-1jammy [13.4 MB] 2024-04-18T21:32:36.900 INFO:teuthology.orchestra.run.smithi080.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2369-g1a6a3e74-1jammy [14.2 kB] 2024-04-18T21:32:36.901 INFO:teuthology.orchestra.run.smithi080.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2369-g1a6a3e74-1jammy [50.7 MB] 2024-04-18T21:32:36.935 INFO:teuthology.orchestra.run.smithi049.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2369-g1a6a3e74-1jammy [121 kB] 2024-04-18T21:32:36.937 INFO:teuthology.orchestra.run.smithi049.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2369-g1a6a3e74-1jammy [38.9 kB] 2024-04-18T21:32:36.939 INFO:teuthology.orchestra.run.smithi049.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2369-g1a6a3e74-1jammy [13.4 MB] 2024-04-18T21:32:37.138 INFO:teuthology.orchestra.run.smithi115.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2369-g1a6a3e74-1jammy [91.4 kB] 2024-04-18T21:32:37.592 INFO:teuthology.orchestra.run.smithi049.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2369-g1a6a3e74-1jammy [91.4 kB] 2024-04-18T21:32:37.711 INFO:teuthology.orchestra.run.smithi115.stdout:Fetched 179 MB in 13s (13.5 MB/s) 2024-04-18T21:32:37.872 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-18T21:32:37.973 INFO:teuthology.orchestra.run.smithi115.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 ... 165995 files and directories currently installed.) 2024-04-18T21:32:37.978 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-18T21:32:38.062 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-18T21:32:38.180 INFO:teuthology.orchestra.run.smithi049.stdout:Fetched 179 MB in 14s (13.1 MB/s) 2024-04-18T21:32:38.349 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-18T21:32:38.433 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-18T21:32:38.450 INFO:teuthology.orchestra.run.smithi049.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 ... 165995 files and directories currently installed.) 2024-04-18T21:32:38.456 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-18T21:32:38.459 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-18T21:32:38.499 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-18T21:32:38.539 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-18T21:32:38.794 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-18T21:32:38.809 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-18T21:32:38.844 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-18T21:32:38.893 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-18T21:32:38.920 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-18T21:32:38.959 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-18T21:32:39.298 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-18T21:32:39.312 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-18T21:32:39.324 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-18T21:32:39.338 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-18T21:32:39.372 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:32:39.379 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-18T21:32:39.749 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-18T21:32:39.776 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-18T21:32:39.793 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-18T21:32:39.816 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:32:39.819 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-18T21:32:39.859 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:32:40.100 INFO:teuthology.orchestra.run.smithi080.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2369-g1a6a3e74-1jammy [121 kB] 2024-04-18T21:32:40.150 INFO:teuthology.orchestra.run.smithi080.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2369-g1a6a3e74-1jammy [38.9 kB] 2024-04-18T21:32:40.153 INFO:teuthology.orchestra.run.smithi080.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2369-g1a6a3e74-1jammy [13.4 MB] 2024-04-18T21:32:40.227 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-18T21:32:40.254 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-18T21:32:40.293 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:32:40.429 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-18T21:32:40.456 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-18T21:32:40.495 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:32:40.592 INFO:teuthology.orchestra.run.smithi080.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2369-g1a6a3e74-1jammy [91.4 kB] 2024-04-18T21:32:40.596 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-18T21:32:40.623 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-18T21:32:40.655 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:32:40.857 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-18T21:32:40.883 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-18T21:32:40.924 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-18T21:32:40.966 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-18T21:32:40.993 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-18T21:32:41.033 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-18T21:32:41.149 INFO:teuthology.orchestra.run.smithi080.stdout:Fetched 179 MB in 17s (10.6 MB/s) 2024-04-18T21:32:41.252 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librados2. 2024-04-18T21:32:41.274 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-18T21:32:41.278 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../007-librados2_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:41.318 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librados2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:41.331 INFO:teuthology.orchestra.run.smithi080.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 ... 165995 files and directories currently installed.) 2024-04-18T21:32:41.336 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-18T21:32:41.377 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package librados2. 2024-04-18T21:32:41.404 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../007-librados2_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:41.418 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-18T21:32:41.444 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking librados2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:41.729 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librbd1. 2024-04-18T21:32:41.745 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../008-librbd1_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:41.755 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-18T21:32:41.779 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librbd1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:41.781 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-18T21:32:41.822 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-18T21:32:41.897 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package librbd1. 2024-04-18T21:32:41.924 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../008-librbd1_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:41.964 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking librbd1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:42.116 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-18T21:32:42.142 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-18T21:32:42.175 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-18T21:32:42.224 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libcephfs2. 2024-04-18T21:32:42.250 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:42.290 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libcephfs2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:42.392 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libcephfs2. 2024-04-18T21:32:42.418 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:42.449 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libcephfs2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:42.595 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-18T21:32:42.601 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rados. 2024-04-18T21:32:42.621 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-18T21:32:42.627 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:42.668 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rados (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:42.669 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:32:42.718 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-rados. 2024-04-18T21:32:42.734 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:42.777 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-rados (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:42.971 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-18T21:32:42.996 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:32:43.037 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-ceph-argparse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:43.057 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-18T21:32:43.083 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-18T21:32:43.113 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-18T21:32:43.115 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:32:43.140 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:32:43.180 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-ceph-argparse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:43.256 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cephfs. 2024-04-18T21:32:43.271 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:43.307 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cephfs (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:43.426 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-18T21:32:43.452 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-18T21:32:43.493 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:32:43.601 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-18T21:32:43.616 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:32:43.640 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-cephfs. 2024-04-18T21:32:43.656 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:43.659 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:43.699 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-cephfs (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:43.846 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-18T21:32:43.872 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-18T21:32:43.913 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-18T21:32:43.979 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-18T21:32:44.001 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-18T21:32:44.005 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-18T21:32:44.028 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:32:44.062 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-18T21:32:44.068 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:44.232 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package librados2. 2024-04-18T21:32:44.258 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../007-librados2_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:44.299 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking librados2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:44.390 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-prettytable. 2024-04-18T21:32:44.396 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-18T21:32:44.416 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-18T21:32:44.423 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-18T21:32:44.457 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-18T21:32:44.463 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-18T21:32:44.685 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package librbd1. 2024-04-18T21:32:44.693 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rbd. 2024-04-18T21:32:44.700 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../008-librbd1_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:44.719 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:44.743 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking librbd1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:44.749 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-prettytable. 2024-04-18T21:32:44.751 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rbd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:44.776 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-18T21:32:44.807 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-18T21:32:45.043 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-rbd. 2024-04-18T21:32:45.070 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:45.104 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-18T21:32:45.109 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-rbd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:45.130 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-18T21:32:45.163 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libcephfs2. 2024-04-18T21:32:45.170 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-18T21:32:45.189 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:45.229 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libcephfs2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:45.429 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-18T21:32:45.456 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-18T21:32:45.487 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-18T21:32:45.507 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-rados. 2024-04-18T21:32:45.533 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:45.573 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-rados (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:45.607 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-18T21:32:45.622 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-18T21:32:45.665 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-18T21:32:45.723 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-18T21:32:45.739 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-18T21:32:45.781 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-18T21:32:45.843 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-18T21:32:45.855 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:32:45.884 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-ceph-argparse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:45.968 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-18T21:32:45.994 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-18T21:32:46.034 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-18T21:32:46.085 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-18T21:32:46.087 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-cephfs. 2024-04-18T21:32:46.100 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:46.100 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-18T21:32:46.142 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-18T21:32:46.262 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-cephfs (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:46.330 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua5.1. 2024-04-18T21:32:46.356 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-18T21:32:46.396 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-18T21:32:46.487 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package lua5.1. 2024-04-18T21:32:46.514 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-18T21:32:46.562 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-18T21:32:46.598 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-18T21:32:46.624 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:32:46.665 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:46.766 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-any. 2024-04-18T21:32:46.781 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-18T21:32:46.824 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-18T21:32:46.857 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package lua-any. 2024-04-18T21:32:46.884 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-18T21:32:46.915 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-18T21:32:46.985 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-18T21:32:47.011 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-18T21:32:47.051 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-18T21:32:47.051 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package zip. 2024-04-18T21:32:47.067 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-18T21:32:47.110 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking zip (3.0-12build2) ... 2024-04-18T21:32:47.134 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package zip. 2024-04-18T21:32:47.150 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-18T21:32:47.192 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking zip (3.0-12build2) ... 2024-04-18T21:32:47.379 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-prettytable. 2024-04-18T21:32:47.406 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-18T21:32:47.446 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-18T21:32:47.488 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package unzip. 2024-04-18T21:32:47.514 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-18T21:32:47.521 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package unzip. 2024-04-18T21:32:47.547 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-18T21:32:47.563 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-18T21:32:47.596 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-18T21:32:47.707 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-rbd. 2024-04-18T21:32:47.722 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:47.765 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-rbd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:47.974 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package luarocks. 2024-04-18T21:32:48.001 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-18T21:32:48.041 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-18T21:32:48.042 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package luarocks. 2024-04-18T21:32:48.068 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-18T21:32:48.108 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-18T21:32:48.110 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-18T21:32:48.136 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-18T21:32:48.185 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-18T21:32:48.421 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-18T21:32:48.424 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package librgw2. 2024-04-18T21:32:48.436 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-18T21:32:48.450 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../025-librgw2_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:48.479 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-18T21:32:48.490 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking librgw2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:48.491 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package librgw2. 2024-04-18T21:32:48.518 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../025-librgw2_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:48.558 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking librgw2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:48.749 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-18T21:32:48.764 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-18T21:32:48.807 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-18T21:32:49.126 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-rgw. 2024-04-18T21:32:49.141 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:49.144 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package lua5.1. 2024-04-18T21:32:49.170 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-18T21:32:49.176 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-rgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:49.211 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rgw. 2024-04-18T21:32:49.211 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-18T21:32:49.226 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:49.277 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:49.495 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-18T21:32:49.505 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package lua-any. 2024-04-18T21:32:49.520 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-18T21:32:49.522 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-18T21:32:49.555 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-18T21:32:49.562 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-18T21:32:49.689 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-18T21:32:49.715 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-18T21:32:49.780 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-18T21:32:49.816 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package zip. 2024-04-18T21:32:49.840 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-18T21:32:49.873 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libradosstriper1. 2024-04-18T21:32:49.883 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking zip (3.0-12build2) ... 2024-04-18T21:32:49.900 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:49.940 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libradosstriper1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:50.108 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libradosstriper1. 2024-04-18T21:32:50.121 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:50.158 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libradosstriper1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:50.195 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package unzip. 2024-04-18T21:32:50.221 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-18T21:32:50.261 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-18T21:32:50.368 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-common. 2024-04-18T21:32:50.395 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:50.435 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:50.615 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package luarocks. 2024-04-18T21:32:50.681 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-18T21:32:50.681 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-common. 2024-04-18T21:32:50.681 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:50.681 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-18T21:32:50.719 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:50.998 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package librgw2. 2024-04-18T21:32:51.013 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../025-librgw2_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:51.056 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking librgw2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:51.600 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-rgw. 2024-04-18T21:32:51.627 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:51.667 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-rgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:51.756 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-base. 2024-04-18T21:32:51.783 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:51.832 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-base (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:52.029 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-18T21:32:52.055 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-18T21:32:52.058 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-base. 2024-04-18T21:32:52.084 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:52.095 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-18T21:32:52.135 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-base (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:52.381 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libradosstriper1. 2024-04-18T21:32:52.407 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:52.411 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-18T21:32:52.438 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-18T21:32:52.447 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libradosstriper1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:52.477 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-18T21:32:52.696 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-18T21:32:52.722 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-18T21:32:52.732 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-cheroot. 2024-04-18T21:32:52.758 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-18T21:32:52.762 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-18T21:32:52.790 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-18T21:32:52.851 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-common. 2024-04-18T21:32:52.877 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:52.917 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:53.024 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cheroot. 2024-04-18T21:32:53.039 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-18T21:32:53.068 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-18T21:32:53.074 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-18T21:32:53.084 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-18T21:32:53.118 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-18T21:32:53.360 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-18T21:32:53.386 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-18T21:32:53.421 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-18T21:32:53.427 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-18T21:32:53.448 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-18T21:32:53.487 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-18T21:32:53.730 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-18T21:32:53.756 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-18T21:32:53.790 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-18T21:32:53.796 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-18T21:32:53.817 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-18T21:32:53.857 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-18T21:32:54.099 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-18T21:32:54.125 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-18T21:32:54.166 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-18T21:32:54.268 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-tempora. 2024-04-18T21:32:54.295 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-18T21:32:54.315 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-base. 2024-04-18T21:32:54.326 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-18T21:32:54.341 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:32:54.391 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-base (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:32:54.435 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-tempora. 2024-04-18T21:32:54.461 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-18T21:32:54.493 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-18T21:32:54.604 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-portend. 2024-04-18T21:32:54.631 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-18T21:32:54.670 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-18T21:32:54.830 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-portend. 2024-04-18T21:32:54.856 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-18T21:32:54.896 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-18T21:32:54.902 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-18T21:32:54.929 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-18T21:32:54.961 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-18T21:32:54.982 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-18T21:32:55.009 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-18T21:32:55.048 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-18T21:32:55.199 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-18T21:32:55.226 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-18T21:32:55.264 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-cheroot. 2024-04-18T21:32:55.266 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-18T21:32:55.290 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-18T21:32:55.330 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-18T21:32:55.385 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-18T21:32:55.411 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-18T21:32:55.451 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-18T21:32:55.519 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-18T21:32:55.545 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-18T21:32:55.642 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-18T21:32:55.668 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-18T21:32:55.708 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-18T21:32:55.746 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-natsort. 2024-04-18T21:32:55.773 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-18T21:32:55.810 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-18T21:32:55.813 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-18T21:32:55.970 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-18T21:32:55.985 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-18T21:32:56.028 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-18T21:32:56.124 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-logutils. 2024-04-18T21:32:56.151 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-18T21:32:56.191 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-18T21:32:56.469 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-18T21:32:56.496 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-18T21:32:56.545 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-18T21:32:56.788 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-mako. 2024-04-18T21:32:56.815 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-18T21:32:56.825 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-natsort. 2024-04-18T21:32:56.852 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-18T21:32:56.854 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-18T21:32:56.883 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-18T21:32:57.161 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-logutils. 2024-04-18T21:32:57.187 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-18T21:32:57.227 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-18T21:32:57.298 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-18T21:32:57.324 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-18T21:32:57.365 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-18T21:32:57.530 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-18T21:32:57.556 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-18T21:32:57.597 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-18T21:32:57.668 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-tempora. 2024-04-18T21:32:57.694 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-18T21:32:57.734 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-18T21:32:57.867 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-18T21:32:57.894 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-18T21:32:57.908 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-mako. 2024-04-18T21:32:57.934 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-18T21:32:57.950 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-18T21:32:57.974 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-18T21:32:57.987 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-portend. 2024-04-18T21:32:58.014 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-18T21:32:58.054 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-18T21:32:58.228 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-18T21:32:58.254 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-18T21:32:58.278 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-18T21:32:58.294 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-18T21:32:58.304 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-18T21:32:58.344 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-18T21:32:58.357 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-18T21:32:58.386 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-18T21:32:58.423 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-18T21:32:58.530 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-webob. 2024-04-18T21:32:58.557 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-18T21:32:58.597 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-18T21:32:58.605 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-18T21:32:58.620 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-18T21:32:58.655 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-18T21:32:58.726 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-18T21:32:58.753 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-18T21:32:58.802 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-18T21:32:58.941 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-waitress. 2024-04-18T21:32:58.968 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-18T21:32:59.011 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-18T21:32:59.058 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-webob. 2024-04-18T21:32:59.084 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-18T21:32:59.124 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-18T21:32:59.139 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-natsort. 2024-04-18T21:32:59.165 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-18T21:32:59.205 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-18T21:32:59.311 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-tempita. 2024-04-18T21:32:59.338 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-18T21:32:59.377 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-18T21:32:59.469 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-waitress. 2024-04-18T21:32:59.495 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-18T21:32:59.517 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-logutils. 2024-04-18T21:32:59.538 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-18T21:32:59.543 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-18T21:32:59.583 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-18T21:32:59.705 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-paste. 2024-04-18T21:32:59.732 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-18T21:32:59.772 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-18T21:32:59.830 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-tempita. 2024-04-18T21:32:59.856 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-18T21:32:59.878 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-18T21:32:59.893 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-18T21:32:59.896 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-18T21:32:59.928 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-18T21:33:00.058 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-18T21:33:00.075 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-18T21:33:00.116 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-18T21:33:00.183 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-paste. 2024-04-18T21:33:00.206 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-mako. 2024-04-18T21:33:00.209 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-18T21:33:00.233 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-18T21:33:00.249 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-18T21:33:00.272 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-18T21:33:00.411 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-18T21:33:00.438 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-18T21:33:00.477 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-18T21:33:00.569 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-18T21:33:00.596 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-18T21:33:00.600 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-18T21:33:00.627 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-18T21:33:00.635 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-18T21:33:00.667 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-18T21:33:00.780 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-webtest. 2024-04-18T21:33:00.807 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-18T21:33:00.847 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-18T21:33:00.930 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-18T21:33:00.956 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-18T21:33:00.987 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-18T21:33:00.996 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-18T21:33:01.013 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-18T21:33:01.053 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-18T21:33:01.142 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pecan. 2024-04-18T21:33:01.169 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-18T21:33:01.208 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-18T21:33:01.241 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-webtest. 2024-04-18T21:33:01.267 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-18T21:33:01.299 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-18T21:33:01.331 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-webob. 2024-04-18T21:33:01.357 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-18T21:33:01.397 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-18T21:33:01.538 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-certifi. 2024-04-18T21:33:01.565 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-18T21:33:01.568 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pecan. 2024-04-18T21:33:01.595 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-18T21:33:01.604 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-18T21:33:01.635 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-18T21:33:01.742 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-waitress. 2024-04-18T21:33:01.769 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-18T21:33:01.811 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-18T21:33:01.907 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-idna. 2024-04-18T21:33:01.934 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-18T21:33:01.974 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-18T21:33:01.982 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-certifi. 2024-04-18T21:33:02.008 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-18T21:33:02.048 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-18T21:33:02.121 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-tempita. 2024-04-18T21:33:02.147 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-18T21:33:02.187 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-18T21:33:02.293 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-urllib3. 2024-04-18T21:33:02.320 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-18T21:33:02.360 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-18T21:33:02.384 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-idna. 2024-04-18T21:33:02.411 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-18T21:33:02.440 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-paste. 2024-04-18T21:33:02.455 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-18T21:33:02.459 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-18T21:33:02.490 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-18T21:33:02.681 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-requests. 2024-04-18T21:33:02.707 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-18T21:33:02.738 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-18T21:33:02.802 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-18T21:33:02.828 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-18T21:33:02.837 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-urllib3. 2024-04-18T21:33:02.863 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-18T21:33:02.868 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-18T21:33:02.911 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-18T21:33:03.041 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-18T21:33:03.068 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-18T21:33:03.107 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-18T21:33:03.171 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-18T21:33:03.197 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-18T21:33:03.229 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-18T21:33:03.331 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-requests. 2024-04-18T21:33:03.358 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-18T21:33:03.394 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-18T21:33:03.406 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-18T21:33:03.410 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:03.452 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:03.507 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-webtest. 2024-04-18T21:33:03.534 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-18T21:33:03.574 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-18T21:33:03.742 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-18T21:33:03.769 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-18T21:33:03.809 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-18T21:33:03.840 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-18T21:33:03.867 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:03.894 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-pecan. 2024-04-18T21:33:03.906 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:03.920 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-18T21:33:03.960 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-18T21:33:04.154 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-18T21:33:04.180 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:04.228 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:04.286 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-18T21:33:04.313 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-18T21:33:04.315 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-certifi. 2024-04-18T21:33:04.342 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-18T21:33:04.382 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-18T21:33:04.442 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-18T21:33:04.600 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-18T21:33:04.627 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:04.666 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:04.684 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-idna. 2024-04-18T21:33:04.711 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-18T21:33:04.720 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-openssl. 2024-04-18T21:33:04.747 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-18T21:33:04.751 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-18T21:33:04.787 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-18T21:33:04.928 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-18T21:33:04.954 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-18T21:33:04.994 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-18T21:33:05.056 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr. 2024-04-18T21:33:05.063 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-urllib3. 2024-04-18T21:33:05.084 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:05.089 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-18T21:33:05.123 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:05.129 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-18T21:33:05.297 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-openssl. 2024-04-18T21:33:05.324 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-18T21:33:05.363 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-18T21:33:05.449 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-requests. 2024-04-18T21:33:05.476 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-18T21:33:05.515 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-18T21:33:05.543 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mon. 2024-04-18T21:33:05.570 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:05.609 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mon (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:05.716 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr. 2024-04-18T21:33:05.743 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:05.782 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:05.827 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-18T21:33:05.853 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-18T21:33:05.894 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-18T21:33:06.135 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mon. 2024-04-18T21:33:06.151 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:06.180 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-18T21:33:06.185 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mon (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:06.206 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:06.229 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-osd. 2024-04-18T21:33:06.246 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:06.257 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:06.296 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-osd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:06.610 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-18T21:33:06.636 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:06.676 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:06.747 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-osd. 2024-04-18T21:33:06.773 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:06.813 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-osd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:06.963 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-18T21:33:06.989 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-18T21:33:07.029 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-18T21:33:07.366 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph. 2024-04-18T21:33:07.393 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../066-ceph_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:07.432 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:07.516 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-openssl. 2024-04-18T21:33:07.542 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-18T21:33:07.582 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-18T21:33:07.777 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-fuse. 2024-04-18T21:33:07.804 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:07.843 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:07.916 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph. 2024-04-18T21:33:07.918 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-mgr. 2024-04-18T21:33:07.932 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../066-ceph_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:07.945 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:07.975 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:07.993 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-mgr (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:08.222 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mds. 2024-04-18T21:33:08.249 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:08.288 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mds (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:08.294 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-fuse. 2024-04-18T21:33:08.314 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:08.330 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-mon. 2024-04-18T21:33:08.352 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:08.356 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:08.396 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-mon (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:08.655 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mds. 2024-04-18T21:33:08.670 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:08.691 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package cephadm. 2024-04-18T21:33:08.705 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mds (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:08.719 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../069-cephadm_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:08.749 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:09.019 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-18T21:33:09.025 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-osd. 2024-04-18T21:33:09.046 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-18T21:33:09.052 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:09.085 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-18T21:33:09.092 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-osd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:09.100 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package cephadm. 2024-04-18T21:33:09.126 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../069-cephadm_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:09.166 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:09.396 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-18T21:33:09.413 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-18T21:33:09.446 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:09.485 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-18T21:33:09.512 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-18T21:33:09.552 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-18T21:33:09.871 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-18T21:33:09.898 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-18T21:33:09.937 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:10.178 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph. 2024-04-18T21:33:10.194 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../066-ceph_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:10.236 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:10.459 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-babel. 2024-04-18T21:33:10.476 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-18T21:33:10.498 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-fuse. 2024-04-18T21:33:10.517 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:10.524 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:10.564 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:10.812 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-jinja2. 2024-04-18T21:33:10.840 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-18T21:33:10.870 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-18T21:33:10.926 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-babel. 2024-04-18T21:33:10.934 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-mds. 2024-04-18T21:33:10.953 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-18T21:33:10.961 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:10.992 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:11.001 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-mds (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:11.182 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-18T21:33:11.209 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:11.240 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:11.395 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package cephadm. 2024-04-18T21:33:11.410 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../069-cephadm_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:11.453 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:11.537 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-jinja2. 2024-04-18T21:33:11.552 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-18T21:33:11.564 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-18T21:33:11.568 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-18T21:33:11.601 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-18T21:33:11.603 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-18T21:33:11.748 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-18T21:33:11.775 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-18T21:33:11.806 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-18T21:33:11.829 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-routes. 2024-04-18T21:33:11.850 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-18T21:33:11.879 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-18T21:33:11.923 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-18T21:33:11.950 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:11.989 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:12.109 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-18T21:33:12.124 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-18T21:33:12.167 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:12.182 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-18T21:33:12.198 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:12.240 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:12.326 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-18T21:33:12.354 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-18T21:33:12.392 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-18T21:33:12.695 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-routes. 2024-04-18T21:33:12.722 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-18T21:33:12.762 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-18T21:33:13.090 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-18T21:33:13.117 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:13.165 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:13.198 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-babel. 2024-04-18T21:33:13.224 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-18T21:33:13.264 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:13.504 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-18T21:33:13.520 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-18T21:33:13.558 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-jinja2. 2024-04-18T21:33:13.562 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-18T21:33:13.585 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-18T21:33:13.625 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-18T21:33:13.979 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-18T21:33:14.005 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:14.045 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:14.074 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-joblib. 2024-04-18T21:33:14.101 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-18T21:33:14.149 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-18T21:33:14.382 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-18T21:33:14.409 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-18T21:33:14.448 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-18T21:33:14.469 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-18T21:33:14.485 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-18T21:33:14.510 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-18T21:33:14.527 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-18T21:33:14.538 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-18T21:33:14.577 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-18T21:33:14.751 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-routes. 2024-04-18T21:33:14.778 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-18T21:33:14.817 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-18T21:33:14.846 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-sklearn. 2024-04-18T21:33:14.874 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-18T21:33:14.904 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-18T21:33:14.998 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-joblib. 2024-04-18T21:33:15.024 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-18T21:33:15.056 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-18T21:33:15.155 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-18T21:33:15.182 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:15.221 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:15.443 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-18T21:33:15.469 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-18T21:33:15.509 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-18T21:33:15.704 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-18T21:33:15.733 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:15.820 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-sklearn. 2024-04-18T21:33:15.847 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-18T21:33:15.886 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-18T21:33:15.898 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:16.468 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-18T21:33:16.483 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-18T21:33:16.517 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-18T21:33:16.603 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-18T21:33:16.630 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:16.755 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:16.785 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-cachetools. 2024-04-18T21:33:16.812 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-18T21:33:16.843 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-18T21:33:16.963 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-joblib. 2024-04-18T21:33:16.978 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-18T21:33:17.013 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-18T21:33:17.171 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-18T21:33:17.198 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-18T21:33:17.237 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-18T21:33:17.532 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-18T21:33:17.559 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-18T21:33:17.616 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-18T21:33:17.643 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-18T21:33:17.724 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-18T21:33:17.766 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-18T21:33:17.842 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-cachetools. 2024-04-18T21:33:17.869 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-18T21:33:17.908 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-18T21:33:18.035 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-rsa. 2024-04-18T21:33:18.063 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-18T21:33:18.086 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-sklearn. 2024-04-18T21:33:18.101 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-18T21:33:18.113 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-18T21:33:18.152 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-18T21:33:18.211 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-18T21:33:18.238 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-18T21:33:18.277 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-18T21:33:18.414 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-google-auth. 2024-04-18T21:33:18.441 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-18T21:33:18.480 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-18T21:33:18.597 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-18T21:33:18.626 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-18T21:33:18.664 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-18T21:33:18.783 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-18T21:33:18.800 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-18T21:33:18.820 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-18T21:33:18.833 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-18T21:33:18.847 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:18.971 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:18.983 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-rsa. 2024-04-18T21:33:19.010 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-18T21:33:19.050 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-18T21:33:19.111 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-websocket. 2024-04-18T21:33:19.139 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-18T21:33:19.177 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-18T21:33:19.337 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-google-auth. 2024-04-18T21:33:19.352 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-18T21:33:19.412 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-18T21:33:19.506 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-18T21:33:19.533 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-18T21:33:19.572 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-18T21:33:19.665 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-18T21:33:19.680 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-18T21:33:19.723 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-18T21:33:19.950 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-cachetools. 2024-04-18T21:33:19.977 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-18T21:33:20.017 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-18T21:33:20.017 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-websocket. 2024-04-18T21:33:20.044 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-18T21:33:20.084 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-18T21:33:20.272 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-18T21:33:20.299 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-18T21:33:20.330 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-18T21:33:20.370 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-18T21:33:20.397 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-18T21:33:20.428 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-18T21:33:20.486 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-18T21:33:20.503 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:20.544 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:20.600 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-18T21:33:20.627 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-18T21:33:20.666 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-18T21:33:20.814 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-18T21:33:20.842 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-18T21:33:20.872 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-18T21:33:20.953 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-rsa. 2024-04-18T21:33:20.980 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-18T21:33:21.019 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-18T21:33:21.076 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-18T21:33:21.103 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:21.142 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:21.208 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-18T21:33:21.236 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-18T21:33:21.275 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-18T21:33:21.340 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-google-auth. 2024-04-18T21:33:21.382 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-18T21:33:21.406 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-18T21:33:21.411 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-18T21:33:21.439 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-18T21:33:21.478 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-18T21:33:21.544 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package jq. 2024-04-18T21:33:21.560 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-18T21:33:21.602 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-18T21:33:21.726 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-18T21:33:21.753 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-18T21:33:21.793 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-18T21:33:21.846 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package socat. 2024-04-18T21:33:21.863 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-18T21:33:21.905 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-18T21:33:21.997 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-18T21:33:22.025 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-18T21:33:22.063 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-18T21:33:22.104 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-websocket. 2024-04-18T21:33:22.132 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-18T21:33:22.171 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-18T21:33:22.216 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package xmlstarlet. 2024-04-18T21:33:22.233 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-18T21:33:22.274 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-18T21:33:22.308 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package jq. 2024-04-18T21:33:22.336 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-18T21:33:22.374 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-18T21:33:22.458 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-18T21:33:22.485 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-18T21:33:22.516 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-18T21:33:22.627 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package socat. 2024-04-18T21:33:22.629 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-test. 2024-04-18T21:33:22.645 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:22.654 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-18T21:33:22.687 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-test (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:22.693 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-18T21:33:23.005 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package xmlstarlet. 2024-04-18T21:33:23.021 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-18T21:33:23.063 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-18T21:33:23.180 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-18T21:33:23.208 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:23.247 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:23.426 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-test. 2024-04-18T21:33:23.453 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:23.509 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-test (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:23.516 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-18T21:33:23.544 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-18T21:33:23.574 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-18T21:33:23.911 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-18T21:33:23.938 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-18T21:33:23.977 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-18T21:33:24.230 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package jq. 2024-04-18T21:33:24.246 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-18T21:33:24.288 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-18T21:33:24.533 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package socat. 2024-04-18T21:33:24.561 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-18T21:33:24.591 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-18T21:33:24.861 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package xmlstarlet. 2024-04-18T21:33:24.877 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-18T21:33:24.910 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-18T21:33:25.066 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package ceph-volume. 2024-04-18T21:33:25.094 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:25.132 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking ceph-volume (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:25.274 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-test. 2024-04-18T21:33:25.301 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:25.340 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-test (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:25.445 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-18T21:33:25.473 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:25.511 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking libcephfs-dev (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:25.696 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package ceph-volume. 2024-04-18T21:33:25.724 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:25.762 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking ceph-volume (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:25.847 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-18T21:33:25.875 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-18T21:33:25.914 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-18T21:33:26.066 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-18T21:33:26.082 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:26.124 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking libcephfs-dev (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:26.252 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-18T21:33:26.280 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-18T21:33:26.318 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-18T21:33:26.444 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-18T21:33:26.471 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-18T21:33:26.510 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-18T21:33:26.638 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package nvme-cli. 2024-04-18T21:33:26.666 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-18T21:33:26.705 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-18T21:33:26.806 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-18T21:33:26.833 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-18T21:33:26.881 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-18T21:33:27.118 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package pkg-config. 2024-04-18T21:33:27.147 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-18T21:33:27.185 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-18T21:33:27.435 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package nvme-cli. 2024-04-18T21:33:27.438 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-18T21:33:27.462 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-18T21:33:27.466 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-18T21:33:27.501 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-18T21:33:27.504 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-18T21:33:27.602 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package ceph-volume. 2024-04-18T21:33:27.619 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2369-g1a6a3e74-1jammy_all.deb ... 2024-04-18T21:33:27.652 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking ceph-volume (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:27.948 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package pkg-config. 2024-04-18T21:33:27.949 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-18T21:33:27.965 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-18T21:33:27.976 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-18T21:33:27.977 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-18T21:33:27.981 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:28.014 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-18T21:33:28.015 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-18T21:33:28.023 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking libcephfs-dev (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:28.276 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-18T21:33:28.292 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-18T21:33:28.334 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-18T21:33:28.343 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pastescript. 2024-04-18T21:33:28.371 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-18T21:33:28.410 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-18T21:33:28.526 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-18T21:33:28.554 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-18T21:33:28.592 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-18T21:33:28.730 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pluggy. 2024-04-18T21:33:28.745 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-18T21:33:28.746 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-18T21:33:28.773 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-18T21:33:28.779 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-18T21:33:28.811 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-18T21:33:28.897 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-18T21:33:28.925 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-18T21:33:28.964 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-18T21:33:29.032 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-psutil. 2024-04-18T21:33:29.057 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-18T21:33:29.090 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-18T21:33:29.098 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pastescript. 2024-04-18T21:33:29.125 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-18T21:33:29.164 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-18T21:33:29.326 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package nvme-cli. 2024-04-18T21:33:29.354 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-18T21:33:29.393 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-18T21:33:29.402 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-py. 2024-04-18T21:33:29.430 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-18T21:33:29.460 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-18T21:33:29.476 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pluggy. 2024-04-18T21:33:29.503 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-18T21:33:29.542 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-18T21:33:29.747 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pygments. 2024-04-18T21:33:29.775 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-18T21:33:29.804 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-18T21:33:29.831 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package pkg-config. 2024-04-18T21:33:29.845 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-psutil. 2024-04-18T21:33:29.859 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-18T21:33:29.872 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-18T21:33:29.898 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-18T21:33:29.911 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-18T21:33:30.142 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-18T21:33:30.158 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-18T21:33:30.192 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-18T21:33:30.231 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-py. 2024-04-18T21:33:30.259 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-18T21:33:30.297 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-18T21:33:30.309 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-18T21:33:30.337 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-18T21:33:30.508 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-18T21:33:30.612 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-18T21:33:30.626 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pygments. 2024-04-18T21:33:30.640 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-18T21:33:30.654 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-18T21:33:30.679 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-18T21:33:30.700 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-18T21:33:30.886 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-toml. 2024-04-18T21:33:30.914 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-18T21:33:30.923 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-pastescript. 2024-04-18T21:33:30.951 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-18T21:33:30.952 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-18T21:33:30.990 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-18T21:33:31.113 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-18T21:33:31.141 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-18T21:33:31.179 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-18T21:33:31.256 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-pytest. 2024-04-18T21:33:31.284 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-18T21:33:31.302 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-pluggy. 2024-04-18T21:33:31.322 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-18T21:33:31.329 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-18T21:33:31.368 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-18T21:33:31.499 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-toml. 2024-04-18T21:33:31.526 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-18T21:33:31.565 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-18T21:33:31.669 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package python3-simplejson. 2024-04-18T21:33:31.688 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-psutil. 2024-04-18T21:33:31.697 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-18T21:33:31.716 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-18T21:33:31.736 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-18T21:33:31.754 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-18T21:33:31.901 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-pytest. 2024-04-18T21:33:31.929 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-18T21:33:31.967 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-18T21:33:32.013 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-18T21:33:32.030 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-18T21:33:32.040 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-py. 2024-04-18T21:33:32.057 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-18T21:33:32.063 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-18T21:33:32.090 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-18T21:33:32.305 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package python3-simplejson. 2024-04-18T21:33:32.332 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-18T21:33:32.370 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-18T21:33:32.386 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-pygments. 2024-04-18T21:33:32.413 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-18T21:33:32.460 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-18T21:33:32.640 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-18T21:33:32.656 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-18T21:33:32.698 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-18T21:33:32.809 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package radosgw. 2024-04-18T21:33:32.837 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../116-radosgw_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:32.857 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-18T21:33:32.875 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking radosgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:32.884 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-18T21:33:32.915 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-18T21:33:33.259 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-toml. 2024-04-18T21:33:33.287 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-18T21:33:33.325 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-18T21:33:33.418 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package radosgw. 2024-04-18T21:33:33.432 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../116-radosgw_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:33.468 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking radosgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:33.629 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-pytest. 2024-04-18T21:33:33.656 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-18T21:33:33.687 INFO:teuthology.orchestra.run.smithi049.stdout:Selecting previously unselected package rbd-fuse. 2024-04-18T21:33:33.695 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-18T21:33:33.704 INFO:teuthology.orchestra.run.smithi049.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:33.745 INFO:teuthology.orchestra.run.smithi049.stdout:Unpacking rbd-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:34.041 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package python3-simplejson. 2024-04-18T21:33:34.050 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-18T21:33:34.069 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-18T21:33:34.107 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-18T21:33:34.221 INFO:teuthology.orchestra.run.smithi115.stdout:Selecting previously unselected package rbd-fuse. 2024-04-18T21:33:34.249 INFO:teuthology.orchestra.run.smithi115.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:34.287 INFO:teuthology.orchestra.run.smithi115.stdout:Unpacking rbd-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:34.291 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-18T21:33:34.376 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-18T21:33:34.404 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-18T21:33:34.409 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-18T21:33:34.443 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-18T21:33:34.617 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-18T21:33:34.705 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-18T21:33:34.876 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-18T21:33:35.002 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-18T21:33:35.025 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-18T21:33:35.164 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package radosgw. 2024-04-18T21:33:35.192 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../116-radosgw_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:35.230 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking radosgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:35.267 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-18T21:33:35.488 INFO:teuthology.orchestra.run.smithi049.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-18T21:33:35.561 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:35.622 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-18T21:33:36.048 INFO:teuthology.orchestra.run.smithi115.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-18T21:33:36.083 INFO:teuthology.orchestra.run.smithi080.stdout:Selecting previously unselected package rbd-fuse. 2024-04-18T21:33:36.103 INFO:teuthology.orchestra.run.smithi049.stdout:Adding system user cephadm....done 2024-04-18T21:33:36.111 INFO:teuthology.orchestra.run.smithi080.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2369-g1a6a3e74-1jammy_amd64.deb ... 2024-04-18T21:33:36.120 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:36.141 INFO:teuthology.orchestra.run.smithi080.stdout:Unpacking rbd-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:36.242 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-18T21:33:36.471 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-18T21:33:36.527 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-18T21:33:36.613 INFO:teuthology.orchestra.run.smithi115.stdout:Adding system user cephadm....done 2024-04-18T21:33:36.705 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-18T21:33:36.761 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-18T21:33:36.778 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-18T21:33:36.814 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-18T21:33:36.905 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-18T21:33:37.038 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-18T21:33:37.056 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-18T21:33:37.155 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-18T21:33:37.272 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-18T21:33:37.381 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-18T21:33:37.398 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-18T21:33:37.432 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-18T21:33:37.533 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-18T21:33:37.818 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-18T21:33:37.866 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-18T21:33:37.873 INFO:teuthology.orchestra.run.smithi080.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-18T21:33:37.967 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:38.125 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-18T21:33:38.187 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-18T21:33:38.251 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-18T21:33:38.447 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-18T21:33:38.561 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-18T21:33:38.723 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-18T21:33:38.913 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-18T21:33:38.999 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-18T21:33:39.156 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-18T21:33:39.209 INFO:teuthology.orchestra.run.smithi080.stdout:Adding system user cephadm....done 2024-04-18T21:33:39.233 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-18T21:33:39.349 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-18T21:33:39.424 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-18T21:33:39.502 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-18T21:33:39.650 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-18T21:33:39.667 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-18T21:33:39.761 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-ceph-argparse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:39.893 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-18T21:33:39.927 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-18T21:33:39.994 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-18T21:33:40.095 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-18T21:33:40.194 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-18T21:33:40.221 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-18T21:33:40.237 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-18T21:33:40.347 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-18T21:33:40.454 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-ceph-argparse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:40.473 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-18T21:33:40.480 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-18T21:33:40.606 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-18T21:33:40.705 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-18T21:33:40.732 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-18T21:33:40.831 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-18T21:33:40.907 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-18T21:33:41.015 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-18T21:33:41.084 INFO:teuthology.orchestra.run.smithi049.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-18T21:33:41.114 INFO:teuthology.orchestra.run.smithi049.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-18T21:33:41.150 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-18T21:33:41.178 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-18T21:33:41.267 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-18T21:33:41.304 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-18T21:33:41.392 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-18T21:33:41.510 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-18T21:33:41.680 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:41.771 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-18T21:33:41.786 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-18T21:33:41.806 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-18T21:33:41.807 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-18T21:33:41.862 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-18T21:33:41.963 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-18T21:33:42.038 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-18T21:33:42.057 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-18T21:33:42.289 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-18T21:33:42.298 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:42.308 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-18T21:33:42.432 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-18T21:33:42.540 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-18T21:33:42.618 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up zip (3.0-12build2) ... 2024-04-18T21:33:42.708 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-18T21:33:42.744 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-18T21:33:42.791 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-ceph-argparse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:42.959 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-18T21:33:43.051 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-18T21:33:43.177 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-18T21:33:43.269 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up zip (3.0-12build2) ... 2024-04-18T21:33:43.312 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-18T21:33:43.387 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-18T21:33:43.421 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-18T21:33:43.471 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-18T21:33:43.655 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-18T21:33:43.738 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-18T21:33:43.864 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-18T21:33:43.982 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-18T21:33:44.022 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-18T21:33:44.037 INFO:teuthology.orchestra.run.smithi080.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-18T21:33:44.071 INFO:teuthology.orchestra.run.smithi080.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-18T21:33:44.151 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-18T21:33:44.273 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-18T21:33:44.275 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-18T21:33:44.276 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-18T21:33:44.408 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-18T21:33:44.534 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-18T21:33:44.636 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:44.685 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-18T21:33:44.762 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-18T21:33:44.843 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-18T21:33:44.936 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-18T21:33:45.022 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-18T21:33:45.211 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-18T21:33:45.265 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-18T21:33:45.320 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-18T21:33:45.445 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-18T21:33:45.566 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up zip (3.0-12build2) ... 2024-04-18T21:33:45.614 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-18T21:33:45.692 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-18T21:33:45.788 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-18T21:33:46.029 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-18T21:33:46.073 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-18T21:33:46.369 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-18T21:33:46.466 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-18T21:33:46.549 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-18T21:33:46.637 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-18T21:33:46.675 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:46.718 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-18T21:33:46.738 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-18T21:33:46.839 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-18T21:33:46.843 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:47.018 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-idna (3.3-1) ... 2024-04-18T21:33:47.123 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-18T21:33:47.153 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-idna (3.3-1) ... 2024-04-18T21:33:47.353 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-18T21:33:47.479 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-18T21:33:47.508 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-18T21:33:47.751 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-18T21:33:48.111 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-18T21:33:48.395 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-18T21:33:48.585 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-18T21:33:48.592 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-18T21:33:48.730 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-18T21:33:48.835 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:33:48.837 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:33:48.946 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-18T21:33:48.965 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-18T21:33:48.969 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-18T21:33:49.099 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:49.205 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-18T21:33:49.237 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-18T21:33:49.331 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-18T21:33:49.363 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-18T21:33:49.384 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-idna (3.3-1) ... 2024-04-18T21:33:49.458 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-18T21:33:49.473 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-18T21:33:49.710 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-18T21:33:49.749 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-18T21:33:49.759 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-18T21:33:49.991 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-18T21:33:50.010 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-18T21:33:50.251 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:33:50.261 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:33:50.362 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-18T21:33:50.377 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-18T21:33:50.647 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-18T21:33:50.679 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-18T21:33:50.833 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-18T21:33:50.906 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-18T21:33:50.946 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-18T21:33:51.085 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:33:51.157 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-18T21:33:51.197 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-18T21:33:51.227 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-18T21:33:51.400 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-18T21:33:51.487 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-18T21:33:51.588 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-18T21:33:51.590 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-18T21:33:51.651 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-18T21:33:51.689 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-18T21:33:51.833 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-18T21:33:51.911 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-18T21:33:51.982 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-18T21:33:52.037 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-18T21:33:52.134 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-18T21:33:52.250 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-18T21:33:52.260 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-18T21:33:52.338 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-18T21:33:52.439 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-18T21:33:52.492 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:33:52.545 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-18T21:33:52.593 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-18T21:33:52.662 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-18T21:33:52.748 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-18T21:33:52.932 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-18T21:33:52.955 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-18T21:33:53.142 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-18T21:33:53.188 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-18T21:33:53.240 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-18T21:33:53.393 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-18T21:33:53.456 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-18T21:33:53.491 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-18T21:33:53.518 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-18T21:33:53.617 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-18T21:33:53.628 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:53.699 INFO:teuthology.orchestra.run.smithi115.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-18T21:33:53.732 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-18T21:33:53.751 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:53.841 INFO:teuthology.orchestra.run.smithi049.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-18T21:33:53.938 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-18T21:33:53.983 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-18T21:33:54.047 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-18T21:33:54.095 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-18T21:33:54.212 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-18T21:33:54.242 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-18T21:33:54.352 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-18T21:33:54.433 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-18T21:33:54.589 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-18T21:33:54.628 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-18T21:33:54.675 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-18T21:33:54.729 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-18T21:33:54.801 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-18T21:33:54.832 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-18T21:33:54.958 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-18T21:33:55.022 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-18T21:33:55.061 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:33:55.170 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-18T21:33:55.242 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:33:55.323 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-18T21:33:55.368 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-18T21:33:55.471 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-18T21:33:55.566 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-18T21:33:55.667 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-18T21:33:55.686 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-18T21:33:55.764 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-18T21:33:55.768 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-18T21:33:55.859 INFO:teuthology.orchestra.run.smithi080.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-18T21:33:55.987 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-18T21:33:56.049 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-18T21:33:56.095 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-18T21:33:56.175 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-18T21:33:56.196 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-18T21:33:56.272 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-18T21:33:56.373 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-18T21:33:56.476 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-18T21:33:56.606 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-18T21:33:56.640 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-18T21:33:56.743 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-18T21:33:56.866 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-18T21:33:56.908 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-18T21:33:56.992 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-18T21:33:57.088 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-18T21:33:57.243 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-18T21:33:57.287 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-18T21:33:57.361 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-18T21:33:57.457 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-18T21:33:57.672 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-18T21:33:57.678 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-18T21:33:57.733 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-18T21:33:57.931 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-18T21:33:57.963 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-18T21:33:58.061 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-18T21:33:58.187 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librados2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:58.214 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-18T21:33:58.293 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-18T21:33:58.313 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:58.340 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-18T21:33:58.419 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up librados2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:58.439 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-18T21:33:58.545 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:58.608 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-18T21:33:58.671 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-18T21:33:58.750 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libcephfs2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:58.876 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libradosstriper1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:58.884 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-18T21:33:58.965 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libcephfs2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:59.002 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-18T21:33:59.075 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libradosstriper1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:59.209 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-18T21:33:59.221 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-18T21:33:59.279 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librbd1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:59.380 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-modules-core (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:59.494 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up librbd1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:59.497 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:59.595 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr-modules-core (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:59.615 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-18T21:33:59.696 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:33:59.723 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-18T21:33:59.724 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-18T21:33:59.891 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-18T21:33:59.916 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-18T21:33:59.916 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-18T21:34:00.219 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-18T21:34:00.249 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up libcephfs-dev (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:00.320 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up librados2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:00.406 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up libcephfs-dev (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:00.421 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:00.433 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rados (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:00.522 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-18T21:34:00.568 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up librgw2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:00.582 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-rados (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:00.686 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-18T21:34:00.716 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up librgw2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:00.851 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-18T21:34:00.858 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libcephfs2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:00.984 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libradosstriper1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:01.119 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-18T21:34:01.379 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up librbd1 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:01.505 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-mgr-modules-core (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:01.631 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:01.842 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-18T21:34:01.842 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-18T21:34:01.873 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rbd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:01.991 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up rbd-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.089 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-rbd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.117 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-rgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.190 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up rbd-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.243 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up python3-cephfs (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.308 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-rgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.324 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up libcephfs-dev (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.369 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.434 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up python3-cephfs (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.467 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-rados (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.560 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.593 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up librgw2 (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:02.719 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-18T21:34:02.895 INFO:teuthology.orchestra.run.smithi115.stdout:Adding group ceph....done 2024-04-18T21:34:03.094 INFO:teuthology.orchestra.run.smithi049.stdout:Adding group ceph....done 2024-04-18T21:34:03.272 INFO:teuthology.orchestra.run.smithi115.stdout:Adding system user ceph....done 2024-04-18T21:34:03.440 INFO:teuthology.orchestra.run.smithi115.stdout:Setting system user ceph properties....done 2024-04-18T21:34:03.459 INFO:teuthology.orchestra.run.smithi115.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-18T21:34:03.479 INFO:teuthology.orchestra.run.smithi049.stdout:Adding system user ceph....done 2024-04-18T21:34:03.595 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-18T21:34:03.598 INFO:teuthology.orchestra.run.smithi049.stdout:Setting system user ceph properties....done 2024-04-18T21:34:03.614 INFO:teuthology.orchestra.run.smithi049.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-18T21:34:03.770 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-18T21:34:03.904 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-18T21:34:03.914 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-rbd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:04.016 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up rbd-fuse (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:04.117 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-rgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:04.118 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-18T21:34:04.218 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up python3-cephfs (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:04.344 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-common (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:04.370 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-test (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:04.521 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up radosgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:04.603 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-test (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:04.729 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up radosgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:04.904 INFO:teuthology.orchestra.run.smithi080.stdout:Adding group ceph....done 2024-04-18T21:34:04.996 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-18T21:34:04.996 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-18T21:34:05.197 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-18T21:34:05.198 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-18T21:34:05.256 INFO:teuthology.orchestra.run.smithi080.stdout:Adding system user ceph....done 2024-04-18T21:34:05.416 INFO:teuthology.orchestra.run.smithi080.stdout:Setting system user ceph properties....done 2024-04-18T21:34:05.432 INFO:teuthology.orchestra.run.smithi080.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-18T21:34:05.456 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-base (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:05.566 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-18T21:34:05.630 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-base (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:05.766 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-18T21:34:05.902 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-18T21:34:05.950 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-18T21:34:06.216 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mds (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:06.354 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-test (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:06.416 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mds (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:06.448 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-18T21:34:06.448 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-18T21:34:06.480 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up radosgw (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:06.654 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-18T21:34:06.655 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-18T21:34:06.910 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:06.930 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-18T21:34:06.930 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-18T21:34:07.123 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-18T21:34:07.123 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-18T21:34:07.126 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:07.328 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-18T21:34:07.329 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-18T21:34:07.382 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-base (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:07.636 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-osd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:07.713 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-18T21:34:07.794 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-osd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:07.912 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-18T21:34:07.912 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-18T21:34:08.046 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-18T21:34:08.046 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-18T21:34:08.178 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-mds (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:08.422 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-18T21:34:08.422 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-18T21:34:08.554 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:08.680 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:08.800 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:08.831 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mon (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:08.917 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:08.939 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-mgr (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:09.054 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-18T21:34:09.055 INFO:teuthology.orchestra.run.smithi049.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-18T21:34:09.069 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mon (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:09.157 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-18T21:34:09.158 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-18T21:34:09.279 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-18T21:34:09.279 INFO:teuthology.orchestra.run.smithi115.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-18T21:34:09.515 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr-cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:09.667 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:09.728 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:09.793 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-mgr-dashboard (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:09.879 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:09.944 INFO:teuthology.orchestra.run.smithi049.stdout:Setting up ceph-volume (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:09.967 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-osd (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:10.005 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-mgr-dashboard (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:10.256 INFO:teuthology.orchestra.run.smithi115.stdout:Setting up ceph-volume (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:10.288 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-18T21:34:10.340 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-18T21:34:10.340 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-18T21:34:10.472 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-18T21:34:10.609 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-18T21:34:10.625 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-18T21:34:10.701 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-18T21:34:10.809 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:10.845 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-18T21:34:10.926 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:11.078 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-mon (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:11.288 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-18T21:34:11.289 INFO:teuthology.orchestra.run.smithi080.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-18T21:34:11.726 INFO:teuthology.orchestra.run.smithi049.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-18T21:34:11.779 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-mgr-cephadm (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:11.930 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:11.962 INFO:teuthology.orchestra.run.smithi115.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-18T21:34:12.056 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-mgr-dashboard (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:12.199 INFO:teuthology.orchestra.run.smithi080.stdout:Setting up ceph-volume (19.0.0-2369-g1a6a3e74-1jammy) ... 2024-04-18T21:34:12.370 INFO:teuthology.orchestra.run.smithi049.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-18T21:34:12.376 DEBUG:teuthology.parallel:result is None 2024-04-18T21:34:12.535 INFO:teuthology.orchestra.run.smithi080.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-18T21:34:12.628 INFO:teuthology.orchestra.run.smithi115.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-18T21:34:12.633 DEBUG:teuthology.parallel:result is None 2024-04-18T21:34:12.644 INFO:teuthology.orchestra.run.smithi080.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-18T21:34:12.797 INFO:teuthology.orchestra.run.smithi080.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-18T21:34:13.849 INFO:teuthology.orchestra.run.smithi080.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-18T21:34:14.510 INFO:teuthology.orchestra.run.smithi080.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-18T21:34:14.515 DEBUG:teuthology.parallel:result is None 2024-04-18T21:34:14.515 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:34:14.732 DEBUG:teuthology.orchestra.run.smithi049:> dpkg-query -W -f '${Version}' ceph 2024-04-18T21:34:14.752 INFO:teuthology.orchestra.run.smithi049.stdout:19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:34:14.752 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:34:14.752 INFO:teuthology.task.install:The correct ceph version 19.0.0-2369-g1a6a3e74-1jammy is installed. 2024-04-18T21:34:14.754 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:34:14.892 DEBUG:teuthology.orchestra.run.smithi080:> dpkg-query -W -f '${Version}' ceph 2024-04-18T21:34:14.911 INFO:teuthology.orchestra.run.smithi080.stdout:19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:34:14.911 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:34:14.911 INFO:teuthology.task.install:The correct ceph version 19.0.0-2369-g1a6a3e74-1jammy is installed. 2024-04-18T21:34:14.913 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:34:15.139 DEBUG:teuthology.orchestra.run.smithi115:> dpkg-query -W -f '${Version}' ceph 2024-04-18T21:34:15.159 INFO:teuthology.orchestra.run.smithi115.stdout:19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:34:15.159 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2369-g1a6a3e74-1jammy 2024-04-18T21:34:15.159 INFO:teuthology.task.install:The correct ceph version 19.0.0-2369-g1a6a3e74-1jammy is installed. 2024-04-18T21:34:15.163 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-18T21:34:15.164 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:34:15.164 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-18T21:34:15.179 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:34:15.180 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-18T21:34:15.194 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:34:15.194 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-18T21:34:15.214 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-18T21:34:15.214 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:34:15.214 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/daemon-helper 2024-04-18T21:34:15.235 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-18T21:34:15.294 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:34:15.294 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/usr/bin/daemon-helper 2024-04-18T21:34:15.310 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-18T21:34:15.365 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:34:15.365 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/daemon-helper 2024-04-18T21:34:15.379 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-18T21:34:15.433 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-18T21:34:15.433 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:34:15.434 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-18T21:34:15.448 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-18T21:34:15.503 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:34:15.503 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-18T21:34:15.518 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-18T21:34:15.573 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:34:15.573 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-18T21:34:15.586 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-18T21:34:15.640 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-18T21:34:15.640 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:34:15.640 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/usr/bin/stdin-killer 2024-04-18T21:34:15.654 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-18T21:34:15.711 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:34:15.711 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/usr/bin/stdin-killer 2024-04-18T21:34:15.724 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-18T21:34:15.776 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:34:15.776 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/usr/bin/stdin-killer 2024-04-18T21:34:15.790 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-18T21:34:15.845 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-18T21:34:15.941 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'], 'log-only-match': ['CEPHADM_'], 'sha1': '1a6a3e742fd81c6d70be70552499bff767652c32'} 2024-04-18T21:34:15.941 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:34:15.942 INFO:tasks.cephadm:Cluster fsid is 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:34:15.942 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-18T21:34:15.942 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.49', 'mon.b': '172.21.15.80', 'mon.c': '172.21.15.115'} 2024-04-18T21:34:15.942 INFO:tasks.cephadm:First mon is mon.a on smithi049 2024-04-18T21:34:15.942 INFO:tasks.cephadm:First mgr is a 2024-04-18T21:34:15.943 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-18T21:34:15.943 DEBUG:teuthology.orchestra.run.smithi049:> sudo hostname $(hostname -s) 2024-04-18T21:34:15.958 DEBUG:teuthology.orchestra.run.smithi080:> sudo hostname $(hostname -s) 2024-04-18T21:34:15.971 DEBUG:teuthology.orchestra.run.smithi115:> sudo hostname $(hostname -s) 2024-04-18T21:34:15.986 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-18T21:34:15.986 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:34:16.122 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '1a6a3e742fd81c6d70be70552499bff767652c32', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/54928/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2369-g1a6a3e74', 'node_name': '172.21.2.13+braggi13', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2369-g1a6a3e74-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-18 01:26:06.022500', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-18T21:34:16.260 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 1a6a3e742fd81c6d70be70552499bff767652c32 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:34:16.262 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-18T21:34:16.262 DEBUG:teuthology.orchestra.run.smithi049:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-18T21:34:16.915 INFO:teuthology.orchestra.run.smithi049.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788764 Apr 18 21:34 /home/ubuntu/cephtest/cephadm 2024-04-18T21:34:16.915 DEBUG:teuthology.orchestra.run.smithi080:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-18T21:34:17.374 INFO:teuthology.orchestra.run.smithi080.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788764 Apr 18 21:34 /home/ubuntu/cephtest/cephadm 2024-04-18T21:34:17.374 DEBUG:teuthology.orchestra.run.smithi115:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/1a6a3e742fd81c6d70be70552499bff767652c32/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-18T21:34:17.828 INFO:teuthology.orchestra.run.smithi115.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788764 Apr 18 21:34 /home/ubuntu/cephtest/cephadm 2024-04-18T21:34:17.829 DEBUG:teuthology.orchestra.run.smithi049:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-18T21:34:17.837 DEBUG:teuthology.orchestra.run.smithi080:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-18T21:34:17.845 DEBUG:teuthology.orchestra.run.smithi115:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-18T21:34:17.864 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 on all hosts... 2024-04-18T21:34:17.864 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 pull 2024-04-18T21:34:17.880 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 pull 2024-04-18T21:34:17.891 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 pull 2024-04-18T21:34:18.053 INFO:teuthology.orchestra.run.smithi049.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32... 2024-04-18T21:34:18.054 INFO:teuthology.orchestra.run.smithi080.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32... 2024-04-18T21:34:18.063 INFO:teuthology.orchestra.run.smithi115.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32... 2024-04-18T21:35:06.229 INFO:teuthology.orchestra.run.smithi049.stdout:{ 2024-04-18T21:35:06.230 INFO:teuthology.orchestra.run.smithi049.stdout: "ceph_version": "ceph version 19.0.0-2369-g1a6a3e74 (1a6a3e742fd81c6d70be70552499bff767652c32) squid (dev)", 2024-04-18T21:35:06.230 INFO:teuthology.orchestra.run.smithi049.stdout: "image_id": "adc0eab240f3833dc9a95e84035635dda8a2c78880e307ffd46bec6a045e065f", 2024-04-18T21:35:06.230 INFO:teuthology.orchestra.run.smithi049.stdout: "repo_digests": [ 2024-04-18T21:35:06.230 INFO:teuthology.orchestra.run.smithi049.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:10dfe16719e1e9750e7bc8b7d4f474b4b7f5bd2541f4fec161dd767c272bf9a0" 2024-04-18T21:35:06.230 INFO:teuthology.orchestra.run.smithi049.stdout: ] 2024-04-18T21:35:06.230 INFO:teuthology.orchestra.run.smithi049.stdout:} 2024-04-18T21:35:13.019 INFO:teuthology.orchestra.run.smithi115.stdout:{ 2024-04-18T21:35:13.019 INFO:teuthology.orchestra.run.smithi115.stdout: "ceph_version": "ceph version 19.0.0-2369-g1a6a3e74 (1a6a3e742fd81c6d70be70552499bff767652c32) squid (dev)", 2024-04-18T21:35:13.019 INFO:teuthology.orchestra.run.smithi115.stdout: "image_id": "adc0eab240f3833dc9a95e84035635dda8a2c78880e307ffd46bec6a045e065f", 2024-04-18T21:35:13.020 INFO:teuthology.orchestra.run.smithi115.stdout: "repo_digests": [ 2024-04-18T21:35:13.020 INFO:teuthology.orchestra.run.smithi115.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:10dfe16719e1e9750e7bc8b7d4f474b4b7f5bd2541f4fec161dd767c272bf9a0" 2024-04-18T21:35:13.020 INFO:teuthology.orchestra.run.smithi115.stdout: ] 2024-04-18T21:35:13.020 INFO:teuthology.orchestra.run.smithi115.stdout:} 2024-04-18T21:35:16.319 INFO:teuthology.orchestra.run.smithi080.stdout:{ 2024-04-18T21:35:16.319 INFO:teuthology.orchestra.run.smithi080.stdout: "ceph_version": "ceph version 19.0.0-2369-g1a6a3e74 (1a6a3e742fd81c6d70be70552499bff767652c32) squid (dev)", 2024-04-18T21:35:16.319 INFO:teuthology.orchestra.run.smithi080.stdout: "image_id": "adc0eab240f3833dc9a95e84035635dda8a2c78880e307ffd46bec6a045e065f", 2024-04-18T21:35:16.319 INFO:teuthology.orchestra.run.smithi080.stdout: "repo_digests": [ 2024-04-18T21:35:16.319 INFO:teuthology.orchestra.run.smithi080.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:10dfe16719e1e9750e7bc8b7d4f474b4b7f5bd2541f4fec161dd767c272bf9a0" 2024-04-18T21:35:16.319 INFO:teuthology.orchestra.run.smithi080.stdout: ] 2024-04-18T21:35:16.319 INFO:teuthology.orchestra.run.smithi080.stdout:} 2024-04-18T21:35:16.352 DEBUG:teuthology.orchestra.run.smithi049:> sudo mkdir -p /etc/ceph 2024-04-18T21:35:16.367 DEBUG:teuthology.orchestra.run.smithi080:> sudo mkdir -p /etc/ceph 2024-04-18T21:35:16.381 DEBUG:teuthology.orchestra.run.smithi115:> sudo mkdir -p /etc/ceph 2024-04-18T21:35:16.395 DEBUG:teuthology.orchestra.run.smithi049:> sudo chmod 777 /etc/ceph 2024-04-18T21:35:16.421 DEBUG:teuthology.orchestra.run.smithi080:> sudo chmod 777 /etc/ceph 2024-04-18T21:35:16.435 DEBUG:teuthology.orchestra.run.smithi115:> sudo chmod 777 /etc/ceph 2024-04-18T21:35:16.451 INFO:tasks.cephadm:Writing seed config... 2024-04-18T21:35:16.453 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-18T21:35:16.453 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-18T21:35:16.453 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-18T21:35:16.453 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-18T21:35:16.453 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-18T21:35:16.453 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-18T21:35:16.453 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-18T21:35:16.453 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-18T21:35:16.453 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-18T21:35:16.454 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:35:16.454 DEBUG:teuthology.orchestra.run.smithi049:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-18T21:35:16.470 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 = 67f5eea4-fdcb-11ee-bc92-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-04-18T21:35:16.471 DEBUG:teuthology.orchestra.run.smithi049:mon.a> sudo journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.a.service 2024-04-18T21:35:16.515 DEBUG:teuthology.orchestra.run.smithi049:mgr.a> sudo journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mgr.a.service 2024-04-18T21:35:16.558 INFO:tasks.cephadm:Bootstrapping... 2024-04-18T21:35:16.559 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 -v bootstrap --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.49 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-18T21:35:16.777 INFO:teuthology.orchestra.run.smithi049.stdout:-------------------------------------------------------------------------------- 2024-04-18T21:35:16.777 INFO:teuthology.orchestra.run.smithi049.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32', '-v', 'bootstrap', '--fsid', '67f5eea4-fdcb-11ee-bc92-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.49', '--skip-admin-label'] 2024-04-18T21:35:16.777 INFO:teuthology.orchestra.run.smithi049.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-18T21:35:16.778 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying podman|docker is present... 2024-04-18T21:35:16.778 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying lvm2 is present... 2024-04-18T21:35:16.778 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying time synchronization is in place... 2024-04-18T21:35:16.783 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-18T21:35:16.783 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-18T21:35:16.787 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-18T21:35:16.788 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-04-18T21:35:16.791 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-18T21:35:16.792 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-18T21:35:16.795 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-18T21:35:16.796 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-04-18T21:35:16.799 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-18T21:35:16.799 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout masked 2024-04-18T21:35:16.803 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-18T21:35:16.803 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-04-18T21:35:16.807 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-18T21:35:16.807 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-18T21:35:16.813 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-18T21:35:16.813 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-04-18T21:35:16.815 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout enabled 2024-04-18T21:35:16.819 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout active 2024-04-18T21:35:16.819 INFO:teuthology.orchestra.run.smithi049.stdout:Unit ntp.service is enabled and running 2024-04-18T21:35:16.819 INFO:teuthology.orchestra.run.smithi049.stdout:Repeating the final host check... 2024-04-18T21:35:16.819 INFO:teuthology.orchestra.run.smithi049.stdout:docker (/usr/bin/docker) is present 2024-04-18T21:35:16.819 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl is present 2024-04-18T21:35:16.819 INFO:teuthology.orchestra.run.smithi049.stdout:lvcreate is present 2024-04-18T21:35:16.822 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-18T21:35:16.822 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-18T21:35:16.826 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-18T21:35:16.826 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-04-18T21:35:16.829 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-18T21:35:16.830 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-18T21:35:16.833 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-18T21:35:16.833 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-04-18T21:35:16.837 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-18T21:35:16.837 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout masked 2024-04-18T21:35:16.840 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-18T21:35:16.840 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-04-18T21:35:16.844 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-18T21:35:16.844 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-18T21:35:16.848 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-18T21:35:16.848 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout inactive 2024-04-18T21:35:16.851 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout enabled 2024-04-18T21:35:16.856 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stdout active 2024-04-18T21:35:16.856 INFO:teuthology.orchestra.run.smithi049.stdout:Unit ntp.service is enabled and running 2024-04-18T21:35:16.856 INFO:teuthology.orchestra.run.smithi049.stdout:Host looks OK 2024-04-18T21:35:16.856 INFO:teuthology.orchestra.run.smithi049.stdout:Cluster fsid: 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:16.856 INFO:teuthology.orchestra.run.smithi049.stdout:Acquiring lock 140144937150320 on /run/cephadm/67f5eea4-fdcb-11ee-bc92-c7b262605968.lock 2024-04-18T21:35:16.856 INFO:teuthology.orchestra.run.smithi049.stdout:Lock 140144937150320 acquired on /run/cephadm/67f5eea4-fdcb-11ee-bc92-c7b262605968.lock 2024-04-18T21:35:16.856 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying IP 172.21.15.49 port 3300 ... 2024-04-18T21:35:16.856 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying IP 172.21.15.49 port 6789 ... 2024-04-18T21:35:16.856 INFO:teuthology.orchestra.run.smithi049.stdout:Base mon IP(s) is [172.21.15.49:3300, 172.21.15.49:6789], mon addrv is [v2:172.21.15.49:3300,v1:172.21.15.49:6789] 2024-04-18T21:35:16.858 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-18T21:35:16.859 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-18T21:35:16.859 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.49 2024-04-18T21:35:16.861 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-18T21:35:16.861 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-18T21:35:16.861 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1796sec hoplimit 64 pref medium 2024-04-18T21:35:16.863 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-18T21:35:16.863 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-18T21:35:16.863 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-18T21:35:16.863 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-18T21:35:16.863 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:1566/64 scope link 2024-04-18T21:35:16.864 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-18T21:35:16.865 INFO:teuthology.orchestra.run.smithi049.stdout:Mon IP `172.21.15.49` is in CIDR network `172.21.0.0/20` 2024-04-18T21:35:16.865 INFO:teuthology.orchestra.run.smithi049.stdout:Mon IP `172.21.15.49` is in CIDR network `172.21.0.0/20` 2024-04-18T21:35:16.865 INFO:teuthology.orchestra.run.smithi049.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-18T21:35:16.865 INFO:teuthology.orchestra.run.smithi049.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-18T21:35:16.865 INFO:teuthology.orchestra.run.smithi049.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32... 2024-04-18T21:35:17.353 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/docker: stdout 1a6a3e742fd81c6d70be70552499bff767652c32: Pulling from ceph-ci/ceph 2024-04-18T21:35:17.353 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/docker: stdout Digest: sha256:10dfe16719e1e9750e7bc8b7d4f474b4b7f5bd2541f4fec161dd767c272bf9a0 2024-04-18T21:35:17.353 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:35:17.354 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 2024-04-18T21:35:18.840 INFO:teuthology.orchestra.run.smithi049.stdout:ceph: stdout ceph version 19.0.0-2369-g1a6a3e74 (1a6a3e742fd81c6d70be70552499bff767652c32) squid (dev) 2024-04-18T21:35:18.841 INFO:teuthology.orchestra.run.smithi049.stdout:Ceph version: ceph version 19.0.0-2369-g1a6a3e74 (1a6a3e742fd81c6d70be70552499bff767652c32) squid (dev) 2024-04-18T21:35:18.841 INFO:teuthology.orchestra.run.smithi049.stdout:Extracting ceph user uid/gid from container image... 2024-04-18T21:35:20.136 INFO:teuthology.orchestra.run.smithi049.stdout:stat: stdout 167 167 2024-04-18T21:35:20.137 INFO:teuthology.orchestra.run.smithi049.stdout:Creating initial keys... 2024-04-18T21:35:21.466 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-authtool: stdout AQAYkiFm31XHNBAAqKHstHA40eKZttbyq87fIw== 2024-04-18T21:35:22.729 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-authtool: stdout AQAakiFma2CPCxAAzL6mwFFY67ApLCoES9wMGQ== 2024-04-18T21:35:24.118 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-authtool: stdout AQAbkiFmW3iiHhAAavCFphR5cVfPwXIO8kn+aA== 2024-04-18T21:35:24.119 INFO:teuthology.orchestra.run.smithi049.stdout:Creating initial monmap... 2024-04-18T21:35:25.449 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-18T21:35:25.449 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-18T21:35:25.449 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:25.449 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-18T21:35:25.449 INFO:teuthology.orchestra.run.smithi049.stdout:monmaptool for a [v2:172.21.15.49:3300,v1:172.21.15.49:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-18T21:35:25.449 INFO:teuthology.orchestra.run.smithi049.stdout:setting min_mon_release = quincy 2024-04-18T21:35:25.449 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: set fsid to 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:25.449 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-18T21:35:25.450 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:35:25.450 INFO:teuthology.orchestra.run.smithi049.stdout:Creating mon... 2024-04-18T21:35:26.762 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-18T21:35:26.762 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 1 imported monmap: 2024-04-18T21:35:26.762 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-18T21:35:26.762 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:26.762 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-18T21:35:24.880248+0000 2024-04-18T21:35:26.762 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:35:26.767 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-18T21:35:26.767 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-18T21:35:26.767 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:35:26.767 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 0 /usr/bin/ceph-mon: set fsid to 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Git sha 0 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Compile date 2024-04-18 10:33:32 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: DB SUMMARY 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: DB Session ID: SNQMZ898LJCCIV2FRS6Q 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.768 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-18T21:35:26.769 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.769 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.error_if_exists: 0 2024-04-18T21:35:26.769 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.create_if_missing: 1 2024-04-18T21:35:26.769 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-18T21:35:26.769 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-18T21:35:26.769 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-18T21:35:26.769 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-18T21:35:26.769 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.env: 0x55f881df1c60 2024-04-18T21:35:26.769 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.info_log: 0x55f882c8cd20 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.statistics: (nil) 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.use_fsync: 0 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-18T21:35:26.770 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-18T21:35:26.771 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-18T21:35:26.771 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.db_log_dir: 2024-04-18T21:35:26.771 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.wal_dir: 2024-04-18T21:35:26.771 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-18T21:35:26.771 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.write_buffer_manager: 0x55f882c61360 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-18T21:35:26.795 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.unordered_write: 0 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.row_cache: None 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.wal_filter: None 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-18T21:35:26.796 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.two_write_queues: 0 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.wal_compression: 0 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.atomic_flush: 0 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-18T21:35:26.797 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_open_files: -1 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-18T21:35:26.798 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Compression algorithms supported: 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: kZSTD supported: 0 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: kXpressCompression supported: 0 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: kZlibCompression supported: 1 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.249+0000 7fbb90b4fc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.799 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-18T21:35:26.800 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.800 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-18T21:35:26.800 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.800 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-18T21:35:26.800 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.merge_operator: 2024-04-18T21:35:26.800 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_filter: None 2024-04-18T21:35:26.800 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-18T21:35:26.800 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-18T21:35:26.800 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f882c8ce20) 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55f882c91090 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-18T21:35:26.801 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-18T21:35:26.802 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compression: NoCompression 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-18T21:35:26.803 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.num_levels: 7 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-18T21:35:26.804 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-18T21:35:26.805 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-18T21:35:26.806 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.table_properties_collectors: 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-18T21:35:26.807 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.bloom_locality: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.ttl: 2592000 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.enable_blob_files: false 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.min_blob_size: 0 2024-04-18T21:35:26.808 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 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-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6a33d754-68f3-4650-8470-e5546ba95710 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.809 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f882d5c000 2024-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb90b4fc80 4 rocksdb: DB pointer 0x55f882d4c000 2024-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb80cb9700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.253+0000 7fbb80cb9700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.810 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.811 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.813 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T21:35:26.813 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-18T21:35:26.813 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-18T21:35:26.813 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-18T21:35:26.813 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-18T21:35:26.813 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-18T21:35:26.813 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.813 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.813 INFO:teuthology.orchestra.run.smithi049.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-04-18T21:35:26.813 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55f882c91090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-04-18T21:35:26.814 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-18T21:35:26.814 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.814 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-18T21:35:26.814 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr 2024-04-18T21:35:26.814 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.257+0000 7fbb90b4fc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-18T21:35:26.814 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.257+0000 7fbb90b4fc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-18T21:35:26.814 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-18T21:35:26.257+0000 7fbb90b4fc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-18T21:35:26.814 INFO:teuthology.orchestra.run.smithi049.stdout:create mon.a on 2024-04-18T21:35:27.055 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-18T21:35:27.246 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-18T21:35:27.465 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968.target -> /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968.target. 2024-04-18T21:35:27.465 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968.target -> /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968.target. 2024-04-18T21:35:27.760 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.a 2024-04-18T21:35:27.760 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to reset failed state of unit ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.a.service: Unit ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.a.service not loaded. 2024-04-18T21:35:27.953 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968.target.wants/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service. 2024-04-18T21:35:27.961 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld does not appear to be present 2024-04-18T21:35:27.961 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to enable service . firewalld.service is not available 2024-04-18T21:35:27.961 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mon to start... 2024-04-18T21:35:27.961 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mon... 2024-04-18T21:35:29.474 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:29 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.298501+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-18T21:35:30.055 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout cluster: 2024-04-18T21:35:30.055 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout id: 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:30.055 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-18T21:35:30.055 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:30.055 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout services: 2024-04-18T21:35:30.055 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.162157s) 2024-04-18T21:35:30.055 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-18T21:35:30.056 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-18T21:35:30.056 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:30.057 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout data: 2024-04-18T21:35:30.057 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-18T21:35:30.057 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-18T21:35:30.057 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-18T21:35:30.057 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout pgs: 2024-04-18T21:35:30.057 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:30.057 INFO:teuthology.orchestra.run.smithi049.stdout:mon is available 2024-04-18T21:35:30.057 INFO:teuthology.orchestra.run.smithi049.stdout:Assimilating anything we can from ceph.conf... 2024-04-18T21:35:30.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.301724+0000 mon.a (mon.0) 2 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-18T21:35:30.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.301861+0000 mon.a (mon.0) 3 : cluster 0 monmap epoch 1 2024-04-18T21:35:30.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.301874+0000 mon.a (mon.0) 4 : cluster 0 fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:30.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.301883+0000 mon.a (mon.0) 5 : cluster 0 last_changed 2024-04-18T21:35:24.880248+0000 2024-04-18T21:35:30.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.301893+0000 mon.a (mon.0) 6 : cluster 0 created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:35:30.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.301902+0000 mon.a (mon.0) 7 : cluster 0 min_mon_release 19 (squid) 2024-04-18T21:35:30.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.301910+0000 mon.a (mon.0) 8 : cluster 0 election_strategy: 1 2024-04-18T21:35:30.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.301917+0000 mon.a (mon.0) 9 : cluster 0 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:35:30.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.303778+0000 mon.a (mon.0) 10 : cluster 0 fsmap 2024-04-18T21:35:30.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.305852+0000 mon.a (mon.0) 11 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-04-18T21:35:30.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: cluster 2024-04-18T21:35:29.306312+0000 mon.a (mon.0) 12 : cluster 0 mgrmap e1: no daemons active 2024-04-18T21:35:30.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:30 smithi049 bash[20958]: audit 2024-04-18T21:35:29.463844+0000 mon.a (mon.0) 13 : audit 0 from='client.? 172.21.15.49:0/1832691905' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-18T21:35:31.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:31 smithi049 bash[20958]: audit 2024-04-18T21:35:31.094670+0000 mon.a (mon.0) 14 : audit 1 from='client.? 172.21.15.49:0/193472829' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-18T21:35:31.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:31 smithi049 bash[20958]: audit 2024-04-18T21:35:31.098310+0000 mon.a (mon.0) 15 : audit 1 from='client.? 172.21.15.49:0/193472829' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-18T21:35:31.711 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [global] 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout fsid = 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.49:3300,v1:172.21.15.49:6789] 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [osd] 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-18T21:35:31.712 INFO:teuthology.orchestra.run.smithi049.stdout:Generating new minimal ceph.conf... 2024-04-18T21:35:33.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:32 smithi049 bash[20958]: audit 2024-04-18T21:35:32.718087+0000 mon.a (mon.0) 16 : audit 0 from='client.? 172.21.15.49:0/3054766611' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:35:33.298 INFO:teuthology.orchestra.run.smithi049.stdout:Restarting the monitor... 2024-04-18T21:35:33.579 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:33 smithi049 systemd[1]: Stopping Ceph mon.a for 67f5eea4-fdcb-11ee-bc92-c7b262605968... 2024-04-18T21:35:33.579 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:33 smithi049 bash[20958]: debug 2024-04-18T21:35:33.425+0000 7f919fce9700 -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-04-18T21:35:33.579 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:33 smithi049 bash[20958]: debug 2024-04-18T21:35:33.425+0000 7f919fce9700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-18T21:35:34.134 INFO:teuthology.orchestra.run.smithi049.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-18T21:35:34.254 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:33 smithi049 bash[21343]: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968-mon-a 2024-04-18T21:35:34.255 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:34 smithi049 bash[21403]: Error response from daemon: No such container: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968-mon-a 2024-04-18T21:35:34.255 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:34 smithi049 systemd[1]: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-18T21:35:34.255 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:34 smithi049 systemd[1]: Stopped Ceph mon.a for 67f5eea4-fdcb-11ee-bc92-c7b262605968. 2024-04-18T21:35:34.255 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:34 smithi049 systemd[1]: Started Ceph mon.a for 67f5eea4-fdcb-11ee-bc92-c7b262605968. 2024-04-18T21:35:35.586 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.257+0000 7fc6446aac80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-18T21:35:35.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.257+0000 7fc6446aac80 0 ceph version 19.0.0-2369-g1a6a3e74 (1a6a3e742fd81c6d70be70552499bff767652c32) squid (dev), process ceph-mon, pid 7 2024-04-18T21:35:35.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.257+0000 7fc6446aac80 0 pidfile_write: ignore empty --pid-file 2024-04-18T21:35:35.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 0 load: jerasure load: lrc 2024-04-18T21:35:35.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: RocksDB version: 7.9.2 2024-04-18T21:35:35.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Git sha 0 2024-04-18T21:35:35.587 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Compile date 2024-04-18 10:33:32 2024-04-18T21:35:35.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: DB SUMMARY 2024-04-18T21:35:35.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: DB Session ID: HDJIR4VRU89IXAAHSEFG 2024-04-18T21:35:35.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: CURRENT file: CURRENT 2024-04-18T21:35:35.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-18T21:35:35.588 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-18T21:35:35.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-18T21:35:35.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88755 ; 2024-04-18T21:35:35.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.error_if_exists: 0 2024-04-18T21:35:35.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.create_if_missing: 0 2024-04-18T21:35:35.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.paranoid_checks: 1 2024-04-18T21:35:35.589 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-18T21:35:35.590 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-18T21:35:35.590 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-18T21:35:35.590 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.env: 0x55c263713c60 2024-04-18T21:35:35.590 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-18T21:35:35.590 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.info_log: 0x55c264c59ae0 2024-04-18T21:35:35.590 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-18T21:35:35.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.statistics: (nil) 2024-04-18T21:35:35.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.use_fsync: 0 2024-04-18T21:35:35.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_log_file_size: 0 2024-04-18T21:35:35.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-18T21:35:35.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-18T21:35:35.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-18T21:35:35.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-18T21:35:35.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.allow_fallocate: 1 2024-04-18T21:35:35.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-18T21:35:35.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-18T21:35:35.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.use_direct_reads: 0 2024-04-18T21:35:35.592 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-18T21:35:35.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-18T21:35:35.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.db_log_dir: 2024-04-18T21:35:35.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.wal_dir: 2024-04-18T21:35:35.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-18T21:35:35.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-18T21:35:35.593 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-18T21:35:35.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-18T21:35:35.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-18T21:35:35.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-18T21:35:35.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-18T21:35:35.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-18T21:35:35.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.write_buffer_manager: 0x55c264c2c1e0 2024-04-18T21:35:35.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-18T21:35:35.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-18T21:35:35.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-18T21:35:35.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-18T21:35:35.595 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-18T21:35:35.596 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-18T21:35:35.596 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-18T21:35:35.596 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-18T21:35:35.596 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.unordered_write: 0 2024-04-18T21:35:35.596 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-18T21:35:35.597 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-18T21:35:35.597 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-18T21:35:35.597 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-18T21:35:35.597 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.row_cache: None 2024-04-18T21:35:35.597 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.wal_filter: None 2024-04-18T21:35:35.597 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-18T21:35:35.598 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-18T21:35:35.598 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.two_write_queues: 0 2024-04-18T21:35:35.598 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-18T21:35:35.598 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.wal_compression: 0 2024-04-18T21:35:35.598 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.atomic_flush: 0 2024-04-18T21:35:35.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-18T21:35:35.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-18T21:35:35.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-18T21:35:35.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.log_readahead_size: 0 2024-04-18T21:35:35.599 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-18T21:35:35.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-18T21:35:35.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-18T21:35:35.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-18T21:35:35.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-18T21:35:35.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-18T21:35:35.600 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-18T21:35:35.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_background_jobs: 2 2024-04-18T21:35:35.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_background_compactions: -1 2024-04-18T21:35:35.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_subcompactions: 1 2024-04-18T21:35:35.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-18T21:35:35.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-18T21:35:35.601 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-18T21:35:35.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-18T21:35:35.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-18T21:35:35.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-18T21:35:35.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-18T21:35:35.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-18T21:35:35.602 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_open_files: -1 2024-04-18T21:35:35.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-18T21:35:35.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-18T21:35:35.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-18T21:35:35.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-18T21:35:35.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_background_flushes: -1 2024-04-18T21:35:35.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Compression algorithms supported: 2024-04-18T21:35:35.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-18T21:35:35.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: kZSTD supported: 0 2024-04-18T21:35:35.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: kXpressCompression supported: 0 2024-04-18T21:35:35.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-18T21:35:35.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: kZlibCompression supported: 1 2024-04-18T21:35:35.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: kSnappyCompression supported: 1 2024-04-18T21:35:35.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: kLZ4Compression supported: 1 2024-04-18T21:35:35.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: kBZip2Compression supported: 0 2024-04-18T21:35:35.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-18T21:35:35.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-18T21:35:35.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-18T21:35:35.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-18T21:35:35.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-18T21:35:35.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.merge_operator: 2024-04-18T21:35:35.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_filter: None 2024-04-18T21:35:35.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-18T21:35:35.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-18T21:35:35.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-18T21:35:35.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-18T21:35:35.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c264c59be0) 2024-04-18T21:35:35.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: cache_index_and_filter_blocks: 1 2024-04-18T21:35:35.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-18T21:35:35.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-18T21:35:35.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: pin_top_level_index_and_filter: 1 2024-04-18T21:35:35.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: index_type: 0 2024-04-18T21:35:35.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: data_block_index_type: 0 2024-04-18T21:35:35.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: index_shortening: 1 2024-04-18T21:35:35.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: data_block_hash_table_util_ratio: 0.750000 2024-04-18T21:35:35.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: checksum: 4 2024-04-18T21:35:35.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: no_block_cache: 0 2024-04-18T21:35:35.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: block_cache: 0x55c264c5b090 2024-04-18T21:35:35.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: block_cache_name: BinnedLRUCache 2024-04-18T21:35:35.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: block_cache_options: 2024-04-18T21:35:35.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: capacity : 536870912 2024-04-18T21:35:35.612 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: num_shard_bits : 4 2024-04-18T21:35:35.612 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: strict_capacity_limit : 0 2024-04-18T21:35:35.612 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: high_pri_pool_ratio: 0.000 2024-04-18T21:35:35.612 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: block_cache_compressed: (nil) 2024-04-18T21:35:35.612 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: persistent_cache: (nil) 2024-04-18T21:35:35.612 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: block_size: 4096 2024-04-18T21:35:35.613 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: block_size_deviation: 10 2024-04-18T21:35:35.613 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: block_restart_interval: 16 2024-04-18T21:35:35.613 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: index_block_restart_interval: 1 2024-04-18T21:35:35.613 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: metadata_block_size: 4096 2024-04-18T21:35:35.613 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: partition_filters: 0 2024-04-18T21:35:35.613 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: use_delta_encoding: 1 2024-04-18T21:35:35.614 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: filter_policy: bloomfilter 2024-04-18T21:35:35.614 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: whole_key_filtering: 1 2024-04-18T21:35:35.614 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: verify_compression: 0 2024-04-18T21:35:35.614 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: read_amp_bytes_per_bit: 0 2024-04-18T21:35:35.614 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: format_version: 5 2024-04-18T21:35:35.614 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: enable_index_compression: 1 2024-04-18T21:35:35.615 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: block_align: 0 2024-04-18T21:35:35.615 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: max_auto_readahead_size: 262144 2024-04-18T21:35:35.615 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: prepopulate_block_cache: 0 2024-04-18T21:35:35.615 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: initial_auto_readahead_size: 8192 2024-04-18T21:35:35.615 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: num_file_reads_for_auto_readahead: 2 2024-04-18T21:35:35.615 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-18T21:35:35.616 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-18T21:35:35.616 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compression: NoCompression 2024-04-18T21:35:35.616 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-18T21:35:35.616 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-18T21:35:35.616 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-18T21:35:35.617 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.num_levels: 7 2024-04-18T21:35:35.617 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-18T21:35:35.617 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-18T21:35:35.617 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-18T21:35:35.617 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-18T21:35:35.617 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-18T21:35:35.617 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-18T21:35:35.618 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-18T21:35:35.618 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-18T21:35:35.618 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-18T21:35:35.618 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-18T21:35:35.618 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-18T21:35:35.618 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-18T21:35:35.619 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-18T21:35:35.619 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-18T21:35:35.619 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-18T21:35:35.619 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-18T21:35:35.619 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-18T21:35:35.619 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-18T21:35:35.620 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-18T21:35:35.620 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-18T21:35:35.620 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-18T21:35:35.620 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-18T21:35:35.620 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-18T21:35:35.621 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-18T21:35:35.621 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-18T21:35:35.621 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-18T21:35:35.621 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-18T21:35:35.621 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-18T21:35:35.621 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-18T21:35:35.622 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-18T21:35:35.622 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-18T21:35:35.622 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-18T21:35:35.622 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-18T21:35:35.622 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-18T21:35:35.622 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-18T21:35:35.623 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-18T21:35:35.623 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-18T21:35:35.623 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-18T21:35:35.623 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-18T21:35:35.623 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-18T21:35:35.623 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-18T21:35:35.624 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-18T21:35:35.624 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-18T21:35:35.624 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-18T21:35:35.624 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-18T21:35:35.624 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-18T21:35:35.624 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-18T21:35:35.625 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-18T21:35:35.625 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-18T21:35:35.625 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-18T21:35:35.625 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-18T21:35:35.625 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-18T21:35:35.625 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-18T21:35:35.626 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.table_properties_collectors: 2024-04-18T21:35:35.626 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.inplace_update_support: 0 2024-04-18T21:35:35.626 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-18T21:35:35.626 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-18T21:35:35.626 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-18T21:35:35.626 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-18T21:35:35.627 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.bloom_locality: 0 2024-04-18T21:35:35.627 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.max_successive_merges: 0 2024-04-18T21:35:35.627 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-18T21:35:35.627 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-18T21:35:35.627 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-18T21:35:35.627 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-18T21:35:35.628 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.ttl: 2592000 2024-04-18T21:35:35.628 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-18T21:35:35.628 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-18T21:35:35.628 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-18T21:35:35.628 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.enable_blob_files: false 2024-04-18T21:35:35.628 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.min_blob_size: 0 2024-04-18T21:35:35.629 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-18T21:35:35.629 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-18T21:35:35.629 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-18T21:35:35.629 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-18T21:35:35.629 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-18T21:35:35.630 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-18T21:35:35.630 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-18T21:35:35.630 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.261+0000 7fc6446aac80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-18T21:35:35.630 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 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-04-18T21:35:35.630 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-18T21:35:35.630 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 6a33d754-68f3-4650-8470-e5546ba95710 2024-04-18T21:35:35.631 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713476135266639, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-18T21:35:35.631 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-18T21:35:35.631 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713476135267763, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85346, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83519, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 77726, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1713476135, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "6a33d754-68f3-4650-8470-e5546ba95710", "db_session_id": "HDJIR4VRU89IXAAHSEFG", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-18T21:35:35.631 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713476135267883, "job": 1, "event": "recovery_finished"} 2024-04-18T21:35:35.631 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-18T21:35:35.631 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 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-04-18T21:35:35.632 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55c264d50000 2024-04-18T21:35:35.632 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc6446aac80 4 rocksdb: DB pointer 0x55c264d3a000 2024-04-18T21:35:35.632 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc632e0c700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-18T21:35:35.632 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.265+0000 7fc632e0c700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-18T21:35:35.632 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: ** DB Stats ** 2024-04-18T21:35:35.632 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T21:35:35.633 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-18T21:35:35.633 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-18T21:35:35.633 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T21:35:35.633 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-18T21:35:35.633 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-18T21:35:35.633 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-18T21:35:35.634 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: ** Compaction Stats [default] ** 2024-04-18T21:35:35.634 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: 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-04-18T21:35:35.634 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-18T21:35:35.634 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: L0 2/0 85.18 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T21:35:35.634 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Sum 2/0 85.18 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T21:35:35.635 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 114.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T21:35:35.635 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: ** Compaction Stats [default] ** 2024-04-18T21:35:35.635 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: 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-04-18T21:35:35.635 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-18T21:35:35.635 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 114.8 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-18T21:35:35.635 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-18T21:35:35.635 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-18T21:35:35.637 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-18T21:35:35.637 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-18T21:35:35.637 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: AddFile(Total Files): cumulative 0, interval 0 2024-04-18T21:35:35.637 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-18T21:35:35.638 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: AddFile(Keys): cumulative 0, interval 0 2024-04-18T21:35:35.638 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Cumulative compaction: 0.00 GB write, 18.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-18T21:35:35.638 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Interval compaction: 0.00 GB write, 18.09 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-18T21:35:35.638 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: 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-04-18T21:35:35.638 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Block cache BinnedLRUCache@0x55c264c5b090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-04-18T21:35:35.638 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-18T21:35:35.639 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: ** File Read Latency Histogram By Level [default] ** 2024-04-18T21:35:35.639 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.269+0000 7fc6446aac80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] at bind addrs [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:35.639 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.269+0000 7fc6446aac80 1 mon.a@-1(???) e1 preinit fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:35.639 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.269+0000 7fc6446aac80 0 mon.a@-1(???).mds e1 new map 2024-04-18T21:35:35.639 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.269+0000 7fc6446aac80 0 mon.a@-1(???).mds e1 print_map 2024-04-18T21:35:35.639 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: e1 2024-04-18T21:35:35.640 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-18T21:35:35.640 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-18T21:35:35.640 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: legacy client fscid: -1 2024-04-18T21:35:35.640 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: 2024-04-18T21:35:35.640 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: No filesystems configured 2024-04-18T21:35:35.640 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.269+0000 7fc6446aac80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-18T21:35:35.641 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.269+0000 7fc6446aac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T21:35:35.641 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.269+0000 7fc6446aac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T21:35:35.641 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.269+0000 7fc6446aac80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-04-18T21:35:35.641 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:35 smithi049 bash[21444]: debug 2024-04-18T21:35:35.269+0000 7fc6446aac80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-04-18T21:35:36.193 INFO:teuthology.orchestra.run.smithi049.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-18T21:35:36.218 INFO:teuthology.orchestra.run.smithi049.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-18T21:35:36.218 INFO:teuthology.orchestra.run.smithi049.stdout:Creating mgr... 2024-04-18T21:35:36.219 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-18T21:35:36.219 INFO:teuthology.orchestra.run.smithi049.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-18T21:35:36.554 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.275817+0000 mon.a (mon.0) 1 : cluster 1 mon.a is new leader, mons a in quorum (ranks 0) 2024-04-18T21:35:36.555 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.275893+0000 mon.a (mon.0) 2 : cluster 0 monmap epoch 1 2024-04-18T21:35:36.555 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.275911+0000 mon.a (mon.0) 3 : cluster 0 fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:36.555 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.275927+0000 mon.a (mon.0) 4 : cluster 0 last_changed 2024-04-18T21:35:24.880248+0000 2024-04-18T21:35:36.555 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.275941+0000 mon.a (mon.0) 5 : cluster 0 created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:35:36.555 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.275967+0000 mon.a (mon.0) 6 : cluster 0 min_mon_release 19 (squid) 2024-04-18T21:35:36.555 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.275982+0000 mon.a (mon.0) 7 : cluster 0 election_strategy: 1 2024-04-18T21:35:36.556 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.276006+0000 mon.a (mon.0) 8 : cluster 0 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:35:36.556 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.294524+0000 mon.a (mon.0) 9 : cluster 0 fsmap 2024-04-18T21:35:36.556 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.294573+0000 mon.a (mon.0) 10 : cluster 0 osdmap e1: 0 total, 0 up, 0 in 2024-04-18T21:35:36.556 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: cluster 2024-04-18T21:35:35.294974+0000 mon.a (mon.0) 11 : cluster 0 mgrmap e1: no daemons active 2024-04-18T21:35:36.556 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 bash[21444]: audit 2024-04-18T21:35:35.576808+0000 mon.a (mon.0) 12 : audit 1 from='client.? 172.21.15.49:0/221057401' entity='client.admin' 2024-04-18T21:35:36.556 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:35:36.563 INFO:teuthology.orchestra.run.smithi049.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mgr.a 2024-04-18T21:35:36.563 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Failed to reset failed state of unit ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mgr.a.service: Unit ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mgr.a.service not loaded. 2024-04-18T21:35:36.780 INFO:teuthology.orchestra.run.smithi049.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968.target.wants/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service. 2024-04-18T21:35:36.789 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld does not appear to be present 2024-04-18T21:35:36.789 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to enable service . firewalld.service is not available 2024-04-18T21:35:36.790 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld does not appear to be present 2024-04-18T21:35:36.790 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-18T21:35:36.790 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr to start... 2024-04-18T21:35:36.790 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr... 2024-04-18T21:35:36.806 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:36 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:35:36.806 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:36 smithi049 systemd[1]: Started Ceph mgr.a for 67f5eea4-fdcb-11ee-bc92-c7b262605968. 2024-04-18T21:35:38.944 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:38 smithi049 bash[21694]: debug 2024-04-18T21:35:38.724+0000 7f3dbf66a200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T21:35:38.945 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:38 smithi049 bash[21444]: audit 2024-04-18T21:35:38.619376+0000 mon.a (mon.0) 13 : audit 0 from='client.? 172.21.15.49:0/2894020628' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T21:35:39.560 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:39.595 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-04-18T21:35:39.595 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "67f5eea4-fdcb-11ee-bc92-c7b262605968", 2024-04-18T21:35:39.595 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T21:35:39.595 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T21:35:39.595 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T21:35:39.595 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T21:35:39.595 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:39.595 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T21:35:39.595 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:39.596 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T21:35:39.597 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:39.597 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T21:35:39.597 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T21:35:39.597 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T21:35:39.597 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T21:35:39.597 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T21:35:39.597 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T21:35:39.597 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:39.597 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T21:35:39.597 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T21:35:39.598 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T21:35:29.302954+0000", 2024-04-18T21:35:39.599 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T21:35:39.600 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:39.600 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T21:35:39.600 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-04-18T21:35:39.600 INFO:teuthology.orchestra.run.smithi049.stdout:mgr not available, waiting (1/15)... 2024-04-18T21:35:40.607 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:40 smithi049 bash[21694]: debug 2024-04-18T21:35:40.348+0000 7f3dbf66a200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T21:35:40.608 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:40 smithi049 bash[21694]: debug 2024-04-18T21:35:40.448+0000 7f3dbf66a200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T21:35:41.107 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:40 smithi049 bash[21694]: debug 2024-04-18T21:35:40.700+0000 7f3dbf66a200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T21:35:41.857 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:41 smithi049 bash[21694]: debug 2024-04-18T21:35:41.528+0000 7f3dbf66a200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T21:35:41.857 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:41 smithi049 bash[21694]: debug 2024-04-18T21:35:41.640+0000 7f3dbf66a200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T21:35:41.857 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:41 smithi049 bash[21694]: debug 2024-04-18T21:35:41.748+0000 7f3dbf66a200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T21:35:42.480 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:42 smithi049 bash[21694]: debug 2024-04-18T21:35:42.112+0000 7f3dbf66a200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T21:35:42.480 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:42 smithi049 bash[21694]: debug 2024-04-18T21:35:42.228+0000 7f3dbf66a200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T21:35:42.480 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:42 smithi049 bash[21694]: debug 2024-04-18T21:35:42.340+0000 7f3dbf66a200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T21:35:42.803 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:42 smithi049 bash[21694]: debug 2024-04-18T21:35:42.708+0000 7f3dbf66a200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T21:35:43.107 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:42 smithi049 bash[21694]: debug 2024-04-18T21:35:42.956+0000 7f3dbf66a200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T21:35:43.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:42 smithi049 bash[21444]: audit 2024-04-18T21:35:42.792958+0000 mon.a (mon.0) 14 : audit 0 from='client.? 172.21.15.49:0/3024748082' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T21:35:43.413 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:43.413 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-04-18T21:35:43.413 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "67f5eea4-fdcb-11ee-bc92-c7b262605968", 2024-04-18T21:35:43.413 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T21:35:43.413 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T21:35:43.413 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T21:35:43.413 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T21:35:43.414 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:43.414 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T21:35:43.414 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T21:35:43.414 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-04-18T21:35:43.414 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:43.414 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T21:35:43.414 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T21:35:43.414 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:43.414 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-04-18T21:35:43.415 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T21:35:43.415 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:43.415 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-18T21:35:43.415 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T21:35:43.415 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:43.415 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T21:35:43.415 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:43.415 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T21:35:43.415 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T21:35:43.415 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T21:35:43.416 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T21:35:43.416 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T21:35:43.416 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T21:35:43.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:43.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T21:35:43.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T21:35:43.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T21:35:43.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T21:35:43.420 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-18T21:35:43.421 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T21:35:29.302954+0000", 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T21:35:43.422 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:43.423 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T21:35:43.423 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-04-18T21:35:43.423 INFO:teuthology.orchestra.run.smithi049.stdout:mgr not available, waiting (2/15)... 2024-04-18T21:35:43.607 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:43 smithi049 bash[21694]: debug 2024-04-18T21:35:43.228+0000 7f3dbf66a200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T21:35:43.607 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:43 smithi049 bash[21694]: debug 2024-04-18T21:35:43.344+0000 7f3dbf66a200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T21:35:44.054 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:43 smithi049 bash[21694]: debug 2024-04-18T21:35:43.628+0000 7f3dbf66a200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T21:35:44.357 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:44 smithi049 bash[21694]: debug 2024-04-18T21:35:44.052+0000 7f3dbf66a200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:35:44.357 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:44 smithi049 bash[21694]: debug 2024-04-18T21:35:44.300+0000 7f3dbf66a200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T21:35:44.680 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:44 smithi049 bash[21694]: debug 2024-04-18T21:35:44.424+0000 7f3dbf66a200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T21:35:45.107 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:44 smithi049 bash[21694]: debug 2024-04-18T21:35:44.680+0000 7f3dbf66a200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:35:46.107 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:45 smithi049 bash[21694]: debug 2024-04-18T21:35:45.732+0000 7f3dbf66a200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T21:35:46.108 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:45 smithi049 bash[21694]: debug 2024-04-18T21:35:45.852+0000 7f3dbf66a200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T21:35:46.475 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:46 smithi049 bash[21694]: debug 2024-04-18T21:35:46.159+0000 7f3dbf66a200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T21:35:46.475 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:46 smithi049 bash[21694]: debug 2024-04-18T21:35:46.275+0000 7f3dbf66a200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T21:35:46.746 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:46 smithi049 bash[21444]: audit 2024-04-18T21:35:46.466049+0000 mon.a (mon.0) 15 : audit 0 from='client.? 172.21.15.49:0/1851151829' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T21:35:47.108 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:46 smithi049 bash[21694]: debug 2024-04-18T21:35:46.743+0000 7f3dbf66a200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T21:35:47.108 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:46 smithi049 bash[21694]: debug 2024-04-18T21:35:46.871+0000 7f3dbf66a200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T21:35:47.117 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:47.117 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-04-18T21:35:47.117 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "67f5eea4-fdcb-11ee-bc92-c7b262605968", 2024-04-18T21:35:47.121 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T21:35:47.121 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T21:35:47.121 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T21:35:47.121 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T21:35:47.122 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T21:35:47.123 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T21:35:47.124 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T21:35:47.124 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T21:35:47.124 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T21:35:47.124 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:47.124 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T21:35:47.125 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:47.125 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T21:35:47.125 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T21:35:47.125 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:47.125 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T21:35:47.126 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-18T21:35:47.126 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T21:35:47.126 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T21:35:47.126 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T21:35:47.126 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T21:35:47.127 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T21:35:47.127 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:47.127 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T21:35:47.127 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:47.127 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T21:35:47.128 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:47.128 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T21:35:29.302954+0000", 2024-04-18T21:35:47.128 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T21:35:47.128 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:47.128 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T21:35:47.128 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-04-18T21:35:47.128 INFO:teuthology.orchestra.run.smithi049.stdout:mgr not available, waiting (3/15)... 2024-04-18T21:35:47.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: cluster 2024-04-18T21:35:46.896623+0000 mon.a (mon.0) 16 : cluster 1 Activating manager daemon a 2024-04-18T21:35:47.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: cluster 2024-04-18T21:35:46.900020+0000 mon.a (mon.0) 17 : cluster 0 mgrmap e2: a(active, starting, since 0.00374798s) 2024-04-18T21:35:47.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: audit 2024-04-18T21:35:46.902983+0000 mon.a (mon.0) 18 : audit 0 from='mgr.14102 172.21.15.49:0/4061836335' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T21:35:47.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: audit 2024-04-18T21:35:46.903261+0000 mon.a (mon.0) 19 : audit 0 from='mgr.14102 172.21.15.49:0/4061836335' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T21:35:47.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: audit 2024-04-18T21:35:46.903536+0000 mon.a (mon.0) 20 : audit 0 from='mgr.14102 172.21.15.49:0/4061836335' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T21:35:47.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: audit 2024-04-18T21:35:46.903808+0000 mon.a (mon.0) 21 : audit 0 from='mgr.14102 172.21.15.49:0/4061836335' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:35:47.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: audit 2024-04-18T21:35:46.905077+0000 mon.a (mon.0) 22 : audit 0 from='mgr.14102 172.21.15.49:0/4061836335' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T21:35:47.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: cluster 2024-04-18T21:35:46.910975+0000 mon.a (mon.0) 23 : cluster 1 Manager daemon a is now available 2024-04-18T21:35:47.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: audit 2024-04-18T21:35:46.922488+0000 mon.a (mon.0) 24 : audit 1 from='mgr.14102 172.21.15.49:0/4061836335' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T21:35:47.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: audit 2024-04-18T21:35:46.928470+0000 mon.a (mon.0) 25 : audit 1 from='mgr.14102 172.21.15.49:0/4061836335' entity='mgr.a' 2024-04-18T21:35:47.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: audit 2024-04-18T21:35:46.928714+0000 mon.a (mon.0) 26 : audit 1 from='mgr.14102 172.21.15.49:0/4061836335' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T21:35:47.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: audit 2024-04-18T21:35:46.930743+0000 mon.a (mon.0) 27 : audit 1 from='mgr.14102 172.21.15.49:0/4061836335' entity='mgr.a' 2024-04-18T21:35:47.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:47 smithi049 bash[21444]: audit 2024-04-18T21:35:46.932523+0000 mon.a (mon.0) 28 : audit 1 from='mgr.14102 172.21.15.49:0/4061836335' entity='mgr.a' 2024-04-18T21:35:49.150 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:48 smithi049 bash[21444]: cluster 2024-04-18T21:35:47.909310+0000 mon.a (mon.0) 29 : cluster 0 mgrmap e3: a(active, since 1.01302s) 2024-04-18T21:35:50.968 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:50 smithi049 bash[21444]: cluster 2024-04-18T21:35:49.906656+0000 mon.a (mon.0) 30 : cluster 0 mgrmap e4: a(active, since 3s) 2024-04-18T21:35:50.968 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:50 smithi049 bash[21444]: audit 2024-04-18T21:35:50.698310+0000 mon.a (mon.0) 31 : audit 0 from='client.? 172.21.15.49:0/2671258221' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-18T21:35:51.372 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:51.372 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-04-18T21:35:51.373 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsid": "67f5eea4-fdcb-11ee-bc92-c7b262605968", 2024-04-18T21:35:51.373 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "health": { 2024-04-18T21:35:51.373 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-18T21:35:51.373 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-18T21:35:51.373 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 0 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "a" 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "quorum_age": 15, 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-18T21:35:51.375 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-18T21:35:51.376 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:51.376 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-18T21:35:51.376 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:51.378 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-18T21:35:51.378 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-18T21:35:51.378 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-18T21:35:51.378 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:51.379 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-18T21:35:51.380 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-18T21:35:51.380 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:51.380 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-18T21:35:51.381 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-18T21:35:51.381 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-18T21:35:51.381 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "restful" 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ], 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "modified": "2024-04-18T21:35:29.302954+0000", 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout }, 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-04-18T21:35:51.382 INFO:teuthology.orchestra.run.smithi049.stdout:mgr is available 2024-04-18T21:35:53.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:52 smithi049 bash[21444]: audit 2024-04-18T21:35:52.608146+0000 mon.a (mon.0) 32 : audit 1 from='client.? 172.21.15.49:0/3118345950' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-18T21:35:53.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:52 smithi049 bash[21444]: audit 2024-04-18T21:35:52.611785+0000 mon.a (mon.0) 33 : audit 1 from='client.? 172.21.15.49:0/3118345950' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-18T21:35:53.228 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:53.228 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [global] 2024-04-18T21:35:53.228 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout fsid = 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:35:53.228 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-18T21:35:53.229 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-18T21:35:53.229 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-18T21:35:53.230 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-18T21:35:53.230 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:53.230 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-18T21:35:53.230 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-18T21:35:53.230 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 2024-04-18T21:35:53.230 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout [osd] 2024-04-18T21:35:53.231 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-18T21:35:53.231 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-18T21:35:53.231 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling cephadm module... 2024-04-18T21:35:55.025 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:54 smithi049 bash[21444]: audit 2024-04-18T21:35:54.715725+0000 mon.a (mon.0) 34 : audit 1 from='client.? 172.21.15.49:0/2486754143' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-18T21:35:55.025 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:54 smithi049 bash[21694]: ignoring --setuser ceph since I am not root 2024-04-18T21:35:55.025 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:54 smithi049 bash[21694]: ignoring --setgroup ceph since I am not root 2024-04-18T21:35:55.025 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:54 smithi049 bash[21694]: debug 2024-04-18T21:35:54.962+0000 7feb62676200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T21:35:56.102 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:55 smithi049 bash[21444]: audit 2024-04-18T21:35:54.767645+0000 mon.a (mon.0) 35 : audit 1 from='client.? 172.21.15.49:0/2486754143' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-18T21:35:56.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:55 smithi049 bash[21444]: cluster 2024-04-18T21:35:54.772823+0000 mon.a (mon.0) 36 : cluster 0 mgrmap e5: a(active, since 7s) 2024-04-18T21:35:56.840 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:56 smithi049 bash[21694]: debug 2024-04-18T21:35:56.586+0000 7feb62676200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T21:35:56.840 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:56 smithi049 bash[21694]: debug 2024-04-18T21:35:56.686+0000 7feb62676200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T21:35:57.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:35:56 smithi049 bash[21444]: audit 2024-04-18T21:35:56.798858+0000 mon.a (mon.0) 37 : audit 0 from='client.? 172.21.15.49:0/3313440370' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-18T21:35:57.109 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:56 smithi049 bash[21694]: debug 2024-04-18T21:35:56.946+0000 7feb62676200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T21:35:57.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-04-18T21:35:57.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-18T21:35:57.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-18T21:35:57.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-18T21:35:57.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-18T21:35:57.399 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-04-18T21:35:57.399 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for the mgr to restart... 2024-04-18T21:35:57.399 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr epoch 5... 2024-04-18T21:35:58.043 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:57 smithi049 bash[21694]: debug 2024-04-18T21:35:57.778+0000 7feb62676200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T21:35:58.043 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:57 smithi049 bash[21694]: debug 2024-04-18T21:35:57.894+0000 7feb62676200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T21:35:58.043 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:58 smithi049 bash[21694]: debug 2024-04-18T21:35:58.002+0000 7feb62676200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T21:35:58.858 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:58 smithi049 bash[21694]: debug 2024-04-18T21:35:58.374+0000 7feb62676200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T21:35:58.858 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:58 smithi049 bash[21694]: debug 2024-04-18T21:35:58.494+0000 7feb62676200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T21:35:58.859 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:58 smithi049 bash[21694]: debug 2024-04-18T21:35:58.602+0000 7feb62676200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T21:35:59.358 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:58 smithi049 bash[21694]: debug 2024-04-18T21:35:58.974+0000 7feb62676200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T21:35:59.359 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:59 smithi049 bash[21694]: debug 2024-04-18T21:35:59.218+0000 7feb62676200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T21:35:59.858 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:59 smithi049 bash[21694]: debug 2024-04-18T21:35:59.490+0000 7feb62676200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T21:35:59.859 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:59 smithi049 bash[21694]: debug 2024-04-18T21:35:59.606+0000 7feb62676200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T21:36:00.345 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:35:59 smithi049 bash[21694]: debug 2024-04-18T21:35:59.894+0000 7feb62676200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T21:36:00.609 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:00 smithi049 bash[21694]: debug 2024-04-18T21:36:00.342+0000 7feb62676200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:36:00.609 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:00 smithi049 bash[21694]: debug 2024-04-18T21:36:00.586+0000 7feb62676200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T21:36:00.975 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:00 smithi049 bash[21694]: debug 2024-04-18T21:36:00.714+0000 7feb62676200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T21:36:00.975 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:00 smithi049 bash[21694]: debug 2024-04-18T21:36:00.970+0000 7feb62676200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:36:02.359 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:02 smithi049 bash[21694]: debug 2024-04-18T21:36:02.034+0000 7feb62676200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T21:36:02.359 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:02 smithi049 bash[21694]: debug 2024-04-18T21:36:02.154+0000 7feb62676200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T21:36:02.859 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:02 smithi049 bash[21694]: debug 2024-04-18T21:36:02.462+0000 7feb62676200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T21:36:02.859 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:02 smithi049 bash[21694]: debug 2024-04-18T21:36:02.578+0000 7feb62676200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T21:36:03.359 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21694]: debug 2024-04-18T21:36:03.050+0000 7feb62676200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T21:36:03.359 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21694]: debug 2024-04-18T21:36:03.178+0000 7feb62676200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T21:36:03.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21444]: cluster 2024-04-18T21:36:03.203807+0000 mon.a (mon.0) 38 : cluster 1 Active manager daemon a restarted 2024-04-18T21:36:03.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21444]: cluster 2024-04-18T21:36:03.204306+0000 mon.a (mon.0) 39 : cluster 1 Activating manager daemon a 2024-04-18T21:36:03.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21444]: cluster 2024-04-18T21:36:03.208166+0000 mon.a (mon.0) 40 : cluster 0 osdmap e2: 0 total, 0 up, 0 in 2024-04-18T21:36:03.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21444]: cluster 2024-04-18T21:36:03.208279+0000 mon.a (mon.0) 41 : cluster 0 mgrmap e6: a(active, starting, since 0.00416861s) 2024-04-18T21:36:03.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21444]: audit 2024-04-18T21:36:03.210753+0000 mon.a (mon.0) 42 : audit 0 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:36:03.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21444]: audit 2024-04-18T21:36:03.212710+0000 mon.a (mon.0) 43 : audit 0 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T21:36:03.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21444]: audit 2024-04-18T21:36:03.213942+0000 mon.a (mon.0) 44 : audit 0 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T21:36:03.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21444]: audit 2024-04-18T21:36:03.214114+0000 mon.a (mon.0) 45 : audit 0 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T21:36:03.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21444]: audit 2024-04-18T21:36:03.214281+0000 mon.a (mon.0) 46 : audit 0 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T21:36:03.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:03 smithi049 bash[21444]: cluster 2024-04-18T21:36:03.240192+0000 mon.a (mon.0) 47 : cluster 1 Manager daemon a is now available 2024-04-18T21:36:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:04 smithi049 bash[21444]: cephadm 2024-04-18T21:36:03.258950+0000 mgr.a (mgr.14120) 1 : cephadm 1 Found migration_current of "None". Setting to last migration. 2024-04-18T21:36:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:04 smithi049 bash[21444]: audit 2024-04-18T21:36:03.260633+0000 mon.a (mon.0) 48 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:04 smithi049 bash[21444]: audit 2024-04-18T21:36:03.263359+0000 mon.a (mon.0) 49 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:04 smithi049 bash[21444]: audit 2024-04-18T21:36:03.265832+0000 mon.a (mon.0) 50 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:04 smithi049 bash[21444]: audit 2024-04-18T21:36:03.270153+0000 mon.a (mon.0) 51 : audit 0 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:36:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:04 smithi049 bash[21444]: audit 2024-04-18T21:36:03.274308+0000 mon.a (mon.0) 52 : audit 0 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:36:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:04 smithi049 bash[21444]: audit 2024-04-18T21:36:03.282742+0000 mon.a (mon.0) 53 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T21:36:04.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:04 smithi049 bash[21444]: audit 2024-04-18T21:36:03.285396+0000 mon.a (mon.0) 54 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T21:36:04.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:04 smithi049 bash[21444]: cluster 2024-04-18T21:36:04.212421+0000 mon.a (mon.0) 55 : cluster 0 mgrmap e7: a(active, since 1.0083s) 2024-04-18T21:36:04.869 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-04-18T21:36:04.869 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-18T21:36:04.869 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-18T21:36:04.869 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-04-18T21:36:04.870 INFO:teuthology.orchestra.run.smithi049.stdout:mgr epoch 5 is available 2024-04-18T21:36:04.870 INFO:teuthology.orchestra.run.smithi049.stdout:Setting orchestrator backend to cephadm... 2024-04-18T21:36:05.551 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:05 smithi049 bash[21444]: audit 2024-04-18T21:36:04.214319+0000 mgr.a (mgr.14120) 2 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-18T21:36:05.551 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:05 smithi049 bash[21444]: audit 2024-04-18T21:36:04.227587+0000 mgr.a (mgr.14120) 3 : audit 0 from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-18T21:36:05.551 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:05 smithi049 bash[21444]: audit 2024-04-18T21:36:04.949328+0000 mon.a (mon.0) 56 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:05.551 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:05 smithi049 bash[21444]: audit 2024-04-18T21:36:04.952591+0000 mon.a (mon.0) 57 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:07.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:06 smithi049 bash[21444]: cephadm 2024-04-18T21:36:05.951755+0000 mgr.a (mgr.14120) 4 : cephadm 1 [18/Apr/2024:21:36:05] ENGINE Bus STARTING 2024-04-18T21:36:07.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:06 smithi049 bash[21444]: cluster 2024-04-18T21:36:05.957152+0000 mon.a (mon.0) 58 : cluster 0 mgrmap e8: a(active, since 2s) 2024-04-18T21:36:07.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:06 smithi049 bash[21444]: cephadm 2024-04-18T21:36:06.054110+0000 mgr.a (mgr.14120) 5 : cephadm 1 [18/Apr/2024:21:36:06] ENGINE Serving on http://172.21.15.49:8765 2024-04-18T21:36:07.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:06 smithi049 bash[21444]: audit 2024-04-18T21:36:06.170651+0000 mgr.a (mgr.14120) 6 : audit 0 from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:36:07.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:06 smithi049 bash[21444]: audit 2024-04-18T21:36:06.175435+0000 mon.a (mon.0) 59 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:07.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:06 smithi049 bash[21444]: cephadm 2024-04-18T21:36:06.180920+0000 mgr.a (mgr.14120) 7 : cephadm 1 [18/Apr/2024:21:36:06] ENGINE Serving on https://172.21.15.49:7150 2024-04-18T21:36:07.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:06 smithi049 bash[21444]: cephadm 2024-04-18T21:36:06.181331+0000 mgr.a (mgr.14120) 8 : cephadm 1 [18/Apr/2024:21:36:06] ENGINE Bus STARTED 2024-04-18T21:36:07.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:06 smithi049 bash[21444]: audit 2024-04-18T21:36:06.198453+0000 mon.a (mon.0) 60 : audit 0 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:36:08.689 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-18T21:36:08.689 INFO:teuthology.orchestra.run.smithi049.stdout:Generating ssh key... 2024-04-18T21:36:09.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:08 smithi049 bash[21444]: audit 2024-04-18T21:36:08.029430+0000 mgr.a (mgr.14120) 9 : audit 0 from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:36:10.359 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: Generating public/private rsa key pair. 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: Your identification has been saved in /tmp/tmp0ghximu5/key. 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: Your public key has been saved in /tmp/tmp0ghximu5/key.pub. 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: The key fingerprint is: 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: SHA256:902E2KEQh3CkpCOC1cXbCv/xJlzBP1k2fo5H89eRY5Q ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: The key's randomart image is: 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: +---[RSA 3072]----+ 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: | .. o+o=o. . | 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: |.. .o.o.o + o | 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: |o . o .o .o o . .| 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: | . .... . o .+E | 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: | o .S .o =o..| 2024-04-18T21:36:10.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: | o ....+o.*o| 2024-04-18T21:36:10.361 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: | o + ..o=*| 2024-04-18T21:36:10.361 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: | + o . *| 2024-04-18T21:36:10.361 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: | o ..| 2024-04-18T21:36:10.361 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:10 smithi049 bash[21694]: +----[SHA256]-----+ 2024-04-18T21:36:11.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:11 smithi049 bash[21444]: audit 2024-04-18T21:36:09.914642+0000 mgr.a (mgr.14120) 10 : audit 0 from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:36:11.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:11 smithi049 bash[21444]: cephadm 2024-04-18T21:36:09.915044+0000 mgr.a (mgr.14120) 11 : cephadm 1 Generating ssh key... 2024-04-18T21:36:11.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:11 smithi049 bash[21444]: audit 2024-04-18T21:36:10.022219+0000 mon.a (mon.0) 61 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:11.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:11 smithi049 bash[21444]: audit 2024-04-18T21:36:10.026074+0000 mon.a (mon.0) 62 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:12.675 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCcW8ddd6wSQFAiRJLpz+zZUXXvZk4yuReRoR//XYF4l+lckKqASlkEbwJMOhUheKmSp8iJpTJAvSAcuUbR/PwdLCGkYqds/Vp9bgjlgFSAVVfJAGF7tpl0zUAVAo4uANL8QgSUVu9KChpYezbRoiFSXZpJEyTbWT6lBQrP/P4mGNDBb2YfgPhI764RmUw3nQujRvAeFXe1ZciCyJbXRTe3bpBVyqiWr1pit2PiBUt7lK6/EpGAexB2RzHbUG/ZnSMkqvM/F+R0gKRH2NIvSD/K04hF121UB2kjbxHSDxdE513cZ736Q4OFBjucn53ph2H7v3cHsCZeyozn+Vk1i4dNLmxWeZKDUghuRAmveMX76zmbyO3q6F9hVC0qDiQWlVLOamf9HlJauydQsxD/4S0VAhTwO2h4RBvphLf/IwR/fFUrBsIXeTWeYM+sty8o1gSvMZ1zTHCAvIMgRLbm5K4rHutTgZeXr5cxGrPOinL0MWNwW4unHGVso6deQ+GEBhE= ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:36:12.675 INFO:teuthology.orchestra.run.smithi049.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-18T21:36:12.675 INFO:teuthology.orchestra.run.smithi049.stdout:Adding key to root@localhost authorized_keys... 2024-04-18T21:36:12.675 INFO:teuthology.orchestra.run.smithi049.stdout:Adding host smithi049... 2024-04-18T21:36:13.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:12 smithi049 bash[21444]: audit 2024-04-18T21:36:12.034223+0000 mgr.a (mgr.14120) 12 : audit 0 from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:36:15.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:14 smithi049 bash[21444]: audit 2024-04-18T21:36:13.977862+0000 mgr.a (mgr.14120) 13 : audit 0 from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi049", "addr": "172.21.15.49", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:36:15.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:14 smithi049 bash[21444]: cephadm 2024-04-18T21:36:14.651236+0000 mgr.a (mgr.14120) 14 : cephadm 1 Deploying cephadm binary to smithi049 2024-04-18T21:36:20.638 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Added host 'smithi049' with addr '172.21.15.49' 2024-04-18T21:36:20.638 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying unmanaged mon service... 2024-04-18T21:36:21.157 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:20 smithi049 bash[21444]: audit 2024-04-18T21:36:19.851014+0000 mon.a (mon.0) 63 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:21.157 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:20 smithi049 bash[21444]: cephadm 2024-04-18T21:36:19.851764+0000 mgr.a (mgr.14120) 15 : cephadm 1 Added host smithi049 2024-04-18T21:36:21.157 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:20 smithi049 bash[21444]: audit 2024-04-18T21:36:19.870742+0000 mon.a (mon.0) 64 : audit 0 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:36:23.333 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-18T21:36:23.333 INFO:teuthology.orchestra.run.smithi049.stdout:Deploying unmanaged mgr service... 2024-04-18T21:36:23.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:23 smithi049 bash[21444]: audit 2024-04-18T21:36:22.556558+0000 mgr.a (mgr.14120) 16 : audit 0 from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:36:23.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:23 smithi049 bash[21444]: cephadm 2024-04-18T21:36:22.557955+0000 mgr.a (mgr.14120) 17 : cephadm 1 Saving service mon spec with placement count:5 2024-04-18T21:36:23.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:23 smithi049 bash[21444]: audit 2024-04-18T21:36:22.560211+0000 mon.a (mon.0) 65 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:23.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:23 smithi049 bash[21444]: audit 2024-04-18T21:36:23.097696+0000 mon.a (mon.0) 66 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:24.903 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:24 smithi049 bash[21444]: cluster 2024-04-18T21:36:23.215639+0000 mgr.a (mgr.14120) 18 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:36:24.903 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:24 smithi049 bash[21444]: audit 2024-04-18T21:36:23.643049+0000 mon.a (mon.0) 67 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:24.904 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:24 smithi049 bash[21444]: audit 2024-04-18T21:36:24.633328+0000 mon.a (mon.0) 68 : audit 1 from='mgr.14120 172.21.15.49:0/1190972368' entity='mgr.a' 2024-04-18T21:36:25.281 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-18T21:36:25.973 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:25 smithi049 bash[21444]: audit 2024-04-18T21:36:24.625656+0000 mgr.a (mgr.14120) 19 : audit 0 from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:36:25.973 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:25 smithi049 bash[21444]: cephadm 2024-04-18T21:36:24.628368+0000 mgr.a (mgr.14120) 20 : cephadm 1 Saving service mgr spec with placement count:2 2024-04-18T21:36:26.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:26 smithi049 bash[21444]: cluster 2024-04-18T21:36:25.216083+0000 mgr.a (mgr.14120) 21 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:36:26.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:26 smithi049 bash[21444]: audit 2024-04-18T21:36:26.570985+0000 mon.a (mon.0) 69 : audit 1 from='client.? 172.21.15.49:0/3809852358' entity='client.admin' 2024-04-18T21:36:28.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:28 smithi049 bash[21444]: cluster 2024-04-18T21:36:27.216509+0000 mgr.a (mgr.14120) 22 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:36:28.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:28 smithi049 bash[21444]: audit 2024-04-18T21:36:28.475950+0000 mon.a (mon.0) 70 : audit 1 from='client.? 172.21.15.49:0/109883733' entity='client.admin' 2024-04-18T21:36:29.117 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling the dashboard module... 2024-04-18T21:36:30.903 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:30 smithi049 bash[21444]: cluster 2024-04-18T21:36:29.216908+0000 mgr.a (mgr.14120) 23 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:36:30.904 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:30 smithi049 bash[21444]: audit 2024-04-18T21:36:30.499774+0000 mon.a (mon.0) 71 : audit 1 from='client.? 172.21.15.49:0/1354903943' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-18T21:36:30.904 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:30 smithi049 bash[21694]: ignoring --setuser ceph since I am not root 2024-04-18T21:36:30.904 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:30 smithi049 bash[21694]: ignoring --setgroup ceph since I am not root 2024-04-18T21:36:30.904 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:30 smithi049 bash[21694]: debug 2024-04-18T21:36:30.856+0000 7f12cf302200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T21:36:32.014 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:31 smithi049 bash[21444]: audit 2024-04-18T21:36:30.655692+0000 mon.a (mon.0) 72 : audit 1 from='client.? 172.21.15.49:0/1354903943' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-18T21:36:32.014 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:31 smithi049 bash[21444]: cluster 2024-04-18T21:36:30.661389+0000 mon.a (mon.0) 73 : cluster 0 mgrmap e9: a(active, since 27s) 2024-04-18T21:36:32.753 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:32 smithi049 bash[21444]: audit 2024-04-18T21:36:32.686259+0000 mon.a (mon.0) 74 : audit 0 from='client.? 172.21.15.49:0/1105115432' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-18T21:36:32.754 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:32 smithi049 bash[21694]: debug 2024-04-18T21:36:32.492+0000 7f12cf302200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T21:36:32.754 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:32 smithi049 bash[21694]: debug 2024-04-18T21:36:32.592+0000 7f12cf302200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T21:36:33.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:32 smithi049 bash[21694]: debug 2024-04-18T21:36:32.852+0000 7f12cf302200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T21:36:33.370 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-04-18T21:36:33.370 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-18T21:36:33.370 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-18T21:36:33.370 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-18T21:36:33.370 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-18T21:36:33.370 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-04-18T21:36:33.370 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for the mgr to restart... 2024-04-18T21:36:33.370 INFO:teuthology.orchestra.run.smithi049.stdout:Waiting for mgr epoch 9... 2024-04-18T21:36:34.096 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:33 smithi049 bash[21694]: debug 2024-04-18T21:36:33.680+0000 7f12cf302200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T21:36:34.096 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:33 smithi049 bash[21694]: debug 2024-04-18T21:36:33.792+0000 7f12cf302200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T21:36:34.096 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:33 smithi049 bash[21694]: debug 2024-04-18T21:36:33.904+0000 7f12cf302200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T21:36:34.359 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:34 smithi049 bash[21694]: debug 2024-04-18T21:36:34.276+0000 7f12cf302200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T21:36:34.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:34 smithi049 bash[21694]: debug 2024-04-18T21:36:34.392+0000 7f12cf302200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T21:36:34.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:34 smithi049 bash[21694]: debug 2024-04-18T21:36:34.500+0000 7f12cf302200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T21:36:35.359 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:34 smithi049 bash[21694]: debug 2024-04-18T21:36:34.872+0000 7f12cf302200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T21:36:35.360 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:35 smithi049 bash[21694]: debug 2024-04-18T21:36:35.116+0000 7f12cf302200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T21:36:35.797 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:35 smithi049 bash[21694]: debug 2024-04-18T21:36:35.392+0000 7f12cf302200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T21:36:35.797 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:35 smithi049 bash[21694]: debug 2024-04-18T21:36:35.508+0000 7f12cf302200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T21:36:36.109 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:35 smithi049 bash[21694]: debug 2024-04-18T21:36:35.796+0000 7f12cf302200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T21:36:36.593 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:36 smithi049 bash[21694]: debug 2024-04-18T21:36:36.220+0000 7f12cf302200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:36:36.593 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:36 smithi049 bash[21694]: debug 2024-04-18T21:36:36.468+0000 7f12cf302200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T21:36:36.852 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:36 smithi049 bash[21694]: debug 2024-04-18T21:36:36.592+0000 7f12cf302200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T21:36:37.109 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:36 smithi049 bash[21694]: debug 2024-04-18T21:36:36.848+0000 7f12cf302200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:36:38.328 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:37 smithi049 bash[21694]: debug 2024-04-18T21:36:37.896+0000 7f12cf302200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T21:36:38.328 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:38 smithi049 bash[21694]: debug 2024-04-18T21:36:38.016+0000 7f12cf302200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T21:36:38.609 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:38 smithi049 bash[21694]: debug 2024-04-18T21:36:38.324+0000 7f12cf302200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T21:36:38.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:38 smithi049 bash[21694]: debug 2024-04-18T21:36:38.444+0000 7f12cf302200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T21:36:39.180 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:38 smithi049 bash[21694]: debug 2024-04-18T21:36:38.916+0000 7f12cf302200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T21:36:39.180 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21694]: debug 2024-04-18T21:36:39.044+0000 7f12cf302200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T21:36:39.180 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21444]: cluster 2024-04-18T21:36:39.068281+0000 mon.a (mon.0) 75 : cluster 1 Active manager daemon a restarted 2024-04-18T21:36:39.180 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21444]: cluster 2024-04-18T21:36:39.068585+0000 mon.a (mon.0) 76 : cluster 1 Activating manager daemon a 2024-04-18T21:36:39.180 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21444]: cluster 2024-04-18T21:36:39.072517+0000 mon.a (mon.0) 77 : cluster 0 osdmap e3: 0 total, 0 up, 0 in 2024-04-18T21:36:39.180 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21444]: cluster 2024-04-18T21:36:39.072734+0000 mon.a (mon.0) 78 : cluster 0 mgrmap e10: a(active, starting, since 0.00424656s) 2024-04-18T21:36:39.181 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21444]: audit 2024-04-18T21:36:39.074446+0000 mon.a (mon.0) 79 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:36:39.181 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21444]: audit 2024-04-18T21:36:39.076645+0000 mon.a (mon.0) 80 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T21:36:39.181 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21444]: audit 2024-04-18T21:36:39.077618+0000 mon.a (mon.0) 81 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T21:36:39.181 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21444]: audit 2024-04-18T21:36:39.078005+0000 mon.a (mon.0) 82 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T21:36:39.181 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21444]: audit 2024-04-18T21:36:39.078269+0000 mon.a (mon.0) 83 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T21:36:39.181 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:39 smithi049 bash[21444]: cluster 2024-04-18T21:36:39.104253+0000 mon.a (mon.0) 84 : cluster 1 Manager daemon a is now available 2024-04-18T21:36:40.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:40 smithi049 bash[21444]: audit 2024-04-18T21:36:39.128089+0000 mon.a (mon.0) 85 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:40.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:40 smithi049 bash[21444]: audit 2024-04-18T21:36:39.131131+0000 mon.a (mon.0) 86 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:36:40.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:40 smithi049 bash[21444]: audit 2024-04-18T21:36:39.150406+0000 mon.a (mon.0) 87 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T21:36:40.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:40 smithi049 bash[21444]: audit 2024-04-18T21:36:39.153799+0000 mon.a (mon.0) 88 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T21:36:40.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:40 smithi049 bash[21444]: cluster 2024-04-18T21:36:40.081193+0000 mon.a (mon.0) 89 : cluster 0 mgrmap e11: a(active, since 1.0127s) 2024-04-18T21:36:40.741 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout { 2024-04-18T21:36:40.741 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-18T21:36:40.742 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-18T21:36:40.742 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout } 2024-04-18T21:36:40.742 INFO:teuthology.orchestra.run.smithi049.stdout:mgr epoch 9 is available 2024-04-18T21:36:40.742 INFO:teuthology.orchestra.run.smithi049.stdout:Generating a dashboard self-signed certificate... 2024-04-18T21:36:41.421 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:41 smithi049 bash[21444]: cephadm 2024-04-18T21:36:39.815086+0000 mgr.a (mgr.14152) 1 : cephadm 1 [18/Apr/2024:21:36:39] ENGINE Bus STARTING 2024-04-18T21:36:41.421 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:41 smithi049 bash[21444]: cephadm 2024-04-18T21:36:39.917150+0000 mgr.a (mgr.14152) 2 : cephadm 1 [18/Apr/2024:21:36:39] ENGINE Serving on http://172.21.15.49:8765 2024-04-18T21:36:41.421 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:41 smithi049 bash[21444]: cephadm 2024-04-18T21:36:40.040317+0000 mgr.a (mgr.14152) 3 : cephadm 1 [18/Apr/2024:21:36:40] ENGINE Serving on https://172.21.15.49:7150 2024-04-18T21:36:41.421 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:41 smithi049 bash[21444]: cephadm 2024-04-18T21:36:40.040669+0000 mgr.a (mgr.14152) 4 : cephadm 1 [18/Apr/2024:21:36:40] ENGINE Bus STARTED 2024-04-18T21:36:41.421 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:41 smithi049 bash[21444]: audit 2024-04-18T21:36:40.078967+0000 mgr.a (mgr.14152) 5 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-18T21:36:41.421 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:41 smithi049 bash[21444]: audit 2024-04-18T21:36:40.092191+0000 mgr.a (mgr.14152) 6 : audit 0 from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-18T21:36:42.442 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:42 smithi049 bash[21444]: cluster 2024-04-18T21:36:41.135297+0000 mon.a (mon.0) 90 : cluster 0 mgrmap e12: a(active, since 2s) 2024-04-18T21:36:42.846 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-18T21:36:42.846 INFO:teuthology.orchestra.run.smithi049.stdout:Creating initial admin user... 2024-04-18T21:36:43.563 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:43 smithi049 bash[21444]: audit 2024-04-18T21:36:42.014113+0000 mgr.a (mgr.14152) 7 : audit 0 from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:36:43.563 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:43 smithi049 bash[21444]: audit 2024-04-18T21:36:42.154991+0000 mon.a (mon.0) 91 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:43.563 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:43 smithi049 bash[21444]: audit 2024-04-18T21:36:42.159812+0000 mon.a (mon.0) 92 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:45.152 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$FDMZl4Ujt/gQvTwgVNROgekVu4WEHWY2MCjYV5j8K3VmvkLFKCEom", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713476204, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-18T21:36:45.152 INFO:teuthology.orchestra.run.smithi049.stdout:Fetching dashboard port number... 2024-04-18T21:36:45.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:45 smithi049 bash[21444]: audit 2024-04-18T21:36:44.184049+0000 mgr.a (mgr.14152) 8 : audit 0 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-04-18T21:36:45.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:45 smithi049 bash[21444]: audit 2024-04-18T21:36:44.455787+0000 mon.a (mon.0) 93 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:46.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:46 smithi049 bash[21444]: cluster 2024-04-18T21:36:45.457036+0000 mon.a (mon.0) 94 : cluster 0 mgrmap e13: a(active, since 6s) 2024-04-18T21:36:46.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:46 smithi049 bash[21444]: audit 2024-04-18T21:36:45.894986+0000 mon.a (mon.0) 95 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:46.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:46 smithi049 bash[21444]: audit 2024-04-18T21:36:45.896409+0000 mon.a (mon.0) 96 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:36:46.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:46 smithi049 bash[21444]: audit 2024-04-18T21:36:45.901255+0000 mon.a (mon.0) 97 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:46.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:46 smithi049 bash[21444]: audit 2024-04-18T21:36:45.903333+0000 mon.a (mon.0) 98 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]: dispatch 2024-04-18T21:36:46.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:46 smithi049 bash[21444]: audit 2024-04-18T21:36:45.904186+0000 mon.a (mon.0) 99 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]': finished 2024-04-18T21:36:47.074 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stdout 8443 2024-04-18T21:36:47.074 INFO:teuthology.orchestra.run.smithi049.stdout:firewalld does not appear to be present 2024-04-18T21:36:47.074 INFO:teuthology.orchestra.run.smithi049.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-18T21:36:47.075 INFO:teuthology.orchestra.run.smithi049.stdout:Ceph Dashboard is now available at: 2024-04-18T21:36:47.075 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:36:47.075 INFO:teuthology.orchestra.run.smithi049.stdout: URL: https://smithi049.front.sepia.ceph.com:8443/ 2024-04-18T21:36:47.076 INFO:teuthology.orchestra.run.smithi049.stdout: User: admin 2024-04-18T21:36:47.076 INFO:teuthology.orchestra.run.smithi049.stdout: Password: 6bnvdhywbn 2024-04-18T21:36:47.076 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:36:47.076 INFO:teuthology.orchestra.run.smithi049.stdout:Saving cluster configuration to /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config directory 2024-04-18T21:36:47.077 INFO:teuthology.orchestra.run.smithi049.stdout:Enabling autotune for osd_memory_target 2024-04-18T21:36:47.769 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:47 smithi049 bash[21444]: audit 2024-04-18T21:36:46.481054+0000 mon.a (mon.0) 100 : audit 0 from='client.? 172.21.15.49:0/382246063' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-18T21:36:47.770 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:47 smithi049 bash[21444]: cephadm 2024-04-18T21:36:46.679415+0000 mgr.a (mgr.14152) 9 : cephadm 1 Deploying daemon agent.smithi049 on smithi049 2024-04-18T21:36:51.127 INFO:teuthology.orchestra.run.smithi049.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout:Or, if you are only running a single cluster on this host: 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout: ceph telemetry on 2024-04-18T21:36:51.128 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:36:51.129 INFO:teuthology.orchestra.run.smithi049.stdout:For more information see: 2024-04-18T21:36:51.129 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:36:51.129 INFO:teuthology.orchestra.run.smithi049.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-18T21:36:51.129 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:36:51.129 INFO:teuthology.orchestra.run.smithi049.stdout:Bootstrap complete. 2024-04-18T21:36:51.192 INFO:tasks.cephadm:Fetching config... 2024-04-18T21:36:51.192 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:36:51.192 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-18T21:36:51.198 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-18T21:36:51.198 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:36:51.198 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-18T21:36:51.254 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-18T21:36:51.397 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:36:51.398 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-18T21:36:51.409 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-18T21:36:51.409 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:36:51.409 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-18T21:36:51.457 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-18T21:36:51.457 DEBUG:teuthology.orchestra.run.smithi049:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCcW8ddd6wSQFAiRJLpz+zZUXXvZk4yuReRoR//XYF4l+lckKqASlkEbwJMOhUheKmSp8iJpTJAvSAcuUbR/PwdLCGkYqds/Vp9bgjlgFSAVVfJAGF7tpl0zUAVAo4uANL8QgSUVu9KChpYezbRoiFSXZpJEyTbWT6lBQrP/P4mGNDBb2YfgPhI764RmUw3nQujRvAeFXe1ZciCyJbXRTe3bpBVyqiWr1pit2PiBUt7lK6/EpGAexB2RzHbUG/ZnSMkqvM/F+R0gKRH2NIvSD/K04hF121UB2kjbxHSDxdE513cZ736Q4OFBjucn53ph2H7v3cHsCZeyozn+Vk1i4dNLmxWeZKDUghuRAmveMX76zmbyO3q6F9hVC0qDiQWlVLOamf9HlJauydQsxD/4S0VAhTwO2h4RBvphLf/IwR/fFUrBsIXeTWeYM+sty8o1gSvMZ1zTHCAvIMgRLbm5K4rHutTgZeXr5cxGrPOinL0MWNwW4unHGVso6deQ+GEBhE= ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-18T21:36:51.470 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:51 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:36:51.470 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:51 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:36:51.489 INFO:teuthology.orchestra.run.smithi049.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCcW8ddd6wSQFAiRJLpz+zZUXXvZk4yuReRoR//XYF4l+lckKqASlkEbwJMOhUheKmSp8iJpTJAvSAcuUbR/PwdLCGkYqds/Vp9bgjlgFSAVVfJAGF7tpl0zUAVAo4uANL8QgSUVu9KChpYezbRoiFSXZpJEyTbWT6lBQrP/P4mGNDBb2YfgPhI764RmUw3nQujRvAeFXe1ZciCyJbXRTe3bpBVyqiWr1pit2PiBUt7lK6/EpGAexB2RzHbUG/ZnSMkqvM/F+R0gKRH2NIvSD/K04hF121UB2kjbxHSDxdE513cZ736Q4OFBjucn53ph2H7v3cHsCZeyozn+Vk1i4dNLmxWeZKDUghuRAmveMX76zmbyO3q6F9hVC0qDiQWlVLOamf9HlJauydQsxD/4S0VAhTwO2h4RBvphLf/IwR/fFUrBsIXeTWeYM+sty8o1gSvMZ1zTHCAvIMgRLbm5K4rHutTgZeXr5cxGrPOinL0MWNwW4unHGVso6deQ+GEBhE= ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:36:51.497 DEBUG:teuthology.orchestra.run.smithi080:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCcW8ddd6wSQFAiRJLpz+zZUXXvZk4yuReRoR//XYF4l+lckKqASlkEbwJMOhUheKmSp8iJpTJAvSAcuUbR/PwdLCGkYqds/Vp9bgjlgFSAVVfJAGF7tpl0zUAVAo4uANL8QgSUVu9KChpYezbRoiFSXZpJEyTbWT6lBQrP/P4mGNDBb2YfgPhI764RmUw3nQujRvAeFXe1ZciCyJbXRTe3bpBVyqiWr1pit2PiBUt7lK6/EpGAexB2RzHbUG/ZnSMkqvM/F+R0gKRH2NIvSD/K04hF121UB2kjbxHSDxdE513cZ736Q4OFBjucn53ph2H7v3cHsCZeyozn+Vk1i4dNLmxWeZKDUghuRAmveMX76zmbyO3q6F9hVC0qDiQWlVLOamf9HlJauydQsxD/4S0VAhTwO2h4RBvphLf/IwR/fFUrBsIXeTWeYM+sty8o1gSvMZ1zTHCAvIMgRLbm5K4rHutTgZeXr5cxGrPOinL0MWNwW4unHGVso6deQ+GEBhE= ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-18T21:36:51.522 INFO:teuthology.orchestra.run.smithi080.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCcW8ddd6wSQFAiRJLpz+zZUXXvZk4yuReRoR//XYF4l+lckKqASlkEbwJMOhUheKmSp8iJpTJAvSAcuUbR/PwdLCGkYqds/Vp9bgjlgFSAVVfJAGF7tpl0zUAVAo4uANL8QgSUVu9KChpYezbRoiFSXZpJEyTbWT6lBQrP/P4mGNDBb2YfgPhI764RmUw3nQujRvAeFXe1ZciCyJbXRTe3bpBVyqiWr1pit2PiBUt7lK6/EpGAexB2RzHbUG/ZnSMkqvM/F+R0gKRH2NIvSD/K04hF121UB2kjbxHSDxdE513cZ736Q4OFBjucn53ph2H7v3cHsCZeyozn+Vk1i4dNLmxWeZKDUghuRAmveMX76zmbyO3q6F9hVC0qDiQWlVLOamf9HlJauydQsxD/4S0VAhTwO2h4RBvphLf/IwR/fFUrBsIXeTWeYM+sty8o1gSvMZ1zTHCAvIMgRLbm5K4rHutTgZeXr5cxGrPOinL0MWNwW4unHGVso6deQ+GEBhE= ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:36:51.532 DEBUG:teuthology.orchestra.run.smithi115:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCcW8ddd6wSQFAiRJLpz+zZUXXvZk4yuReRoR//XYF4l+lckKqASlkEbwJMOhUheKmSp8iJpTJAvSAcuUbR/PwdLCGkYqds/Vp9bgjlgFSAVVfJAGF7tpl0zUAVAo4uANL8QgSUVu9KChpYezbRoiFSXZpJEyTbWT6lBQrP/P4mGNDBb2YfgPhI764RmUw3nQujRvAeFXe1ZciCyJbXRTe3bpBVyqiWr1pit2PiBUt7lK6/EpGAexB2RzHbUG/ZnSMkqvM/F+R0gKRH2NIvSD/K04hF121UB2kjbxHSDxdE513cZ736Q4OFBjucn53ph2H7v3cHsCZeyozn+Vk1i4dNLmxWeZKDUghuRAmveMX76zmbyO3q6F9hVC0qDiQWlVLOamf9HlJauydQsxD/4S0VAhTwO2h4RBvphLf/IwR/fFUrBsIXeTWeYM+sty8o1gSvMZ1zTHCAvIMgRLbm5K4rHutTgZeXr5cxGrPOinL0MWNwW4unHGVso6deQ+GEBhE= ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-18T21:36:51.554 INFO:teuthology.orchestra.run.smithi115.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCcW8ddd6wSQFAiRJLpz+zZUXXvZk4yuReRoR//XYF4l+lckKqASlkEbwJMOhUheKmSp8iJpTJAvSAcuUbR/PwdLCGkYqds/Vp9bgjlgFSAVVfJAGF7tpl0zUAVAo4uANL8QgSUVu9KChpYezbRoiFSXZpJEyTbWT6lBQrP/P4mGNDBb2YfgPhI764RmUw3nQujRvAeFXe1ZciCyJbXRTe3bpBVyqiWr1pit2PiBUt7lK6/EpGAexB2RzHbUG/ZnSMkqvM/F+R0gKRH2NIvSD/K04hF121UB2kjbxHSDxdE513cZ736Q4OFBjucn53ph2H7v3cHsCZeyozn+Vk1i4dNLmxWeZKDUghuRAmveMX76zmbyO3q6F9hVC0qDiQWlVLOamf9HlJauydQsxD/4S0VAhTwO2h4RBvphLf/IwR/fFUrBsIXeTWeYM+sty8o1gSvMZ1zTHCAvIMgRLbm5K4rHutTgZeXr5cxGrPOinL0MWNwW4unHGVso6deQ+GEBhE= ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:36:51.564 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-18T21:36:51.860 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:36:51 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:36:51.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:51 smithi049 bash[21444]: audit 2024-04-18T21:36:50.503246+0000 mon.a (mon.0) 101 : audit 1 from='client.? 172.21.15.49:0/1299078187' entity='client.admin' 2024-04-18T21:36:51.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:51 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:36:53.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.753624+0000 mon.a (mon.0) 102 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.757617+0000 mon.a (mon.0) 103 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.759643+0000 mon.a (mon.0) 104 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.776036+0000 mon.a (mon.0) 105 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.779272+0000 mon.a (mon.0) 106 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.780882+0000 mon.a (mon.0) 107 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.782431+0000 mon.a (mon.0) 108 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.783990+0000 mon.a (mon.0) 109 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.786445+0000 mon.a (mon.0) 110 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.820420+0000 mon.a (mon.0) 111 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:51.825359+0000 mon.a (mon.0) 112 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:52 smithi049 bash[21444]: audit 2024-04-18T21:36:52.222439+0000 mon.a (mon.0) 113 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:55.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:55 smithi049 bash[21444]: audit 2024-04-18T21:36:54.151380+0000 mon.a (mon.0) 114 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:56.269 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:36:58.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:57 smithi049 bash[21444]: audit 2024-04-18T21:36:56.816694+0000 mon.a (mon.0) 115 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:58.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:36:57 smithi049 bash[21444]: audit 2024-04-18T21:36:56.823194+0000 mon.a (mon.0) 116 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:36:59.952 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-18T21:36:59.953 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-18T21:37:00.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:00 smithi049 bash[21444]: cluster 2024-04-18T21:36:59.079101+0000 mgr.a (mgr.14152) 10 : cluster 0 pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:00.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:00 smithi049 bash[21444]: audit 2024-04-18T21:36:59.285037+0000 mon.a (mon.0) 117 : audit 1 from='client.? 172.21.15.49:0/195674027' entity='client.admin' 2024-04-18T21:37:00.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:00 smithi049 bash[21444]: audit 2024-04-18T21:36:59.342292+0000 mon.a (mon.0) 118 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:37:00.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:00 smithi049 bash[21444]: audit 2024-04-18T21:36:59.346148+0000 mon.a (mon.0) 119 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:02.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:02 smithi049 bash[21444]: cluster 2024-04-18T21:37:01.079520+0000 mgr.a (mgr.14152) 11 : cluster 0 pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:04.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:04 smithi049 bash[21444]: cluster 2024-04-18T21:37:03.079873+0000 mgr.a (mgr.14152) 12 : cluster 0 pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:04.787 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:37:05.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:05 smithi049 bash[21444]: audit 2024-04-18T21:37:04.519258+0000 mon.a (mon.0) 120 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:05.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:05 smithi049 bash[21444]: audit 2024-04-18T21:37:04.527043+0000 mon.a (mon.0) 121 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:06.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:06 smithi049 bash[21444]: cluster 2024-04-18T21:37:05.080300+0000 mgr.a (mgr.14152) 13 : cluster 0 pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:08.255 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi080 2024-04-18T21:37:08.255 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:37:08.255 DEBUG:teuthology.orchestra.run.smithi080:> dd of=/etc/ceph/ceph.conf 2024-04-18T21:37:08.262 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:37:08.262 DEBUG:teuthology.orchestra.run.smithi080:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:37:08.307 INFO:tasks.cephadm:Adding host smithi080 to orchestrator... 2024-04-18T21:37:08.307 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph orch host add smithi080 2024-04-18T21:37:08.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: cluster 2024-04-18T21:37:07.080762+0000 mgr.a (mgr.14152) 14 : cluster 0 pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:08.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: audit 2024-04-18T21:37:07.523337+0000 mgr.a (mgr.14152) 15 : audit 0 from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:37:08.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: audit 2024-04-18T21:37:07.528406+0000 mon.a (mon.0) 122 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:08.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: audit 2024-04-18T21:37:07.546701+0000 mon.a (mon.0) 123 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:37:08.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: audit 2024-04-18T21:37:07.548743+0000 mon.a (mon.0) 124 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:37:08.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: audit 2024-04-18T21:37:07.549407+0000 mon.a (mon.0) 125 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:37:08.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: cephadm 2024-04-18T21:37:07.550404+0000 mgr.a (mgr.14152) 16 : cephadm 1 Updating smithi049:/etc/ceph/ceph.conf 2024-04-18T21:37:08.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: cephadm 2024-04-18T21:37:07.665157+0000 mgr.a (mgr.14152) 17 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:37:08.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: audit 2024-04-18T21:37:08.064600+0000 mon.a (mon.0) 126 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:08.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: audit 2024-04-18T21:37:08.070123+0000 mon.a (mon.0) 127 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:08.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:08 smithi049 bash[21444]: audit 2024-04-18T21:37:08.074976+0000 mon.a (mon.0) 128 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:09.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:09 smithi049 bash[21444]: cephadm 2024-04-18T21:37:07.779726+0000 mgr.a (mgr.14152) 18 : cephadm 1 Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:37:09.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:09 smithi049 bash[21444]: cephadm 2024-04-18T21:37:07.893715+0000 mgr.a (mgr.14152) 19 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:37:10.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:10 smithi049 bash[21444]: cluster 2024-04-18T21:37:09.081264+0000 mgr.a (mgr.14152) 20 : cluster 0 pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:12.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:12 smithi049 bash[21444]: cluster 2024-04-18T21:37:11.081821+0000 mgr.a (mgr.14152) 21 : cluster 0 pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:13.030 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:37:14.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:14 smithi049 bash[21444]: cluster 2024-04-18T21:37:13.082271+0000 mgr.a (mgr.14152) 22 : cluster 0 pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:16.785 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:16 smithi049 bash[21444]: cluster 2024-04-18T21:37:15.082648+0000 mgr.a (mgr.14152) 23 : cluster 0 pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:16.785 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:16 smithi049 bash[21444]: audit 2024-04-18T21:37:16.027811+0000 mon.a (mon.0) 129 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:16.785 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:16 smithi049 bash[21444]: audit 2024-04-18T21:37:16.030513+0000 mon.a (mon.0) 130 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:16.785 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:16 smithi049 bash[21444]: audit 2024-04-18T21:37:16.034922+0000 mon.a (mon.0) 131 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:18.864 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:18 smithi049 bash[21444]: audit 2024-04-18T21:37:16.903111+0000 mgr.a (mgr.14152) 24 : audit 0 from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi080", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:37:18.864 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:18 smithi049 bash[21444]: cluster 2024-04-18T21:37:17.083081+0000 mgr.a (mgr.14152) 25 : cluster 0 pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:18.864 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:18 smithi049 bash[21444]: cephadm 2024-04-18T21:37:17.600913+0000 mgr.a (mgr.14152) 26 : cephadm 1 Deploying cephadm binary to smithi080 2024-04-18T21:37:20.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:20 smithi049 bash[21444]: cluster 2024-04-18T21:37:19.083487+0000 mgr.a (mgr.14152) 27 : cluster 0 pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:22.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:22 smithi049 bash[21444]: cluster 2024-04-18T21:37:21.083848+0000 mgr.a (mgr.14152) 28 : cluster 0 pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:22.965 INFO:teuthology.orchestra.run.smithi049.stdout:Added host 'smithi080' with addr '172.21.15.80' 2024-04-18T21:37:23.642 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-18T21:37:24.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:23 smithi049 bash[21444]: audit 2024-04-18T21:37:22.964095+0000 mon.a (mon.0) 132 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:24.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:23 smithi049 bash[21444]: cephadm 2024-04-18T21:37:22.964968+0000 mgr.a (mgr.14152) 29 : cephadm 1 Added host smithi080 2024-04-18T21:37:24.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:23 smithi049 bash[21444]: audit 2024-04-18T21:37:23.010169+0000 mon.a (mon.0) 133 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:37:24.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:23 smithi049 bash[21444]: cluster 2024-04-18T21:37:23.084159+0000 mgr.a (mgr.14152) 30 : cluster 0 pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:24.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:23 smithi049 bash[21444]: audit 2024-04-18T21:37:23.482177+0000 mon.a (mon.0) 134 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:26.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: audit 2024-04-18T21:37:24.957616+0000 mon.a (mon.0) 135 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:26.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: audit 2024-04-18T21:37:24.963266+0000 mon.a (mon.0) 136 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: audit 2024-04-18T21:37:24.964732+0000 mon.a (mon.0) 137 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: audit 2024-04-18T21:37:24.966847+0000 mon.a (mon.0) 138 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: audit 2024-04-18T21:37:24.968599+0000 mon.a (mon.0) 139 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: cephadm 2024-04-18T21:37:24.971214+0000 mgr.a (mgr.14152) 31 : cephadm 1 Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: cluster 2024-04-18T21:37:25.084480+0000 mgr.a (mgr.14152) 32 : cluster 0 pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: cephadm 2024-04-18T21:37:25.188104+0000 mgr.a (mgr.14152) 33 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: cephadm 2024-04-18T21:37:25.404185+0000 mgr.a (mgr.14152) 34 : cephadm 1 Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: cephadm 2024-04-18T21:37:25.568666+0000 mgr.a (mgr.14152) 35 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: audit 2024-04-18T21:37:25.739124+0000 mon.a (mon.0) 140 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: audit 2024-04-18T21:37:25.744881+0000 mon.a (mon.0) 141 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: audit 2024-04-18T21:37:25.748338+0000 mon.a (mon.0) 142 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi080", "caps": []}]: dispatch 2024-04-18T21:37:26.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:25 smithi049 bash[21444]: audit 2024-04-18T21:37:25.749635+0000 mon.a (mon.0) 143 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi080", "caps": []}]': finished 2024-04-18T21:37:27.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:26 smithi049 bash[21444]: cephadm 2024-04-18T21:37:26.210572+0000 mgr.a (mgr.14152) 36 : cephadm 1 Deploying daemon agent.smithi080 on smithi080 2024-04-18T21:37:28.358 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:37:28.380 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: cluster 2024-04-18T21:37:27.084886+0000 mgr.a (mgr.14152) 37 : cluster 0 pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.125519+0000 mon.a (mon.0) 144 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.131844+0000 mon.a (mon.0) 145 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.137253+0000 mon.a (mon.0) 146 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.203958+0000 mon.a (mon.0) 147 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.208899+0000 mon.a (mon.0) 148 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.210470+0000 mon.a (mon.0) 149 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.218931+0000 mon.a (mon.0) 150 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.288701+0000 mon.a (mon.0) 151 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.292858+0000 mon.a (mon.0) 152 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.294431+0000 mon.a (mon.0) 153 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.302345+0000 mon.a (mon.0) 154 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:28.381 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:28 smithi049 bash[21444]: audit 2024-04-18T21:37:27.584930+0000 mon.a (mon.0) 155 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:29.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:29 smithi049 bash[21444]: audit 2024-04-18T21:37:28.660949+0000 mon.a (mon.0) 156 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:29.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:29 smithi049 bash[21444]: audit 2024-04-18T21:37:28.668874+0000 mon.a (mon.0) 157 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:29.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:29 smithi049 bash[21444]: audit 2024-04-18T21:37:29.162244+0000 mon.a (mon.0) 158 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:30.939 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:30 smithi049 bash[21444]: cluster 2024-04-18T21:37:29.085235+0000 mgr.a (mgr.14152) 38 : cluster 0 pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:31.615 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:37:31.615 INFO:teuthology.orchestra.run.smithi049.stdout:[{"addr": "172.21.15.49", "hostname": "smithi049", "labels": [], "status": ""}, {"addr": "172.21.15.80", "hostname": "smithi080", "labels": [], "status": ""}] 2024-04-18T21:37:32.451 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi115 2024-04-18T21:37:32.451 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:37:32.451 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/etc/ceph/ceph.conf 2024-04-18T21:37:32.458 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:37:32.458 DEBUG:teuthology.orchestra.run.smithi115:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:37:32.504 INFO:tasks.cephadm:Adding host smithi115 to orchestrator... 2024-04-18T21:37:32.504 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph orch host add smithi115 2024-04-18T21:37:32.733 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:32 smithi049 bash[21444]: cluster 2024-04-18T21:37:31.085544+0000 mgr.a (mgr.14152) 39 : cluster 0 pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:32.733 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:32 smithi049 bash[21444]: audit 2024-04-18T21:37:31.614787+0000 mgr.a (mgr.14152) 40 : audit 0 from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:37:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:34 smithi049 bash[21444]: cluster 2024-04-18T21:37:33.085916+0000 mgr.a (mgr.14152) 41 : cluster 0 pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:37.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:36 smithi049 bash[21444]: cluster 2024-04-18T21:37:35.086301+0000 mgr.a (mgr.14152) 42 : cluster 0 pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:37.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:36 smithi049 bash[21444]: audit 2024-04-18T21:37:36.233623+0000 mon.a (mon.0) 159 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:37.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:36 smithi049 bash[21444]: audit 2024-04-18T21:37:36.240169+0000 mon.a (mon.0) 160 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:37.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:36 smithi049 bash[21444]: audit 2024-04-18T21:37:36.248394+0000 mon.a (mon.0) 161 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:37.769 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:37:38.849 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:38 smithi049 bash[21444]: cluster 2024-04-18T21:37:37.086715+0000 mgr.a (mgr.14152) 43 : cluster 0 pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:41.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:40 smithi049 bash[21444]: cluster 2024-04-18T21:37:39.087133+0000 mgr.a (mgr.14152) 44 : cluster 0 pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:42.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:41 smithi049 bash[21444]: audit 2024-04-18T21:37:40.411598+0000 mgr.a (mgr.14152) 45 : audit 0 from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi115", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:37:42.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:41 smithi049 bash[21444]: audit 2024-04-18T21:37:41.487552+0000 mon.a (mon.0) 162 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:42.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:41 smithi049 bash[21444]: audit 2024-04-18T21:37:41.494174+0000 mon.a (mon.0) 163 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:43.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:42 smithi049 bash[21444]: cluster 2024-04-18T21:37:41.087578+0000 mgr.a (mgr.14152) 46 : cluster 0 pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:43.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:42 smithi049 bash[21444]: cephadm 2024-04-18T21:37:41.253246+0000 mgr.a (mgr.14152) 47 : cephadm 1 Deploying cephadm binary to smithi115 2024-04-18T21:37:45.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:44 smithi049 bash[21444]: cluster 2024-04-18T21:37:43.087930+0000 mgr.a (mgr.14152) 48 : cluster 0 pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:46.584 INFO:teuthology.orchestra.run.smithi049.stdout:Added host 'smithi115' with addr '172.21.15.115' 2024-04-18T21:37:46.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:46 smithi049 bash[21444]: cluster 2024-04-18T21:37:45.088271+0000 mgr.a (mgr.14152) 49 : cluster 0 pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:46.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:46 smithi049 bash[21444]: audit 2024-04-18T21:37:46.583089+0000 mon.a (mon.0) 164 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:46.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:46 smithi049 bash[21444]: audit 2024-04-18T21:37:46.628554+0000 mon.a (mon.0) 165 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:37:47.294 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph orch host ls --format=json 2024-04-18T21:37:47.976 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:47 smithi049 bash[21444]: cephadm 2024-04-18T21:37:46.584036+0000 mgr.a (mgr.14152) 50 : cephadm 1 Added host smithi115 2024-04-18T21:37:47.976 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:47 smithi049 bash[21444]: audit 2024-04-18T21:37:47.101736+0000 mon.a (mon.0) 166 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:49.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:48 smithi049 bash[21444]: cluster 2024-04-18T21:37:47.088656+0000 mgr.a (mgr.14152) 51 : cluster 0 pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:49.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:48 smithi049 bash[21444]: audit 2024-04-18T21:37:48.225738+0000 mon.a (mon.0) 167 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:49.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:48 smithi049 bash[21444]: audit 2024-04-18T21:37:48.228787+0000 mon.a (mon.0) 168 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:49.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:48 smithi049 bash[21444]: audit 2024-04-18T21:37:48.232756+0000 mon.a (mon.0) 169 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:49.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:48 smithi049 bash[21444]: audit 2024-04-18T21:37:48.628672+0000 mon.a (mon.0) 170 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:49.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:48 smithi049 bash[21444]: audit 2024-04-18T21:37:48.634373+0000 mon.a (mon.0) 171 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:49.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:48 smithi049 bash[21444]: audit 2024-04-18T21:37:48.635832+0000 mon.a (mon.0) 172 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:37:49.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:48 smithi049 bash[21444]: audit 2024-04-18T21:37:48.638082+0000 mon.a (mon.0) 173 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:37:49.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:48 smithi049 bash[21444]: audit 2024-04-18T21:37:48.639988+0000 mon.a (mon.0) 174 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:37:49.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:49 smithi049 bash[21444]: cephadm 2024-04-18T21:37:48.642996+0000 mgr.a (mgr.14152) 52 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-18T21:37:51.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:50 smithi049 bash[21444]: cephadm 2024-04-18T21:37:48.858389+0000 mgr.a (mgr.14152) 53 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:37:51.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:50 smithi049 bash[21444]: cephadm 2024-04-18T21:37:49.022727+0000 mgr.a (mgr.14152) 54 : cephadm 1 Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:37:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:50 smithi049 bash[21444]: cluster 2024-04-18T21:37:49.089041+0000 mgr.a (mgr.14152) 55 : cluster 0 pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:50 smithi049 bash[21444]: cephadm 2024-04-18T21:37:49.530078+0000 mgr.a (mgr.14152) 56 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:37:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:50 smithi049 bash[21444]: audit 2024-04-18T21:37:49.699540+0000 mon.a (mon.0) 175 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:50 smithi049 bash[21444]: audit 2024-04-18T21:37:49.701891+0000 mon.a (mon.0) 176 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:50 smithi049 bash[21444]: audit 2024-04-18T21:37:49.703810+0000 mon.a (mon.0) 177 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-18T21:37:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:50 smithi049 bash[21444]: audit 2024-04-18T21:37:49.704434+0000 mon.a (mon.0) 178 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]': finished 2024-04-18T21:37:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:51 smithi049 bash[21444]: cephadm 2024-04-18T21:37:50.242881+0000 mgr.a (mgr.14152) 57 : cephadm 1 Deploying daemon agent.smithi115 on smithi115 2024-04-18T21:37:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:51 smithi049 bash[21444]: audit 2024-04-18T21:37:51.505603+0000 mon.a (mon.0) 179 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:51 smithi049 bash[21444]: audit 2024-04-18T21:37:51.517940+0000 mon.a (mon.0) 180 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:52.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:51 smithi049 bash[21444]: audit 2024-04-18T21:37:51.523724+0000 mon.a (mon.0) 181 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:52.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:51 smithi049 bash[21444]: audit 2024-04-18T21:37:51.623066+0000 mon.a (mon.0) 182 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:37:52.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:51 smithi049 bash[21444]: audit 2024-04-18T21:37:51.628784+0000 mon.a (mon.0) 183 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:37:52.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:51 smithi049 bash[21444]: audit 2024-04-18T21:37:51.630765+0000 mon.a (mon.0) 184 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:37:52.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:51 smithi049 bash[21444]: audit 2024-04-18T21:37:51.639659+0000 mon.a (mon.0) 185 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:52.603 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:37:53.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:52 smithi049 bash[21444]: cluster 2024-04-18T21:37:51.089527+0000 mgr.a (mgr.14152) 58 : cluster 0 pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:53.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:52 smithi049 bash[21444]: audit 2024-04-18T21:37:51.743402+0000 mon.a (mon.0) 186 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:37:53.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:52 smithi049 bash[21444]: audit 2024-04-18T21:37:51.748958+0000 mon.a (mon.0) 187 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:37:53.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:52 smithi049 bash[21444]: audit 2024-04-18T21:37:51.750810+0000 mon.a (mon.0) 188 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:37:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:52 smithi049 bash[21444]: audit 2024-04-18T21:37:51.759130+0000 mon.a (mon.0) 189 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:53.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:52 smithi049 bash[21444]: audit 2024-04-18T21:37:51.979988+0000 mon.a (mon.0) 190 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:54 smithi049 bash[21444]: audit 2024-04-18T21:37:53.043022+0000 mon.a (mon.0) 191 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:54 smithi049 bash[21444]: audit 2024-04-18T21:37:53.050398+0000 mon.a (mon.0) 192 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:54.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:54 smithi049 bash[21444]: cluster 2024-04-18T21:37:53.089960+0000 mgr.a (mgr.14152) 59 : cluster 0 pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:55.363 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:37:55.364 INFO:teuthology.orchestra.run.smithi049.stdout:[{"addr": "172.21.15.49", "hostname": "smithi049", "labels": [], "status": ""}, {"addr": "172.21.15.80", "hostname": "smithi080", "labels": [], "status": ""}, {"addr": "172.21.15.115", "hostname": "smithi115", "labels": [], "status": ""}] 2024-04-18T21:37:55.555 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:55 smithi049 bash[21444]: audit 2024-04-18T21:37:54.170896+0000 mon.a (mon.0) 193 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:56.037 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-18T21:37:56.037 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph osd crush tunables default 2024-04-18T21:37:56.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:56 smithi049 bash[21444]: cluster 2024-04-18T21:37:55.090382+0000 mgr.a (mgr.14152) 60 : cluster 0 pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:37:56.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:56 smithi049 bash[21444]: audit 2024-04-18T21:37:55.363482+0000 mgr.a (mgr.14152) 61 : audit 0 from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:37:57.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:57 smithi049 bash[21444]: audit 2024-04-18T21:37:56.354112+0000 mon.a (mon.0) 194 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:57.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:57 smithi049 bash[21444]: audit 2024-04-18T21:37:56.358964+0000 mon.a (mon.0) 195 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:57.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:57 smithi049 bash[21444]: audit 2024-04-18T21:37:56.365226+0000 mon.a (mon.0) 196 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:37:58.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:37:58 smithi049 bash[21444]: cluster 2024-04-18T21:37:57.090719+0000 mgr.a (mgr.14152) 62 : cluster 0 pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:00.752 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:38:00.774 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:00 smithi049 bash[21444]: cluster 2024-04-18T21:37:59.091131+0000 mgr.a (mgr.14152) 63 : cluster 0 pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:02.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:02 smithi049 bash[21444]: cluster 2024-04-18T21:38:01.091511+0000 mgr.a (mgr.14152) 64 : cluster 0 pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:04.379 INFO:teuthology.orchestra.run.smithi049.stderr:adjusted tunables profile to default 2024-04-18T21:38:04.653 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:04 smithi049 bash[21444]: cluster 2024-04-18T21:38:03.091905+0000 mgr.a (mgr.14152) 65 : cluster 0 pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:04.654 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:04 smithi049 bash[21444]: audit 2024-04-18T21:38:03.403902+0000 mon.a (mon.0) 197 : audit 1 from='client.? 172.21.15.49:0/613503189' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-18T21:38:05.141 INFO:tasks.cephadm:Adding mon.a on smithi049 2024-04-18T21:38:05.141 INFO:tasks.cephadm:Adding mon.b on smithi080 2024-04-18T21:38:05.141 INFO:tasks.cephadm:Adding mon.c on smithi115 2024-04-18T21:38:05.141 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph orch apply mon '3;smithi049:172.21.15.49=a;smithi080:172.21.15.80=b;smithi115:172.21.15.115=c' 2024-04-18T21:38:05.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:05 smithi049 bash[21444]: audit 2024-04-18T21:38:04.373876+0000 mon.a (mon.0) 198 : audit 1 from='client.? 172.21.15.49:0/613503189' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-18T21:38:05.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:05 smithi049 bash[21444]: cluster 2024-04-18T21:38:04.377593+0000 mon.a (mon.0) 199 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-18T21:38:06.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:06 smithi049 bash[21444]: cluster 2024-04-18T21:38:05.092343+0000 mgr.a (mgr.14152) 66 : cluster 0 pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:06.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:06 smithi049 bash[21444]: audit 2024-04-18T21:38:06.149309+0000 mon.a (mon.0) 200 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:06.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:06 smithi049 bash[21444]: audit 2024-04-18T21:38:06.156989+0000 mon.a (mon.0) 201 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:06.913 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:08.576 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:08 smithi049 bash[21444]: cluster 2024-04-18T21:38:07.092746+0000 mgr.a (mgr.14152) 67 : cluster 0 pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:09.514 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled mon update... 2024-04-18T21:38:09.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:09 smithi049 bash[21444]: audit 2024-04-18T21:38:08.436348+0000 mon.a (mon.0) 202 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:09.613 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:09 smithi049 bash[21444]: audit 2024-04-18T21:38:08.442312+0000 mon.a (mon.0) 203 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:09.613 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:09 smithi049 bash[21444]: audit 2024-04-18T21:38:08.450245+0000 mon.a (mon.0) 204 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:10.266 DEBUG:teuthology.orchestra.run.smithi080:mon.b> sudo journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.b.service 2024-04-18T21:38:10.268 DEBUG:teuthology.orchestra.run.smithi115:mon.c> sudo journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.c.service 2024-04-18T21:38:10.271 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-18T21:38:10.271 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-18T21:38:10.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: cluster 2024-04-18T21:38:09.093166+0000 mgr.a (mgr.14152) 68 : cluster 0 pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:10.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: audit 2024-04-18T21:38:09.503734+0000 mgr.a (mgr.14152) 69 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi049:172.21.15.49=a;smithi080:172.21.15.80=b;smithi115:172.21.15.115=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:38:10.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: cephadm 2024-04-18T21:38:09.509050+0000 mgr.a (mgr.14152) 70 : cephadm 1 Saving service mon spec with placement smithi049:172.21.15.49=a;smithi080:172.21.15.80=b;smithi115:172.21.15.115=c;count:3 2024-04-18T21:38:10.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: audit 2024-04-18T21:38:09.514059+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:10.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: audit 2024-04-18T21:38:09.518840+0000 mon.a (mon.0) 206 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:10.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: audit 2024-04-18T21:38:09.524004+0000 mon.a (mon.0) 207 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:10.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: audit 2024-04-18T21:38:09.525568+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:10.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: audit 2024-04-18T21:38:09.532206+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:10.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: audit 2024-04-18T21:38:09.535110+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:10.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: audit 2024-04-18T21:38:09.536349+0000 mon.a (mon.0) 211 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:10.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:10 smithi049 bash[21444]: cephadm 2024-04-18T21:38:09.537488+0000 mgr.a (mgr.14152) 71 : cephadm 1 Deploying daemon mon.c on smithi115 2024-04-18T21:38:11.978 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:12.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:12 smithi049 bash[21444]: cluster 2024-04-18T21:38:11.093573+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:14.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:14 smithi049 bash[21444]: cluster 2024-04-18T21:38:13.094049+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:14.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:14 smithi049 bash[21444]: audit 2024-04-18T21:38:14.202656+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:14.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:14 smithi049 bash[21444]: audit 2024-04-18T21:38:14.208578+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:14.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:14 smithi049 bash[21444]: audit 2024-04-18T21:38:14.216714+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:16.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:16 smithi049 bash[21444]: audit 2024-04-18T21:38:15.027797+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:16.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:16 smithi049 bash[21444]: audit 2024-04-18T21:38:15.033570+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:16.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:16 smithi049 bash[21444]: audit 2024-04-18T21:38:15.071119+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:16.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:16 smithi049 bash[21444]: audit 2024-04-18T21:38:15.072469+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:16.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:16 smithi049 bash[21444]: audit 2024-04-18T21:38:15.074243+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:16.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:16 smithi049 bash[21444]: cephadm 2024-04-18T21:38:15.076289+0000 mgr.a (mgr.14152) 74 : cephadm 1 Deploying daemon mon.b on smithi080 2024-04-18T21:38:16.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:16 smithi049 bash[21444]: cluster 2024-04-18T21:38:15.094458+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:16.791 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-18T21:38:16.792 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":1,"fsid":"67f5eea4-fdcb-11ee-bc92-c7b262605968","modified":"2024-04-18T21:35:24.880248Z","created":"2024-04-18T21:35:24.880248Z","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.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-18T21:38:16.792 INFO:teuthology.orchestra.run.smithi115.stderr:dumped monmap epoch 1 2024-04-18T21:38:17.056 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:16 smithi115 bash[22345]: debug 2024-04-18T21:38:16.827+0000 7f6890fa1700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-18T21:38:18.610 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-18T21:38:18.611 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph mon dump -f json 2024-04-18T21:38:20.364 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:09.503734+0000 mgr.a (mgr.14152) 69 : audit 0 from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi049:172.21.15.49=a;smithi080:172.21.15.80=b;smithi115:172.21.15.115=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:38:20.364 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: cephadm 2024-04-18T21:38:09.509050+0000 mgr.a (mgr.14152) 70 : cephadm 1 Saving service mon spec with placement smithi049:172.21.15.49=a;smithi080:172.21.15.80=b;smithi115:172.21.15.115=c;count:3 2024-04-18T21:38:20.364 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:09.514059+0000 mon.a (mon.0) 205 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:20.365 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:09.518840+0000 mon.a (mon.0) 206 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:20.365 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:09.524004+0000 mon.a (mon.0) 207 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:20.365 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:09.525568+0000 mon.a (mon.0) 208 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:20.365 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:09.532206+0000 mon.a (mon.0) 209 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:20.365 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:09.535110+0000 mon.a (mon.0) 210 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:20.365 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:09.536349+0000 mon.a (mon.0) 211 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:20.365 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: cephadm 2024-04-18T21:38:09.537488+0000 mgr.a (mgr.14152) 71 : cephadm 1 Deploying daemon mon.c on smithi115 2024-04-18T21:38:20.365 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: cluster 2024-04-18T21:38:11.093573+0000 mgr.a (mgr.14152) 72 : cluster 0 pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: cluster 2024-04-18T21:38:13.094049+0000 mgr.a (mgr.14152) 73 : cluster 0 pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:14.202656+0000 mon.a (mon.0) 212 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:14.208578+0000 mon.a (mon.0) 213 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:14.216714+0000 mon.a (mon.0) 214 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:15.027797+0000 mon.a (mon.0) 215 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:15.033570+0000 mon.a (mon.0) 216 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:15.071119+0000 mon.a (mon.0) 217 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:15.072469+0000 mon.a (mon.0) 218 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: audit 2024-04-18T21:38:15.074243+0000 mon.a (mon.0) 219 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: cephadm 2024-04-18T21:38:15.076289+0000 mgr.a (mgr.14152) 74 : cephadm 1 Deploying daemon mon.b on smithi080 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: cluster 2024-04-18T21:38:15.094458+0000 mgr.a (mgr.14152) 75 : cluster 0 pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:20.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:20 smithi080 bash[22189]: debug 2024-04-18T21:38:20.359+0000 7f3eb0ebd700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-18T21:38:22.312 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:16.844539+0000 mon.a (mon.0) 225 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:16.845073+0000 mon.a (mon.0) 226 : cluster 1 mon.a calling monitor election 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:16.863261+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:17.094798+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:17.839222+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:18.839207+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:18.840117+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:19.095129+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:19.839262+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:20.365815+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:22.323 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:20.839693+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.095463+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:21.365815+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:21.839563+0000 mon.a (mon.0) 234 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.885392+0000 mon.a (mon.0) 235 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.892975+0000 mon.a (mon.0) 236 : cluster 0 monmap epoch 2 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.893065+0000 mon.a (mon.0) 237 : cluster 0 fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.893108+0000 mon.a (mon.0) 238 : cluster 0 last_changed 2024-04-18T21:38:16.839327+0000 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.893151+0000 mon.a (mon.0) 239 : cluster 0 created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.893192+0000 mon.a (mon.0) 240 : cluster 0 min_mon_release 19 (squid) 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.893243+0000 mon.a (mon.0) 241 : cluster 0 election_strategy: 1 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.893287+0000 mon.a (mon.0) 242 : cluster 0 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.893334+0000 mon.a (mon.0) 243 : cluster 0 1: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.c 2024-04-18T21:38:22.324 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.910882+0000 mon.a (mon.0) 244 : cluster 0 fsmap 2024-04-18T21:38:22.325 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.910986+0000 mon.a (mon.0) 245 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-18T21:38:22.325 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.911333+0000 mon.a (mon.0) 246 : cluster 0 mgrmap e13: a(active, since 102s) 2024-04-18T21:38:22.325 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: cluster 2024-04-18T21:38:21.911682+0000 mon.a (mon.0) 247 : cluster 1 overall HEALTH_OK 2024-04-18T21:38:22.325 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:21.920882+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:22.325 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:21 smithi115 bash[22345]: audit 2024-04-18T21:38:21.928463+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:22.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:16.844539+0000 mon.a (mon.0) 225 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:38:22.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:16.845073+0000 mon.a (mon.0) 226 : cluster 1 mon.a calling monitor election 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:16.863261+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:17.094798+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:17.839222+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:18.839207+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:18.840117+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:19.095129+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:19.839262+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:20.365815+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:20.839693+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.095463+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:21.365815+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:21.839563+0000 mon.a (mon.0) 234 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:22.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.885392+0000 mon.a (mon.0) 235 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.892975+0000 mon.a (mon.0) 236 : cluster 0 monmap epoch 2 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.893065+0000 mon.a (mon.0) 237 : cluster 0 fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.893108+0000 mon.a (mon.0) 238 : cluster 0 last_changed 2024-04-18T21:38:16.839327+0000 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.893151+0000 mon.a (mon.0) 239 : cluster 0 created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.893192+0000 mon.a (mon.0) 240 : cluster 0 min_mon_release 19 (squid) 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.893243+0000 mon.a (mon.0) 241 : cluster 0 election_strategy: 1 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.893287+0000 mon.a (mon.0) 242 : cluster 0 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.893334+0000 mon.a (mon.0) 243 : cluster 0 1: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.c 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.910882+0000 mon.a (mon.0) 244 : cluster 0 fsmap 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.910986+0000 mon.a (mon.0) 245 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.911333+0000 mon.a (mon.0) 246 : cluster 0 mgrmap e13: a(active, since 102s) 2024-04-18T21:38:22.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: cluster 2024-04-18T21:38:21.911682+0000 mon.a (mon.0) 247 : cluster 1 overall HEALTH_OK 2024-04-18T21:38:22.363 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:21.920882+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:22.363 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:21 smithi049 bash[21444]: audit 2024-04-18T21:38:21.928463+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:23.110 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:38:22 smithi049 bash[21694]: debug 2024-04-18T21:38:22.837+0000 7f128da69700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-18T21:38:27.753 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cephadm 2024-04-18T21:38:22.085920+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi049:/etc/ceph/ceph.conf 2024-04-18T21:38:27.753 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cephadm 2024-04-18T21:38:22.086308+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T21:38:27.753 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cephadm 2024-04-18T21:38:22.087216+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-18T21:38:27.753 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cephadm 2024-04-18T21:38:22.301164+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cephadm 2024-04-18T21:38:22.302573+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cephadm 2024-04-18T21:38:22.303422+0000 mgr.a (mgr.14152) 84 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:22.370678+0000 mon.a (mon.0) 256 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:22.370732+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:22.370928+0000 mon.a (mon.0) 257 : cluster 1 mon.a calling monitor election 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:22.395283+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:22.395490+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:23.095815+0000 mgr.a (mgr.14152) 85 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:23.366381+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:24.366669+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:24.368820+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-18T21:38:27.754 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:25.096143+0000 mgr.a (mgr.14152) 86 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:25.366775+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:26.366545+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:27.367065+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.393739+0000 mon.a (mon.0) 265 : cluster 1 mon.a calling monitor election 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.415616+0000 mon.a (mon.0) 266 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.423307+0000 mon.a (mon.0) 267 : cluster 0 monmap epoch 3 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.423345+0000 mon.a (mon.0) 268 : cluster 0 fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.423370+0000 mon.a (mon.0) 269 : cluster 0 last_changed 2024-04-18T21:38:22.366531+0000 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.423393+0000 mon.a (mon.0) 270 : cluster 0 created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.423424+0000 mon.a (mon.0) 271 : cluster 0 min_mon_release 19 (squid) 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.423445+0000 mon.a (mon.0) 272 : cluster 0 election_strategy: 1 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.423468+0000 mon.a (mon.0) 273 : cluster 0 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.423490+0000 mon.a (mon.0) 274 : cluster 0 1: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.c 2024-04-18T21:38:27.755 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.423513+0000 mon.a (mon.0) 275 : cluster 0 2: [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon.b 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.424478+0000 mon.a (mon.0) 276 : cluster 0 fsmap 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.424536+0000 mon.a (mon.0) 277 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.424817+0000 mon.a (mon.0) 278 : cluster 0 mgrmap e13: a(active, since 108s) 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.425078+0000 mon.a (mon.0) 279 : cluster 1 overall HEALTH_OK 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:27.433116+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:27.439535+0000 mon.a (mon.0) 281 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:27.446399+0000 mon.a (mon.0) 282 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:27.452513+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:27.457982+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:27.464421+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.756 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:27 smithi049 bash[21444]: audit 2024-04-18T21:38:27.470264+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.772 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:16.844539+0000 mon.a (mon.0) 225 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:38:27.772 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:16.845073+0000 mon.a (mon.0) 226 : cluster 1 mon.a calling monitor election 2024-04-18T21:38:27.772 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:16.863261+0000 mon.a (mon.0) 227 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:27.772 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:17.094798+0000 mgr.a (mgr.14152) 76 : cluster 0 pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:27.772 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:17.839222+0000 mon.a (mon.0) 228 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:27.772 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:18.839207+0000 mon.a (mon.0) 229 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:27.772 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:18.840117+0000 mon.c (mon.1) 1 : cluster 1 mon.c calling monitor election 2024-04-18T21:38:27.772 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:19.095129+0000 mgr.a (mgr.14152) 77 : cluster 0 pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:27.772 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:19.839262+0000 mon.a (mon.0) 230 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:20.365815+0000 mon.a (mon.0) 231 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:20.839693+0000 mon.a (mon.0) 232 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.095463+0000 mgr.a (mgr.14152) 78 : cluster 0 pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:21.365815+0000 mon.a (mon.0) 233 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:21.839563+0000 mon.a (mon.0) 234 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.885392+0000 mon.a (mon.0) 235 : cluster 1 mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.892975+0000 mon.a (mon.0) 236 : cluster 0 monmap epoch 2 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.893065+0000 mon.a (mon.0) 237 : cluster 0 fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.893108+0000 mon.a (mon.0) 238 : cluster 0 last_changed 2024-04-18T21:38:16.839327+0000 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.893151+0000 mon.a (mon.0) 239 : cluster 0 created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.893192+0000 mon.a (mon.0) 240 : cluster 0 min_mon_release 19 (squid) 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.893243+0000 mon.a (mon.0) 241 : cluster 0 election_strategy: 1 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.893287+0000 mon.a (mon.0) 242 : cluster 0 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:38:27.773 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.893334+0000 mon.a (mon.0) 243 : cluster 0 1: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.c 2024-04-18T21:38:27.774 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.910882+0000 mon.a (mon.0) 244 : cluster 0 fsmap 2024-04-18T21:38:27.774 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.910986+0000 mon.a (mon.0) 245 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-18T21:38:27.774 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.911333+0000 mon.a (mon.0) 246 : cluster 0 mgrmap e13: a(active, since 102s) 2024-04-18T21:38:27.774 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:21.911682+0000 mon.a (mon.0) 247 : cluster 1 overall HEALTH_OK 2024-04-18T21:38:27.774 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:21.920882+0000 mon.a (mon.0) 248 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:21.928463+0000 mon.a (mon.0) 249 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cephadm 2024-04-18T21:38:22.085920+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi049:/etc/ceph/ceph.conf 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cephadm 2024-04-18T21:38:22.086308+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cephadm 2024-04-18T21:38:22.087216+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cephadm 2024-04-18T21:38:22.301164+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cephadm 2024-04-18T21:38:22.302573+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cephadm 2024-04-18T21:38:22.303422+0000 mgr.a (mgr.14152) 84 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:22.370678+0000 mon.a (mon.0) 256 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:22.370732+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:22.370928+0000 mon.a (mon.0) 257 : cluster 1 mon.a calling monitor election 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:22.395283+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:22.395490+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:23.095815+0000 mgr.a (mgr.14152) 85 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:27.775 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:23.366381+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:24.366669+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:24.368820+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:25.096143+0000 mgr.a (mgr.14152) 86 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:25.366775+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:26.366545+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:27.367065+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.393739+0000 mon.a (mon.0) 265 : cluster 1 mon.a calling monitor election 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.415616+0000 mon.a (mon.0) 266 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.423307+0000 mon.a (mon.0) 267 : cluster 0 monmap epoch 3 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.423345+0000 mon.a (mon.0) 268 : cluster 0 fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.423370+0000 mon.a (mon.0) 269 : cluster 0 last_changed 2024-04-18T21:38:22.366531+0000 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.423393+0000 mon.a (mon.0) 270 : cluster 0 created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.423424+0000 mon.a (mon.0) 271 : cluster 0 min_mon_release 19 (squid) 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.423445+0000 mon.a (mon.0) 272 : cluster 0 election_strategy: 1 2024-04-18T21:38:27.776 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.423468+0000 mon.a (mon.0) 273 : cluster 0 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.423490+0000 mon.a (mon.0) 274 : cluster 0 1: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.c 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.423513+0000 mon.a (mon.0) 275 : cluster 0 2: [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon.b 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.424478+0000 mon.a (mon.0) 276 : cluster 0 fsmap 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.424536+0000 mon.a (mon.0) 277 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.424817+0000 mon.a (mon.0) 278 : cluster 0 mgrmap e13: a(active, since 108s) 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.425078+0000 mon.a (mon.0) 279 : cluster 1 overall HEALTH_OK 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:27.433116+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:27.439535+0000 mon.a (mon.0) 281 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:27.446399+0000 mon.a (mon.0) 282 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:27.452513+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:27.457982+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:27.464421+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.777 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:27 smithi080 bash[22189]: audit 2024-04-18T21:38:27.470264+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cephadm 2024-04-18T21:38:22.085920+0000 mgr.a (mgr.14152) 79 : cephadm 1 Updating smithi049:/etc/ceph/ceph.conf 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cephadm 2024-04-18T21:38:22.086308+0000 mgr.a (mgr.14152) 80 : cephadm 1 Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cephadm 2024-04-18T21:38:22.087216+0000 mgr.a (mgr.14152) 81 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cephadm 2024-04-18T21:38:22.301164+0000 mgr.a (mgr.14152) 82 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cephadm 2024-04-18T21:38:22.302573+0000 mgr.a (mgr.14152) 83 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cephadm 2024-04-18T21:38:22.303422+0000 mgr.a (mgr.14152) 84 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:22.370678+0000 mon.a (mon.0) 256 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:22.370732+0000 mon.c (mon.1) 2 : cluster 1 mon.c calling monitor election 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:22.370928+0000 mon.a (mon.0) 257 : cluster 1 mon.a calling monitor election 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:22.395283+0000 mon.a (mon.0) 258 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:22.395490+0000 mon.a (mon.0) 259 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:23.095815+0000 mgr.a (mgr.14152) 85 : cluster 0 pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:23.366381+0000 mon.a (mon.0) 260 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:24.366669+0000 mon.a (mon.0) 261 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:24.368820+0000 mon.b (mon.2) 1 : cluster 1 mon.b calling monitor election 2024-04-18T21:38:27.909 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:25.096143+0000 mgr.a (mgr.14152) 86 : cluster 0 pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:27.909 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:25.366775+0000 mon.a (mon.0) 262 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.909 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:26.366545+0000 mon.a (mon.0) 263 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.909 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:27.367065+0000 mon.a (mon.0) 264 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:27.909 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.393739+0000 mon.a (mon.0) 265 : cluster 1 mon.a calling monitor election 2024-04-18T21:38:27.909 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.415616+0000 mon.a (mon.0) 266 : cluster 1 mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-18T21:38:27.909 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.423307+0000 mon.a (mon.0) 267 : cluster 0 monmap epoch 3 2024-04-18T21:38:27.909 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.423345+0000 mon.a (mon.0) 268 : cluster 0 fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:38:27.909 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.423370+0000 mon.a (mon.0) 269 : cluster 0 last_changed 2024-04-18T21:38:22.366531+0000 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.423393+0000 mon.a (mon.0) 270 : cluster 0 created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.423424+0000 mon.a (mon.0) 271 : cluster 0 min_mon_release 19 (squid) 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.423445+0000 mon.a (mon.0) 272 : cluster 0 election_strategy: 1 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.423468+0000 mon.a (mon.0) 273 : cluster 0 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.423490+0000 mon.a (mon.0) 274 : cluster 0 1: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.c 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.423513+0000 mon.a (mon.0) 275 : cluster 0 2: [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon.b 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.424478+0000 mon.a (mon.0) 276 : cluster 0 fsmap 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.424536+0000 mon.a (mon.0) 277 : cluster 0 osdmap e4: 0 total, 0 up, 0 in 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.424817+0000 mon.a (mon.0) 278 : cluster 0 mgrmap e13: a(active, since 108s) 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.425078+0000 mon.a (mon.0) 279 : cluster 1 overall HEALTH_OK 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:27.433116+0000 mon.a (mon.0) 280 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:27.439535+0000 mon.a (mon.0) 281 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.910 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:27.446399+0000 mon.a (mon.0) 282 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:27.452513+0000 mon.a (mon.0) 283 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:27.457982+0000 mon.a (mon.0) 284 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:27.464421+0000 mon.a (mon.0) 285 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:27 smithi115 bash[22345]: audit 2024-04-18T21:38:27.470264+0000 mon.a (mon.0) 286 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: cluster 2024-04-18T21:38:27.096542+0000 mgr.a (mgr.14152) 87 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: audit 2024-04-18T21:38:27.475806+0000 mon.a (mon.0) 287 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: audit 2024-04-18T21:38:27.492081+0000 mon.a (mon.0) 288 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: cephadm 2024-04-18T21:38:27.493259+0000 mgr.a (mgr.14152) 88 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: cephadm 2024-04-18T21:38:27.594094+0000 mgr.a (mgr.14152) 89 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: audit 2024-04-18T21:38:27.594831+0000 mon.a (mon.0) 289 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: audit 2024-04-18T21:38:27.596405+0000 mon.a (mon.0) 290 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: audit 2024-04-18T21:38:27.597835+0000 mon.a (mon.0) 291 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: cephadm 2024-04-18T21:38:27.599353+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring daemon mon.a on smithi049 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: audit 2024-04-18T21:38:27.770819+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:28 smithi080 bash[22189]: audit 2024-04-18T21:38:28.367338+0000 mon.a (mon.0) 293 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:28.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: cluster 2024-04-18T21:38:27.096542+0000 mgr.a (mgr.14152) 87 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:28.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: audit 2024-04-18T21:38:27.475806+0000 mon.a (mon.0) 287 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:28.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: audit 2024-04-18T21:38:27.492081+0000 mon.a (mon.0) 288 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:28.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: cephadm 2024-04-18T21:38:27.493259+0000 mgr.a (mgr.14152) 88 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:38:28.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: cephadm 2024-04-18T21:38:27.594094+0000 mgr.a (mgr.14152) 89 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-04-18T21:38:28.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: audit 2024-04-18T21:38:27.594831+0000 mon.a (mon.0) 289 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:28.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: audit 2024-04-18T21:38:27.596405+0000 mon.a (mon.0) 290 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T21:38:28.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: audit 2024-04-18T21:38:27.597835+0000 mon.a (mon.0) 291 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:28.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: cephadm 2024-04-18T21:38:27.599353+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring daemon mon.a on smithi049 2024-04-18T21:38:28.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: audit 2024-04-18T21:38:27.770819+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:28.861 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:28 smithi049 bash[21444]: audit 2024-04-18T21:38:28.367338+0000 mon.a (mon.0) 293 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:28.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: cluster 2024-04-18T21:38:27.096542+0000 mgr.a (mgr.14152) 87 : cluster 0 pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:28.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: audit 2024-04-18T21:38:27.475806+0000 mon.a (mon.0) 287 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:28.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: audit 2024-04-18T21:38:27.492081+0000 mon.a (mon.0) 288 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:28.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: cephadm 2024-04-18T21:38:27.493259+0000 mgr.a (mgr.14152) 88 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:38:28.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: cephadm 2024-04-18T21:38:27.594094+0000 mgr.a (mgr.14152) 89 : cephadm 1 Reconfiguring mon.a (unknown last config time)... 2024-04-18T21:38:28.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: audit 2024-04-18T21:38:27.594831+0000 mon.a (mon.0) 289 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:28.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: audit 2024-04-18T21:38:27.596405+0000 mon.a (mon.0) 290 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T21:38:28.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: audit 2024-04-18T21:38:27.597835+0000 mon.a (mon.0) 291 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:28.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: cephadm 2024-04-18T21:38:27.599353+0000 mgr.a (mgr.14152) 90 : cephadm 1 Reconfiguring daemon mon.a on smithi049 2024-04-18T21:38:28.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: audit 2024-04-18T21:38:27.770819+0000 mon.a (mon.0) 292 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:28.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:28 smithi115 bash[22345]: audit 2024-04-18T21:38:28.367338+0000 mon.a (mon.0) 293 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:38:29.186 INFO:teuthology.orchestra.run.smithi115.stdout: 2024-04-18T21:38:29.186 INFO:teuthology.orchestra.run.smithi115.stdout:{"epoch":3,"fsid":"67f5eea4-fdcb-11ee-bc92-c7b262605968","modified":"2024-04-18T21:38:22.366531Z","created":"2024-04-18T21:35:24.880248Z","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.49:3300","nonce":0},{"type":"v1","addr":"172.21.15.49:6789","nonce":0}]},"addr":"172.21.15.49:6789/0","public_addr":"172.21.15.49:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:3300","nonce":0},{"type":"v1","addr":"172.21.15.115:6789","nonce":0}]},"addr":"172.21.15.115:6789/0","public_addr":"172.21.15.115:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:3300","nonce":0},{"type":"v1","addr":"172.21.15.80:6789","nonce":0}]},"addr":"172.21.15.80:6789/0","public_addr":"172.21.15.80:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-18T21:38:29.189 INFO:teuthology.orchestra.run.smithi115.stderr:dumped monmap epoch 3 2024-04-18T21:38:29.610 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21694]: debug 2024-04-18T21:38:29.364+0000 7f128da69700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-04-18T21:38:29.886 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-18T21:38:29.886 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph config generate-minimal-conf 2024-04-18T21:38:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21444]: audit 2024-04-18T21:38:28.881804+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21444]: audit 2024-04-18T21:38:28.889476+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21444]: audit 2024-04-18T21:38:28.899006+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21444]: cluster 2024-04-18T21:38:29.096857+0000 mgr.a (mgr.14152) 91 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21444]: audit 2024-04-18T21:38:29.186399+0000 mon.a (mon.0) 297 : audit 0 from='client.? 172.21.15.115:0/1748956325' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T21:38:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21444]: audit 2024-04-18T21:38:29.718114+0000 mon.a (mon.0) 298 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21444]: audit 2024-04-18T21:38:29.724398+0000 mon.a (mon.0) 299 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21444]: audit 2024-04-18T21:38:29.769672+0000 mon.a (mon.0) 300 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21444]: audit 2024-04-18T21:38:29.770504+0000 mon.a (mon.0) 301 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T21:38:30.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:29 smithi049 bash[21444]: audit 2024-04-18T21:38:29.771196+0000 mon.a (mon.0) 302 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:30.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:29 smithi115 bash[22345]: audit 2024-04-18T21:38:28.881804+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:29 smithi115 bash[22345]: audit 2024-04-18T21:38:28.889476+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:29 smithi115 bash[22345]: audit 2024-04-18T21:38:28.899006+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:29 smithi115 bash[22345]: cluster 2024-04-18T21:38:29.096857+0000 mgr.a (mgr.14152) 91 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:30.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:29 smithi115 bash[22345]: audit 2024-04-18T21:38:29.186399+0000 mon.a (mon.0) 297 : audit 0 from='client.? 172.21.15.115:0/1748956325' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T21:38:30.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:29 smithi115 bash[22345]: audit 2024-04-18T21:38:29.718114+0000 mon.a (mon.0) 298 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:29 smithi115 bash[22345]: audit 2024-04-18T21:38:29.724398+0000 mon.a (mon.0) 299 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:29 smithi115 bash[22345]: audit 2024-04-18T21:38:29.769672+0000 mon.a (mon.0) 300 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:30.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:29 smithi115 bash[22345]: audit 2024-04-18T21:38:29.770504+0000 mon.a (mon.0) 301 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T21:38:30.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:29 smithi115 bash[22345]: audit 2024-04-18T21:38:29.771196+0000 mon.a (mon.0) 302 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:30.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:29 smithi080 bash[22189]: audit 2024-04-18T21:38:28.881804+0000 mon.a (mon.0) 294 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:29 smithi080 bash[22189]: audit 2024-04-18T21:38:28.889476+0000 mon.a (mon.0) 295 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:29 smithi080 bash[22189]: audit 2024-04-18T21:38:28.899006+0000 mon.a (mon.0) 296 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:29 smithi080 bash[22189]: cluster 2024-04-18T21:38:29.096857+0000 mgr.a (mgr.14152) 91 : cluster 0 pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:30.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:29 smithi080 bash[22189]: audit 2024-04-18T21:38:29.186399+0000 mon.a (mon.0) 297 : audit 0 from='client.? 172.21.15.115:0/1748956325' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-18T21:38:30.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:29 smithi080 bash[22189]: audit 2024-04-18T21:38:29.718114+0000 mon.a (mon.0) 298 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:29 smithi080 bash[22189]: audit 2024-04-18T21:38:29.724398+0000 mon.a (mon.0) 299 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:30.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:29 smithi080 bash[22189]: audit 2024-04-18T21:38:29.769672+0000 mon.a (mon.0) 300 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:30.192 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:29 smithi080 bash[22189]: audit 2024-04-18T21:38:29.770504+0000 mon.a (mon.0) 301 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T21:38:30.192 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:29 smithi080 bash[22189]: audit 2024-04-18T21:38:29.771196+0000 mon.a (mon.0) 302 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:31.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:30 smithi080 bash[22189]: cephadm 2024-04-18T21:38:29.769226+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-18T21:38:31.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:30 smithi080 bash[22189]: cephadm 2024-04-18T21:38:29.772079+0000 mgr.a (mgr.14152) 93 : cephadm 1 Reconfiguring daemon mon.b on smithi080 2024-04-18T21:38:31.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:30 smithi080 bash[22189]: audit 2024-04-18T21:38:29.992028+0000 mon.a (mon.0) 303 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:31.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:30 smithi080 bash[22189]: audit 2024-04-18T21:38:29.998482+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:31.191 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:30 smithi080 bash[22189]: audit 2024-04-18T21:38:30.008574+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:31.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:30 smithi049 bash[21444]: cephadm 2024-04-18T21:38:29.769226+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-18T21:38:31.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:30 smithi049 bash[21444]: cephadm 2024-04-18T21:38:29.772079+0000 mgr.a (mgr.14152) 93 : cephadm 1 Reconfiguring daemon mon.b on smithi080 2024-04-18T21:38:31.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:30 smithi049 bash[21444]: audit 2024-04-18T21:38:29.992028+0000 mon.a (mon.0) 303 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:31.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:30 smithi049 bash[21444]: audit 2024-04-18T21:38:29.998482+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:31.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:30 smithi049 bash[21444]: audit 2024-04-18T21:38:30.008574+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:31.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:30 smithi115 bash[22345]: cephadm 2024-04-18T21:38:29.769226+0000 mgr.a (mgr.14152) 92 : cephadm 1 Reconfiguring mon.b (monmap changed)... 2024-04-18T21:38:31.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:30 smithi115 bash[22345]: cephadm 2024-04-18T21:38:29.772079+0000 mgr.a (mgr.14152) 93 : cephadm 1 Reconfiguring daemon mon.b on smithi080 2024-04-18T21:38:31.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:30 smithi115 bash[22345]: audit 2024-04-18T21:38:29.992028+0000 mon.a (mon.0) 303 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:31.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:30 smithi115 bash[22345]: audit 2024-04-18T21:38:29.998482+0000 mon.a (mon.0) 304 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:31.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:30 smithi115 bash[22345]: audit 2024-04-18T21:38:30.008574+0000 mon.a (mon.0) 305 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:32.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:32 smithi115 bash[22345]: cluster 2024-04-18T21:38:31.097157+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:32.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:32 smithi115 bash[22345]: audit 2024-04-18T21:38:31.624638+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:32.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:32 smithi115 bash[22345]: audit 2024-04-18T21:38:31.629219+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:32.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:32 smithi115 bash[22345]: cephadm 2024-04-18T21:38:31.640392+0000 mgr.a (mgr.14152) 95 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-18T21:38:32.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:32 smithi115 bash[22345]: audit 2024-04-18T21:38:31.640751+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:32.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:32 smithi115 bash[22345]: audit 2024-04-18T21:38:31.641656+0000 mon.a (mon.0) 309 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T21:38:32.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:32 smithi115 bash[22345]: audit 2024-04-18T21:38:31.642499+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:32.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:32 smithi115 bash[22345]: cephadm 2024-04-18T21:38:31.643521+0000 mgr.a (mgr.14152) 96 : cephadm 1 Reconfiguring daemon mon.c on smithi115 2024-04-18T21:38:33.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:32 smithi080 bash[22189]: cluster 2024-04-18T21:38:31.097157+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:33.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:32 smithi080 bash[22189]: audit 2024-04-18T21:38:31.624638+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:33.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:32 smithi080 bash[22189]: audit 2024-04-18T21:38:31.629219+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:33.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:32 smithi080 bash[22189]: cephadm 2024-04-18T21:38:31.640392+0000 mgr.a (mgr.14152) 95 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-18T21:38:33.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:32 smithi080 bash[22189]: audit 2024-04-18T21:38:31.640751+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:33.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:32 smithi080 bash[22189]: audit 2024-04-18T21:38:31.641656+0000 mon.a (mon.0) 309 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T21:38:33.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:32 smithi080 bash[22189]: audit 2024-04-18T21:38:31.642499+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:33.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:32 smithi080 bash[22189]: cephadm 2024-04-18T21:38:31.643521+0000 mgr.a (mgr.14152) 96 : cephadm 1 Reconfiguring daemon mon.c on smithi115 2024-04-18T21:38:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:32 smithi049 bash[21444]: cluster 2024-04-18T21:38:31.097157+0000 mgr.a (mgr.14152) 94 : cluster 0 pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:32 smithi049 bash[21444]: audit 2024-04-18T21:38:31.624638+0000 mon.a (mon.0) 306 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:32 smithi049 bash[21444]: audit 2024-04-18T21:38:31.629219+0000 mon.a (mon.0) 307 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:32 smithi049 bash[21444]: cephadm 2024-04-18T21:38:31.640392+0000 mgr.a (mgr.14152) 95 : cephadm 1 Reconfiguring mon.c (monmap changed)... 2024-04-18T21:38:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:32 smithi049 bash[21444]: audit 2024-04-18T21:38:31.640751+0000 mon.a (mon.0) 308 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-18T21:38:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:32 smithi049 bash[21444]: audit 2024-04-18T21:38:31.641656+0000 mon.a (mon.0) 309 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-18T21:38:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:32 smithi049 bash[21444]: audit 2024-04-18T21:38:31.642499+0000 mon.a (mon.0) 310 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:32 smithi049 bash[21444]: cephadm 2024-04-18T21:38:31.643521+0000 mgr.a (mgr.14152) 96 : cephadm 1 Reconfiguring daemon mon.c on smithi115 2024-04-18T21:38:34.608 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:38:34.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: cluster 2024-04-18T21:38:33.097578+0000 mgr.a (mgr.14152) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:34.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:33.620376+0000 mon.a (mon.0) 311 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:34.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:33.628152+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:34.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:33.664509+0000 mon.a (mon.0) 313 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:34.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:33.670020+0000 mon.a (mon.0) 314 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:33.671956+0000 mon.a (mon.0) 315 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: cephadm 2024-04-18T21:38:33.674735+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi049:/etc/ceph/ceph.conf 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: cephadm 2024-04-18T21:38:33.675389+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: cephadm 2024-04-18T21:38:33.675575+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:34.213135+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:34.217713+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:34.223527+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:34.228206+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:34.233089+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:34.237766+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:34.908 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:34 smithi115 bash[22345]: audit 2024-04-18T21:38:34.242782+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: cluster 2024-04-18T21:38:33.097578+0000 mgr.a (mgr.14152) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:33.620376+0000 mon.a (mon.0) 311 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:33.628152+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:33.664509+0000 mon.a (mon.0) 313 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:33.670020+0000 mon.a (mon.0) 314 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:33.671956+0000 mon.a (mon.0) 315 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: cephadm 2024-04-18T21:38:33.674735+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi049:/etc/ceph/ceph.conf 2024-04-18T21:38:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: cephadm 2024-04-18T21:38:33.675389+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T21:38:35.073 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: cephadm 2024-04-18T21:38:33.675575+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-18T21:38:35.073 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:34.213135+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.073 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:34.217713+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.073 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:34.223527+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.073 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:34.228206+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.073 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:34.233089+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.073 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:34.237766+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.073 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:34 smithi080 bash[22189]: audit 2024-04-18T21:38:34.242782+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: cluster 2024-04-18T21:38:33.097578+0000 mgr.a (mgr.14152) 97 : cluster 0 pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:33.620376+0000 mon.a (mon.0) 311 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:33.628152+0000 mon.a (mon.0) 312 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:33.664509+0000 mon.a (mon.0) 313 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:33.670020+0000 mon.a (mon.0) 314 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:33.671956+0000 mon.a (mon.0) 315 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: cephadm 2024-04-18T21:38:33.674735+0000 mgr.a (mgr.14152) 98 : cephadm 1 Updating smithi049:/etc/ceph/ceph.conf 2024-04-18T21:38:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: cephadm 2024-04-18T21:38:33.675389+0000 mgr.a (mgr.14152) 99 : cephadm 1 Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T21:38:35.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: cephadm 2024-04-18T21:38:33.675575+0000 mgr.a (mgr.14152) 100 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-18T21:38:35.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:34.213135+0000 mon.a (mon.0) 316 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:34.217713+0000 mon.a (mon.0) 317 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:34.223527+0000 mon.a (mon.0) 318 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:34.228206+0000 mon.a (mon.0) 319 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:34.233089+0000 mon.a (mon.0) 320 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:34.237766+0000 mon.a (mon.0) 321 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:34 smithi049 bash[21444]: audit 2024-04-18T21:38:34.242782+0000 mon.a (mon.0) 322 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:35.832 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:35 smithi049 bash[21444]: cephadm 2024-04-18T21:38:33.992130+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:35.832 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:35 smithi049 bash[21444]: cephadm 2024-04-18T21:38:33.992332+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:35.832 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:35 smithi049 bash[21444]: cephadm 2024-04-18T21:38:33.993098+0000 mgr.a (mgr.14152) 103 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:35.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:35 smithi115 bash[22345]: cephadm 2024-04-18T21:38:33.992130+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:35.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:35 smithi115 bash[22345]: cephadm 2024-04-18T21:38:33.992332+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:35.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:35 smithi115 bash[22345]: cephadm 2024-04-18T21:38:33.993098+0000 mgr.a (mgr.14152) 103 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:36.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:35 smithi080 bash[22189]: cephadm 2024-04-18T21:38:33.992130+0000 mgr.a (mgr.14152) 101 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:36.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:35 smithi080 bash[22189]: cephadm 2024-04-18T21:38:33.992332+0000 mgr.a (mgr.14152) 102 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:36.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:35 smithi080 bash[22189]: cephadm 2024-04-18T21:38:33.993098+0000 mgr.a (mgr.14152) 103 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:38:36.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:36 smithi115 bash[22345]: cluster 2024-04-18T21:38:35.098014+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:36.914 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:36 smithi049 bash[21444]: cluster 2024-04-18T21:38:35.098014+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:37.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:36 smithi080 bash[22189]: cluster 2024-04-18T21:38:35.098014+0000 mgr.a (mgr.14152) 104 : cluster 0 pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:37.297 INFO:teuthology.orchestra.run.smithi049.stdout:# minimal ceph.conf for 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:38:37.297 INFO:teuthology.orchestra.run.smithi049.stdout:[global] 2024-04-18T21:38:37.297 INFO:teuthology.orchestra.run.smithi049.stdout: fsid = 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:38:37.297 INFO:teuthology.orchestra.run.smithi049.stdout: mon_host = [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] 2024-04-18T21:38:37.983 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-18T21:38:37.983 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:38:37.983 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.conf 2024-04-18T21:38:37.997 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:38:37.997 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:38:38.049 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:37 smithi049 bash[21444]: audit 2024-04-18T21:38:36.768281+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:38.050 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:37 smithi049 bash[21444]: audit 2024-04-18T21:38:36.775599+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:38.050 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:37 smithi049 bash[21444]: audit 2024-04-18T21:38:36.785281+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:38.050 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:37 smithi049 bash[21444]: cluster 2024-04-18T21:38:37.098331+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:38.050 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:37 smithi049 bash[21444]: audit 2024-04-18T21:38:37.297585+0000 mon.a (mon.0) 326 : audit 0 from='client.? 172.21.15.49:0/648377355' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:38.052 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:38:38.052 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.conf 2024-04-18T21:38:38.063 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:37 smithi080 bash[22189]: audit 2024-04-18T21:38:36.768281+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:38.063 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:37 smithi080 bash[22189]: audit 2024-04-18T21:38:36.775599+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:38.063 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:37 smithi080 bash[22189]: audit 2024-04-18T21:38:36.785281+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:38.063 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:37 smithi080 bash[22189]: cluster 2024-04-18T21:38:37.098331+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:38.063 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:37 smithi080 bash[22189]: audit 2024-04-18T21:38:37.297585+0000 mon.a (mon.0) 326 : audit 0 from='client.? 172.21.15.49:0/648377355' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:38.067 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:38:38.067 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:38:38.123 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:38:38.123 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.conf 2024-04-18T21:38:38.134 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:37 smithi115 bash[22345]: audit 2024-04-18T21:38:36.768281+0000 mon.a (mon.0) 323 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:38.134 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:37 smithi115 bash[22345]: audit 2024-04-18T21:38:36.775599+0000 mon.a (mon.0) 324 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:38.135 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:37 smithi115 bash[22345]: audit 2024-04-18T21:38:36.785281+0000 mon.a (mon.0) 325 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:38.135 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:37 smithi115 bash[22345]: cluster 2024-04-18T21:38:37.098331+0000 mgr.a (mgr.14152) 105 : cluster 0 pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:38.135 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:37 smithi115 bash[22345]: audit 2024-04-18T21:38:37.297585+0000 mon.a (mon.0) 326 : audit 0 from='client.? 172.21.15.49:0/648377355' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:38.138 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:38:38.138 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:38:38.195 INFO:tasks.cephadm:Adding mgr.a on smithi049 2024-04-18T21:38:38.195 INFO:tasks.cephadm:Adding mgr.b on smithi080 2024-04-18T21:38:38.195 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph orch apply mgr '2;smithi049=a;smithi080=b' 2024-04-18T21:38:40.301 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:40 smithi115 bash[22345]: cluster 2024-04-18T21:38:39.098645+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:40.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:40 smithi080 bash[22189]: cluster 2024-04-18T21:38:39.098645+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:40.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:40 smithi049 bash[21444]: cluster 2024-04-18T21:38:39.098645+0000 mgr.a (mgr.14152) 106 : cluster 0 pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:41.937 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T21:38:42.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:42 smithi115 bash[22345]: cluster 2024-04-18T21:38:41.099047+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:42.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:42 smithi080 bash[22189]: cluster 2024-04-18T21:38:41.099047+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:42.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:42 smithi049 bash[21444]: cluster 2024-04-18T21:38:41.099047+0000 mgr.a (mgr.14152) 107 : cluster 0 pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:44.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:44 smithi115 bash[22345]: cluster 2024-04-18T21:38:43.099448+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:44.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:44 smithi080 bash[22189]: cluster 2024-04-18T21:38:43.099448+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:44.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:44 smithi049 bash[21444]: cluster 2024-04-18T21:38:43.099448+0000 mgr.a (mgr.14152) 108 : cluster 0 pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:45.014 INFO:teuthology.orchestra.run.smithi115.stdout:Scheduled mgr update... 2024-04-18T21:38:45.708 DEBUG:teuthology.orchestra.run.smithi080:mgr.b> sudo journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mgr.b.service 2024-04-18T21:38:45.711 INFO:tasks.cephadm:Deploying OSDs... 2024-04-18T21:38:45.711 DEBUG:teuthology.orchestra.run.smithi049:> set -ex 2024-04-18T21:38:45.711 DEBUG:teuthology.orchestra.run.smithi049:> dd if=/scratch_devs of=/dev/stdout 2024-04-18T21:38:45.717 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-04-18T21:38:45.718 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_1 2024-04-18T21:38:45.765 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-18T21:38:45.765 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:45.765 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-04-18T21:38:45.766 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:45.766 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-04-18 21:28:55.292467992 +0000 2024-04-18T21:38:45.766 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-04-18 21:28:55.020470421 +0000 2024-04-18T21:38:45.766 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-04-18 21:28:55.024470386 +0000 2024-04-18T21:38:45.766 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-04-18T21:38:45.766 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-18T21:38:45.820 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-04-18T21:38:45.820 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-04-18T21:38:45.820 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000339901 s, 1.5 MB/s 2024-04-18T21:38:45.822 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-18T21:38:45.871 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_2 2024-04-18T21:38:45.917 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-18T21:38:45.917 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:45.917 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-04-18T21:38:45.917 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:45.917 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-04-18 21:28:55.792463525 +0000 2024-04-18T21:38:45.917 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-04-18 21:28:55.540465777 +0000 2024-04-18T21:38:45.917 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-04-18 21:28:55.540465777 +0000 2024-04-18T21:38:45.918 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-04-18T21:38:45.918 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-18T21:38:45.972 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-04-18T21:38:45.972 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-04-18T21:38:45.972 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000266583 s, 1.9 MB/s 2024-04-18T21:38:45.973 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-18T21:38:46.024 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_3 2024-04-18T21:38:46.074 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-18T21:38:46.074 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:46.074 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-04-18T21:38:46.074 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:46.074 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-04-18 21:28:56.296459024 +0000 2024-04-18T21:38:46.074 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-04-18 21:28:56.048461239 +0000 2024-04-18T21:38:46.074 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-04-18 21:28:56.048461239 +0000 2024-04-18T21:38:46.074 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-04-18T21:38:46.074 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-18T21:38:46.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: audit 2024-04-18T21:38:45.004630+0000 mgr.a (mgr.14152) 109 : audit 0 from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi049=a;smithi080=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:38:46.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: cephadm 2024-04-18T21:38:45.008307+0000 mgr.a (mgr.14152) 110 : cephadm 1 Saving service mgr spec with placement smithi049=a;smithi080=b;count:2 2024-04-18T21:38:46.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: audit 2024-04-18T21:38:45.014954+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:46.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: audit 2024-04-18T21:38:45.036496+0000 mon.a (mon.0) 328 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:46.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: audit 2024-04-18T21:38:45.042318+0000 mon.a (mon.0) 329 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:46.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: audit 2024-04-18T21:38:45.044193+0000 mon.a (mon.0) 330 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:46.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: audit 2024-04-18T21:38:45.053798+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:46.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: audit 2024-04-18T21:38:45.058390+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T21:38:46.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: audit 2024-04-18T21:38:45.061293+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-18T21:38:46.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: audit 2024-04-18T21:38:45.065875+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T21:38:46.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: audit 2024-04-18T21:38:45.067783+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:46.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: cephadm 2024-04-18T21:38:45.069778+0000 mgr.a (mgr.14152) 111 : cephadm 1 Deploying daemon mgr.b on smithi080 2024-04-18T21:38:46.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:46 smithi049 bash[21444]: cluster 2024-04-18T21:38:45.099879+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:46.123 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-04-18T21:38:46.123 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-04-18T21:38:46.124 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.00026513 s, 1.9 MB/s 2024-04-18T21:38:46.124 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-18T21:38:46.180 DEBUG:teuthology.orchestra.run.smithi049:> stat /dev/vg_nvme/lv_4 2024-04-18T21:38:46.229 INFO:teuthology.orchestra.run.smithi049.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-18T21:38:46.229 INFO:teuthology.orchestra.run.smithi049.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:46.229 INFO:teuthology.orchestra.run.smithi049.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-04-18T21:38:46.229 INFO:teuthology.orchestra.run.smithi049.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:46.229 INFO:teuthology.orchestra.run.smithi049.stdout:Access: 2024-04-18 21:28:56.796454558 +0000 2024-04-18T21:38:46.229 INFO:teuthology.orchestra.run.smithi049.stdout:Modify: 2024-04-18 21:28:56.528456952 +0000 2024-04-18T21:38:46.229 INFO:teuthology.orchestra.run.smithi049.stdout:Change: 2024-04-18 21:28:56.528456952 +0000 2024-04-18T21:38:46.229 INFO:teuthology.orchestra.run.smithi049.stdout: Birth: - 2024-04-18T21:38:46.230 DEBUG:teuthology.orchestra.run.smithi049:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-18T21:38:46.284 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records in 2024-04-18T21:38:46.284 INFO:teuthology.orchestra.run.smithi049.stderr:1+0 records out 2024-04-18T21:38:46.284 INFO:teuthology.orchestra.run.smithi049.stderr:512 bytes copied, 0.000303629 s, 1.7 MB/s 2024-04-18T21:38:46.285 DEBUG:teuthology.orchestra.run.smithi049:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-18T21:38:46.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: audit 2024-04-18T21:38:45.004630+0000 mgr.a (mgr.14152) 109 : audit 0 from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi049=a;smithi080=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:38:46.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: cephadm 2024-04-18T21:38:45.008307+0000 mgr.a (mgr.14152) 110 : cephadm 1 Saving service mgr spec with placement smithi049=a;smithi080=b;count:2 2024-04-18T21:38:46.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: audit 2024-04-18T21:38:45.014954+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:46.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: audit 2024-04-18T21:38:45.036496+0000 mon.a (mon.0) 328 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:46.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: audit 2024-04-18T21:38:45.042318+0000 mon.a (mon.0) 329 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:46.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: audit 2024-04-18T21:38:45.044193+0000 mon.a (mon.0) 330 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:46.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: audit 2024-04-18T21:38:45.053798+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:46.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: audit 2024-04-18T21:38:45.058390+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T21:38:46.323 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: audit 2024-04-18T21:38:45.061293+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-18T21:38:46.323 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: audit 2024-04-18T21:38:45.065875+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T21:38:46.323 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: audit 2024-04-18T21:38:45.067783+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:46.323 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: cephadm 2024-04-18T21:38:45.069778+0000 mgr.a (mgr.14152) 111 : cephadm 1 Deploying daemon mgr.b on smithi080 2024-04-18T21:38:46.323 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:46 smithi080 bash[22189]: cluster 2024-04-18T21:38:45.099879+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:46.334 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2024-04-18T21:38:46.334 DEBUG:teuthology.orchestra.run.smithi080:> dd if=/scratch_devs of=/dev/stdout 2024-04-18T21:38:46.340 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-04-18T21:38:46.340 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_1 2024-04-18T21:38:46.391 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-18T21:38:46.391 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:46.391 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 5h/5d Inode: 872 Links: 1 2024-04-18T21:38:46.391 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:46.392 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-04-18 21:28:52.380046977 +0000 2024-04-18T21:38:46.392 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-04-18 21:28:52.116049332 +0000 2024-04-18T21:38:46.392 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-04-18 21:28:52.116049332 +0000 2024-04-18T21:38:46.392 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-04-18T21:38:46.392 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: audit 2024-04-18T21:38:45.004630+0000 mgr.a (mgr.14152) 109 : audit 0 from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi049=a;smithi080=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: cephadm 2024-04-18T21:38:45.008307+0000 mgr.a (mgr.14152) 110 : cephadm 1 Saving service mgr spec with placement smithi049=a;smithi080=b;count:2 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: audit 2024-04-18T21:38:45.014954+0000 mon.a (mon.0) 327 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: audit 2024-04-18T21:38:45.036496+0000 mon.a (mon.0) 328 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: audit 2024-04-18T21:38:45.042318+0000 mon.a (mon.0) 329 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: audit 2024-04-18T21:38:45.044193+0000 mon.a (mon.0) 330 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: audit 2024-04-18T21:38:45.053798+0000 mon.a (mon.0) 331 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: audit 2024-04-18T21:38:45.058390+0000 mon.a (mon.0) 332 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: audit 2024-04-18T21:38:45.061293+0000 mon.a (mon.0) 333 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: audit 2024-04-18T21:38:45.065875+0000 mon.a (mon.0) 334 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: audit 2024-04-18T21:38:45.067783+0000 mon.a (mon.0) 335 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: cephadm 2024-04-18T21:38:45.069778+0000 mgr.a (mgr.14152) 111 : cephadm 1 Deploying daemon mgr.b on smithi080 2024-04-18T21:38:46.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:46 smithi115 bash[22345]: cluster 2024-04-18T21:38:45.099879+0000 mgr.a (mgr.14152) 112 : cluster 0 pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:46.446 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-04-18T21:38:46.446 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-04-18T21:38:46.446 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000330876 s, 1.5 MB/s 2024-04-18T21:38:46.447 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-18T21:38:46.496 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_2 2024-04-18T21:38:46.543 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-18T21:38:46.543 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:46.543 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-18T21:38:46.543 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:46.543 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-04-18 21:28:52.600045014 +0000 2024-04-18T21:38:46.543 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-04-18 21:28:52.596045049 +0000 2024-04-18T21:38:46.543 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-04-18 21:28:52.596045049 +0000 2024-04-18T21:38:46.543 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-04-18T21:38:46.544 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-18T21:38:46.598 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-04-18T21:38:46.599 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-04-18T21:38:46.599 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000468341 s, 1.1 MB/s 2024-04-18T21:38:46.600 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-18T21:38:46.648 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_3 2024-04-18T21:38:46.694 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-18T21:38:46.694 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:46.694 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-04-18T21:38:46.694 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:46.694 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-04-18 21:28:53.364038198 +0000 2024-04-18T21:38:46.695 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-04-18 21:28:53.116040411 +0000 2024-04-18T21:38:46.695 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-04-18 21:28:53.116040411 +0000 2024-04-18T21:38:46.695 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-04-18T21:38:46.695 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-18T21:38:46.747 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-04-18T21:38:46.747 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-04-18T21:38:46.747 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000258757 s, 2.0 MB/s 2024-04-18T21:38:46.748 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-18T21:38:46.795 DEBUG:teuthology.orchestra.run.smithi080:> stat /dev/vg_nvme/lv_4 2024-04-18T21:38:46.846 INFO:teuthology.orchestra.run.smithi080.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-18T21:38:46.846 INFO:teuthology.orchestra.run.smithi080.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:46.846 INFO:teuthology.orchestra.run.smithi080.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-04-18T21:38:46.846 INFO:teuthology.orchestra.run.smithi080.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:46.846 INFO:teuthology.orchestra.run.smithi080.stdout:Access: 2024-04-18 21:28:53.816034167 +0000 2024-04-18T21:38:46.846 INFO:teuthology.orchestra.run.smithi080.stdout:Modify: 2024-04-18 21:28:53.572036343 +0000 2024-04-18T21:38:46.846 INFO:teuthology.orchestra.run.smithi080.stdout:Change: 2024-04-18 21:28:53.572036343 +0000 2024-04-18T21:38:46.847 INFO:teuthology.orchestra.run.smithi080.stdout: Birth: - 2024-04-18T21:38:46.847 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-18T21:38:46.898 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records in 2024-04-18T21:38:46.898 INFO:teuthology.orchestra.run.smithi080.stderr:1+0 records out 2024-04-18T21:38:46.899 INFO:teuthology.orchestra.run.smithi080.stderr:512 bytes copied, 0.000223498 s, 2.3 MB/s 2024-04-18T21:38:46.899 DEBUG:teuthology.orchestra.run.smithi080:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-18T21:38:46.948 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2024-04-18T21:38:46.948 DEBUG:teuthology.orchestra.run.smithi115:> dd if=/scratch_devs of=/dev/stdout 2024-04-18T21:38:46.954 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-04-18T21:38:46.954 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_1 2024-04-18T21:38:47.003 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-18T21:38:47.003 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:47.003 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-04-18T21:38:47.003 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:47.003 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-18 21:28:52.075893057 +0000 2024-04-18T21:38:47.003 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-18 21:28:51.815895379 +0000 2024-04-18T21:38:47.003 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-18 21:28:51.815895379 +0000 2024-04-18T21:38:47.004 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-18T21:38:47.004 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-18T21:38:47.057 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-18T21:38:47.057 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-18T21:38:47.057 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.00044187 s, 1.2 MB/s 2024-04-18T21:38:47.059 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-18T21:38:47.108 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_2 2024-04-18T21:38:47.155 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-18T21:38:47.155 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:47.155 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 891 Links: 1 2024-04-18T21:38:47.155 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:47.155 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-18 21:28:52.551888804 +0000 2024-04-18T21:38:47.155 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-18 21:28:52.303891019 +0000 2024-04-18T21:38:47.155 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-18 21:28:52.303891019 +0000 2024-04-18T21:38:47.155 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-18T21:38:47.155 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-18T21:38:47.209 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-18T21:38:47.209 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-18T21:38:47.210 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000362629 s, 1.4 MB/s 2024-04-18T21:38:47.211 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-18T21:38:47.260 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_3 2024-04-18T21:38:47.306 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-18T21:38:47.306 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:47.306 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-04-18T21:38:47.306 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:47.307 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-18 21:28:53.063884232 +0000 2024-04-18T21:38:47.307 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-18 21:28:52.807886518 +0000 2024-04-18T21:38:47.307 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-18 21:28:52.807886518 +0000 2024-04-18T21:38:47.307 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-18T21:38:47.307 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-18T21:38:47.361 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-18T21:38:47.361 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-18T21:38:47.361 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000431727 s, 1.2 MB/s 2024-04-18T21:38:47.362 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-18T21:38:47.411 DEBUG:teuthology.orchestra.run.smithi115:> stat /dev/vg_nvme/lv_4 2024-04-18T21:38:47.458 INFO:teuthology.orchestra.run.smithi115.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-18T21:38:47.458 INFO:teuthology.orchestra.run.smithi115.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-18T21:38:47.459 INFO:teuthology.orchestra.run.smithi115.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-04-18T21:38:47.459 INFO:teuthology.orchestra.run.smithi115.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-18T21:38:47.459 INFO:teuthology.orchestra.run.smithi115.stdout:Access: 2024-04-18 21:28:53.551879873 +0000 2024-04-18T21:38:47.459 INFO:teuthology.orchestra.run.smithi115.stdout:Modify: 2024-04-18 21:28:53.287882231 +0000 2024-04-18T21:38:47.459 INFO:teuthology.orchestra.run.smithi115.stdout:Change: 2024-04-18 21:28:53.287882231 +0000 2024-04-18T21:38:47.459 INFO:teuthology.orchestra.run.smithi115.stdout: Birth: - 2024-04-18T21:38:47.459 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-18T21:38:47.513 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records in 2024-04-18T21:38:47.513 INFO:teuthology.orchestra.run.smithi115.stderr:1+0 records out 2024-04-18T21:38:47.513 INFO:teuthology.orchestra.run.smithi115.stderr:512 bytes copied, 0.000366702 s, 1.4 MB/s 2024-04-18T21:38:47.515 DEBUG:teuthology.orchestra.run.smithi115:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-18T21:38:47.563 INFO:tasks.cephadm:Deploying osd.0 on smithi049 with /dev/vg_nvme/lv_4... 2024-04-18T21:38:47.563 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-18T21:38:47.747 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:47 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:38:48.036 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:47 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:38:48.037 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:47 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:38:48.037 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:47 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:38:48.037 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:47 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:38:48.037 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:47 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:38:48.037 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:47 smithi080 systemd[1]: Started Ceph mgr.b for 67f5eea4-fdcb-11ee-bc92-c7b262605968. 2024-04-18T21:38:48.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:48 smithi080 bash[22189]: cluster 2024-04-18T21:38:47.100343+0000 mgr.a (mgr.14152) 113 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:48.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:48 smithi080 bash[22189]: audit 2024-04-18T21:38:48.040804+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:48 smithi080 bash[22189]: audit 2024-04-18T21:38:48.048452+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:48 smithi080 bash[22189]: audit 2024-04-18T21:38:48.097979+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:48 smithi080 bash[22189]: audit 2024-04-18T21:38:48.104594+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:48 smithi115 bash[22345]: cluster 2024-04-18T21:38:47.100343+0000 mgr.a (mgr.14152) 113 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:48.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:48 smithi115 bash[22345]: audit 2024-04-18T21:38:48.040804+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:48 smithi115 bash[22345]: audit 2024-04-18T21:38:48.048452+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:48 smithi115 bash[22345]: audit 2024-04-18T21:38:48.097979+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:48 smithi115 bash[22345]: audit 2024-04-18T21:38:48.104594+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:48 smithi049 bash[21444]: cluster 2024-04-18T21:38:47.100343+0000 mgr.a (mgr.14152) 113 : cluster 0 pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:48.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:48 smithi049 bash[21444]: audit 2024-04-18T21:38:48.040804+0000 mon.a (mon.0) 336 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:48 smithi049 bash[21444]: audit 2024-04-18T21:38:48.048452+0000 mon.a (mon.0) 337 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:48 smithi049 bash[21444]: audit 2024-04-18T21:38:48.097979+0000 mon.a (mon.0) 338 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:48.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:48 smithi049 bash[21444]: audit 2024-04-18T21:38:48.104594+0000 mon.a (mon.0) 339 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.431 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[23249]: debug 2024-04-18T21:38:49.282+0000 7f6e50035700 1 -- 172.21.15.80:0/3845135720 <== mon.2 v2:172.21.15.80:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55835e4025a0 con 0x55835f182800 2024-04-18T21:38:49.431 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[23249]: debug 2024-04-18T21:38:49.426+0000 7f6e5a23d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T21:38:49.431 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:48.206484+0000 mon.a (mon.0) 340 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:49.431 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:48.209205+0000 mon.a (mon.0) 341 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:49.431 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:48.209928+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:49.431 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:48.214683+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.431 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: cephadm 2024-04-18T21:38:48.215102+0000 mgr.a (mgr.14152) 114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:38:49.431 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: cephadm 2024-04-18T21:38:48.295464+0000 mgr.a (mgr.14152) 115 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-18T21:38:49.431 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:48.295849+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T21:38:49.432 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:48.296714+0000 mon.a (mon.0) 345 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T21:38:49.432 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:48.297500+0000 mon.a (mon.0) 346 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:49.432 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: cephadm 2024-04-18T21:38:48.298425+0000 mgr.a (mgr.14152) 116 : cephadm 1 Reconfiguring daemon mgr.a on smithi049 2024-04-18T21:38:49.432 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:48.563711+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.432 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:48.570833+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.432 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:48.580575+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.432 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:49 smithi080 bash[22189]: audit 2024-04-18T21:38:49.074299+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.509 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:48.206484+0000 mon.a (mon.0) 340 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:49.509 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:48.209205+0000 mon.a (mon.0) 341 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:49.509 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:48.209928+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:49.509 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:48.214683+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.509 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: cephadm 2024-04-18T21:38:48.215102+0000 mgr.a (mgr.14152) 114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:38:49.509 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: cephadm 2024-04-18T21:38:48.295464+0000 mgr.a (mgr.14152) 115 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-18T21:38:49.509 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:48.295849+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T21:38:49.509 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:48.296714+0000 mon.a (mon.0) 345 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T21:38:49.509 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:48.297500+0000 mon.a (mon.0) 346 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:49.509 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: cephadm 2024-04-18T21:38:48.298425+0000 mgr.a (mgr.14152) 116 : cephadm 1 Reconfiguring daemon mgr.a on smithi049 2024-04-18T21:38:49.510 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:48.563711+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.510 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:48.570833+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.510 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:48.580575+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.510 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:49 smithi049 bash[21444]: audit 2024-04-18T21:38:49.074299+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:48.206484+0000 mon.a (mon.0) 340 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:49.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:48.209205+0000 mon.a (mon.0) 341 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:49.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:48.209928+0000 mon.a (mon.0) 342 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:49.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:48.214683+0000 mon.a (mon.0) 343 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: cephadm 2024-04-18T21:38:48.215102+0000 mgr.a (mgr.14152) 114 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:38:49.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: cephadm 2024-04-18T21:38:48.295464+0000 mgr.a (mgr.14152) 115 : cephadm 1 Reconfiguring mgr.a (unknown last config time)... 2024-04-18T21:38:49.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:48.295849+0000 mon.a (mon.0) 344 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-18T21:38:49.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:48.296714+0000 mon.a (mon.0) 345 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-18T21:38:49.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:48.297500+0000 mon.a (mon.0) 346 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:49.658 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: cephadm 2024-04-18T21:38:48.298425+0000 mgr.a (mgr.14152) 116 : cephadm 1 Reconfiguring daemon mgr.a on smithi049 2024-04-18T21:38:49.658 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:48.563711+0000 mon.a (mon.0) 347 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.658 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:48.570833+0000 mon.a (mon.0) 348 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.658 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:48.580575+0000 mon.a (mon.0) 349 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:49.658 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:49 smithi115 bash[22345]: audit 2024-04-18T21:38:49.074299+0000 mon.a (mon.0) 350 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:50.540 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:50 smithi080 bash[22189]: cluster 2024-04-18T21:38:49.100819+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:50.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:50 smithi049 bash[21444]: cluster 2024-04-18T21:38:49.100819+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:50.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:50 smithi115 bash[22345]: cluster 2024-04-18T21:38:49.100819+0000 mgr.a (mgr.14152) 117 : cluster 0 pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:51.298 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[23249]: debug 2024-04-18T21:38:51.038+0000 7f6e5a23d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T21:38:51.298 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[23249]: debug 2024-04-18T21:38:51.138+0000 7f6e5a23d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T21:38:51.571 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[23249]: debug 2024-04-18T21:38:51.394+0000 7f6e5a23d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T21:38:52.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[22189]: audit 2024-04-18T21:38:50.814677+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:52.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[22189]: audit 2024-04-18T21:38:50.820189+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:52.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[22189]: audit 2024-04-18T21:38:50.822999+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:52.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[22189]: audit 2024-04-18T21:38:50.827311+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:52.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[22189]: audit 2024-04-18T21:38:50.828571+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:52.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[22189]: audit 2024-04-18T21:38:50.834859+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:52.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[22189]: cephadm 2024-04-18T21:38:50.835454+0000 mgr.a (mgr.14152) 118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:38:52.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:51 smithi080 bash[22189]: cluster 2024-04-18T21:38:51.101261+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:51 smithi049 bash[21444]: audit 2024-04-18T21:38:50.814677+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:51 smithi049 bash[21444]: audit 2024-04-18T21:38:50.820189+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:51 smithi049 bash[21444]: audit 2024-04-18T21:38:50.822999+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:51 smithi049 bash[21444]: audit 2024-04-18T21:38:50.827311+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:51 smithi049 bash[21444]: audit 2024-04-18T21:38:50.828571+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:51 smithi049 bash[21444]: audit 2024-04-18T21:38:50.834859+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:51 smithi049 bash[21444]: cephadm 2024-04-18T21:38:50.835454+0000 mgr.a (mgr.14152) 118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:38:52.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:51 smithi049 bash[21444]: cluster 2024-04-18T21:38:51.101261+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:52.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:51 smithi115 bash[22345]: audit 2024-04-18T21:38:50.814677+0000 mon.a (mon.0) 351 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:52.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:51 smithi115 bash[22345]: audit 2024-04-18T21:38:50.820189+0000 mon.a (mon.0) 352 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:52.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:51 smithi115 bash[22345]: audit 2024-04-18T21:38:50.822999+0000 mon.a (mon.0) 353 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:52.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:51 smithi115 bash[22345]: audit 2024-04-18T21:38:50.827311+0000 mon.a (mon.0) 354 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:52.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:51 smithi115 bash[22345]: audit 2024-04-18T21:38:50.828571+0000 mon.a (mon.0) 355 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:52.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:51 smithi115 bash[22345]: audit 2024-04-18T21:38:50.834859+0000 mon.a (mon.0) 356 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:52.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:51 smithi115 bash[22345]: cephadm 2024-04-18T21:38:50.835454+0000 mgr.a (mgr.14152) 118 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:38:52.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:51 smithi115 bash[22345]: cluster 2024-04-18T21:38:51.101261+0000 mgr.a (mgr.14152) 119 : cluster 0 pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:52.571 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:52 smithi080 bash[23249]: debug 2024-04-18T21:38:52.198+0000 7f6e5a23d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T21:38:52.571 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:52 smithi080 bash[23249]: debug 2024-04-18T21:38:52.306+0000 7f6e5a23d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T21:38:52.571 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:52 smithi080 bash[23249]: debug 2024-04-18T21:38:52.410+0000 7f6e5a23d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T21:38:52.994 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:52 smithi080 bash[23249]: debug 2024-04-18T21:38:52.766+0000 7f6e5a23d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T21:38:52.994 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:52 smithi080 bash[23249]: debug 2024-04-18T21:38:52.882+0000 7f6e5a23d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T21:38:53.321 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:52 smithi080 bash[23249]: debug 2024-04-18T21:38:52.990+0000 7f6e5a23d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T21:38:53.615 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:53 smithi080 bash[22189]: audit 2024-04-18T21:38:52.460991+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:53.615 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:53 smithi080 bash[23249]: debug 2024-04-18T21:38:53.362+0000 7f6e5a23d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T21:38:53.803 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:38:53.825 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:53 smithi049 bash[21444]: audit 2024-04-18T21:38:52.460991+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:53.880 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:53 smithi080 bash[23249]: debug 2024-04-18T21:38:53.618+0000 7f6e5a23d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T21:38:53.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:53 smithi115 bash[22345]: audit 2024-04-18T21:38:52.460991+0000 mon.a (mon.0) 357 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:54.288 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:53 smithi080 bash[23249]: debug 2024-04-18T21:38:53.878+0000 7f6e5a23d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T21:38:54.288 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:54 smithi080 bash[23249]: debug 2024-04-18T21:38:54.002+0000 7f6e5a23d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T21:38:54.288 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:54 smithi080 bash[23249]: debug 2024-04-18T21:38:54.286+0000 7f6e5a23d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T21:38:54.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:54 smithi049 bash[21444]: cluster 2024-04-18T21:38:53.101709+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:54.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:54 smithi049 bash[21444]: audit 2024-04-18T21:38:53.614833+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:54.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:54 smithi049 bash[21444]: audit 2024-04-18T21:38:54.110523+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:54.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:54 smithi115 bash[22345]: cluster 2024-04-18T21:38:53.101709+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:54.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:54 smithi115 bash[22345]: audit 2024-04-18T21:38:53.614833+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:54.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:54 smithi115 bash[22345]: audit 2024-04-18T21:38:54.110523+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:54.934 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:54 smithi080 bash[23249]: debug 2024-04-18T21:38:54.694+0000 7f6e5a23d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:38:54.934 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:54 smithi080 bash[22189]: cluster 2024-04-18T21:38:53.101709+0000 mgr.a (mgr.14152) 120 : cluster 0 pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:54.934 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:54 smithi080 bash[22189]: audit 2024-04-18T21:38:53.614833+0000 mon.a (mon.0) 358 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:54.935 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:54 smithi080 bash[22189]: audit 2024-04-18T21:38:54.110523+0000 mon.a (mon.0) 359 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:55.269 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:54 smithi080 bash[23249]: debug 2024-04-18T21:38:54.930+0000 7f6e5a23d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T21:38:55.269 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:55 smithi080 bash[23249]: debug 2024-04-18T21:38:55.050+0000 7f6e5a23d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T21:38:55.571 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:55 smithi080 bash[23249]: debug 2024-04-18T21:38:55.298+0000 7f6e5a23d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:38:56.571 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[23249]: debug 2024-04-18T21:38:56.298+0000 7f6e5a23d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T21:38:56.571 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[23249]: debug 2024-04-18T21:38:56.410+0000 7f6e5a23d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T21:38:56.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[22189]: cluster 2024-04-18T21:38:55.102142+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:56.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[22189]: audit 2024-04-18T21:38:55.432182+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[22189]: audit 2024-04-18T21:38:55.439463+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[22189]: audit 2024-04-18T21:38:55.447077+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[22189]: audit 2024-04-18T21:38:55.463314+0000 mon.a (mon.0) 363 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:56.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[22189]: audit 2024-04-18T21:38:55.468668+0000 mon.a (mon.0) 364 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:56.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[22189]: audit 2024-04-18T21:38:55.470276+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:56.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[22189]: audit 2024-04-18T21:38:55.478610+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.682 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-18T21:38:56.682 INFO:teuthology.orchestra.run.smithi049.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-18T21:38:56.682 INFO:teuthology.orchestra.run.smithi049.stderr: stderr: 10+0 records in 2024-04-18T21:38:56.682 INFO:teuthology.orchestra.run.smithi049.stderr:10+0 records out 2024-04-18T21:38:56.682 INFO:teuthology.orchestra.run.smithi049.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.012319 s, 851 MB/s 2024-04-18T21:38:56.682 INFO:teuthology.orchestra.run.smithi049.stderr:--> Zapping successful for: 2024-04-18T21:38:56.734 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:56 smithi049 bash[21444]: cluster 2024-04-18T21:38:55.102142+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:56.734 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:56 smithi049 bash[21444]: audit 2024-04-18T21:38:55.432182+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.734 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:56 smithi049 bash[21444]: audit 2024-04-18T21:38:55.439463+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.734 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:56 smithi049 bash[21444]: audit 2024-04-18T21:38:55.447077+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.734 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:56 smithi049 bash[21444]: audit 2024-04-18T21:38:55.463314+0000 mon.a (mon.0) 363 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:56.734 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:56 smithi049 bash[21444]: audit 2024-04-18T21:38:55.468668+0000 mon.a (mon.0) 364 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:56.734 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:56 smithi049 bash[21444]: audit 2024-04-18T21:38:55.470276+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:56.734 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:56 smithi049 bash[21444]: audit 2024-04-18T21:38:55.478610+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:56 smithi115 bash[22345]: cluster 2024-04-18T21:38:55.102142+0000 mgr.a (mgr.14152) 121 : cluster 0 pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:56.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:56 smithi115 bash[22345]: audit 2024-04-18T21:38:55.432182+0000 mon.a (mon.0) 360 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:56 smithi115 bash[22345]: audit 2024-04-18T21:38:55.439463+0000 mon.a (mon.0) 361 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:56 smithi115 bash[22345]: audit 2024-04-18T21:38:55.447077+0000 mon.a (mon.0) 362 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:56.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:56 smithi115 bash[22345]: audit 2024-04-18T21:38:55.463314+0000 mon.a (mon.0) 363 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:38:56.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:56 smithi115 bash[22345]: audit 2024-04-18T21:38:55.468668+0000 mon.a (mon.0) 364 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:38:56.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:56 smithi115 bash[22345]: audit 2024-04-18T21:38:55.470276+0000 mon.a (mon.0) 365 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:38:56.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:56 smithi115 bash[22345]: audit 2024-04-18T21:38:55.478610+0000 mon.a (mon.0) 366 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:57.071 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[23249]: debug 2024-04-18T21:38:56.702+0000 7f6e5a23d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T21:38:57.071 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:56 smithi080 bash[23249]: debug 2024-04-18T21:38:56.814+0000 7f6e5a23d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T21:38:57.421 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi049:vg_nvme/lv_4 2024-04-18T21:38:57.571 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[23249]: debug 2024-04-18T21:38:57.262+0000 7f6e5a23d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T21:38:57.571 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[23249]: debug 2024-04-18T21:38:57.378+0000 7f6e5a23d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T21:38:58.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[22189]: audit 2024-04-18T21:38:56.925086+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:58.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[22189]: audit 2024-04-18T21:38:56.931464+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:58.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[22189]: audit 2024-04-18T21:38:56.936879+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:58.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[22189]: cluster 2024-04-18T21:38:57.102581+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:58.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[22189]: cluster 2024-04-18T21:38:57.407927+0000 mon.a (mon.0) 370 : cluster 0 Standby manager daemon b started 2024-04-18T21:38:58.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[22189]: audit 2024-04-18T21:38:57.410475+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T21:38:58.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[22189]: audit 2024-04-18T21:38:57.411224+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T21:38:58.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[22189]: audit 2024-04-18T21:38:57.412533+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T21:38:58.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:57 smithi080 bash[22189]: audit 2024-04-18T21:38:57.413088+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T21:38:58.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:57 smithi049 bash[21444]: audit 2024-04-18T21:38:56.925086+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:58.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:57 smithi049 bash[21444]: audit 2024-04-18T21:38:56.931464+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:58.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:57 smithi049 bash[21444]: audit 2024-04-18T21:38:56.936879+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:58.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:57 smithi049 bash[21444]: cluster 2024-04-18T21:38:57.102581+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:58.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:57 smithi049 bash[21444]: cluster 2024-04-18T21:38:57.407927+0000 mon.a (mon.0) 370 : cluster 0 Standby manager daemon b started 2024-04-18T21:38:58.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:57 smithi049 bash[21444]: audit 2024-04-18T21:38:57.410475+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T21:38:58.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:57 smithi049 bash[21444]: audit 2024-04-18T21:38:57.411224+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T21:38:58.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:57 smithi049 bash[21444]: audit 2024-04-18T21:38:57.412533+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T21:38:58.362 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:57 smithi049 bash[21444]: audit 2024-04-18T21:38:57.413088+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T21:38:58.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:57 smithi115 bash[22345]: audit 2024-04-18T21:38:56.925086+0000 mon.a (mon.0) 367 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:58.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:57 smithi115 bash[22345]: audit 2024-04-18T21:38:56.931464+0000 mon.a (mon.0) 368 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:58.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:57 smithi115 bash[22345]: audit 2024-04-18T21:38:56.936879+0000 mon.a (mon.0) 369 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:38:58.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:57 smithi115 bash[22345]: cluster 2024-04-18T21:38:57.102581+0000 mgr.a (mgr.14152) 122 : cluster 0 pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:38:58.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:57 smithi115 bash[22345]: cluster 2024-04-18T21:38:57.407927+0000 mon.a (mon.0) 370 : cluster 0 Standby manager daemon b started 2024-04-18T21:38:58.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:57 smithi115 bash[22345]: audit 2024-04-18T21:38:57.410475+0000 mon.b (mon.2) 2 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T21:38:58.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:57 smithi115 bash[22345]: audit 2024-04-18T21:38:57.411224+0000 mon.b (mon.2) 3 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T21:38:58.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:57 smithi115 bash[22345]: audit 2024-04-18T21:38:57.412533+0000 mon.b (mon.2) 4 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T21:38:58.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:57 smithi115 bash[22345]: audit 2024-04-18T21:38:57.413088+0000 mon.b (mon.2) 5 : audit 0 from='mgr.? 172.21.15.80:0/2802452875' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T21:38:59.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:58 smithi080 bash[22189]: cluster 2024-04-18T21:38:57.954681+0000 mon.a (mon.0) 371 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-18T21:38:59.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:58 smithi080 bash[22189]: audit 2024-04-18T21:38:57.954962+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T21:38:59.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:58 smithi049 bash[21444]: cluster 2024-04-18T21:38:57.954681+0000 mon.a (mon.0) 371 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-18T21:38:59.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:58 smithi049 bash[21444]: audit 2024-04-18T21:38:57.954962+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T21:38:59.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:58 smithi115 bash[22345]: cluster 2024-04-18T21:38:57.954681+0000 mon.a (mon.0) 371 : cluster 0 mgrmap e14: a(active, since 2m), standbys: b 2024-04-18T21:38:59.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:58 smithi115 bash[22345]: audit 2024-04-18T21:38:57.954962+0000 mon.a (mon.0) 372 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T21:39:00.289 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:38:59 smithi115 bash[22345]: cluster 2024-04-18T21:38:59.103006+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:00.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:38:59 smithi080 bash[22189]: cluster 2024-04-18T21:38:59.103006+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:00.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:38:59 smithi049 bash[21444]: cluster 2024-04-18T21:38:59.103006+0000 mgr.a (mgr.14152) 123 : cluster 0 pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:02.139 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:39:02.430 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:02 smithi115 bash[22345]: cluster 2024-04-18T21:39:01.103437+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:02.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:02 smithi080 bash[22189]: cluster 2024-04-18T21:39:01.103437+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:02.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:02 smithi049 bash[21444]: cluster 2024-04-18T21:39:01.103437+0000 mgr.a (mgr.14152) 124 : cluster 0 pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:04.548 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:04 smithi049 bash[21444]: cluster 2024-04-18T21:39:03.103854+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:04.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:04 smithi080 bash[22189]: cluster 2024-04-18T21:39:03.103854+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:04.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:04 smithi115 bash[22345]: cluster 2024-04-18T21:39:03.103854+0000 mgr.a (mgr.14152) 125 : cluster 0 pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:05.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:05 smithi080 bash[22189]: audit 2024-04-18T21:39:04.960962+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T21:39:05.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:05 smithi080 bash[22189]: audit 2024-04-18T21:39:04.964525+0000 mon.a (mon.0) 374 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T21:39:05.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:05 smithi080 bash[22189]: audit 2024-04-18T21:39:04.965538+0000 mon.a (mon.0) 375 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:05.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:05 smithi049 bash[21444]: audit 2024-04-18T21:39:04.960962+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T21:39:05.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:05 smithi049 bash[21444]: audit 2024-04-18T21:39:04.964525+0000 mon.a (mon.0) 374 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T21:39:05.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:05 smithi049 bash[21444]: audit 2024-04-18T21:39:04.965538+0000 mon.a (mon.0) 375 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:05.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:05 smithi115 bash[22345]: audit 2024-04-18T21:39:04.960962+0000 mon.a (mon.0) 373 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T21:39:05.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:05 smithi115 bash[22345]: audit 2024-04-18T21:39:04.964525+0000 mon.a (mon.0) 374 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T21:39:05.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:05 smithi115 bash[22345]: audit 2024-04-18T21:39:04.965538+0000 mon.a (mon.0) 375 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:06.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:06 smithi080 bash[22189]: audit 2024-04-18T21:39:04.955389+0000 mgr.a (mgr.14152) 126 : audit 0 from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi049:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:39:06.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:06 smithi080 bash[22189]: cluster 2024-04-18T21:39:05.104209+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:06.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:06 smithi049 bash[21444]: audit 2024-04-18T21:39:04.955389+0000 mgr.a (mgr.14152) 126 : audit 0 from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi049:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:39:06.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:06 smithi049 bash[21444]: cluster 2024-04-18T21:39:05.104209+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:06.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:06 smithi115 bash[22345]: audit 2024-04-18T21:39:04.955389+0000 mgr.a (mgr.14152) 126 : audit 0 from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi049:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:39:06.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:06 smithi115 bash[22345]: cluster 2024-04-18T21:39:05.104209+0000 mgr.a (mgr.14152) 127 : cluster 0 pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:08.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:08 smithi080 bash[22189]: cluster 2024-04-18T21:39:07.104568+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:08.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:08 smithi049 bash[21444]: cluster 2024-04-18T21:39:07.104568+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:08.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:08 smithi115 bash[22345]: cluster 2024-04-18T21:39:07.104568+0000 mgr.a (mgr.14152) 128 : cluster 0 pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:10.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:09 smithi080 bash[22189]: audit 2024-04-18T21:39:08.793520+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:10.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:09 smithi080 bash[22189]: audit 2024-04-18T21:39:08.801378+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:10.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:09 smithi080 bash[22189]: audit 2024-04-18T21:39:08.811278+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:10.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:09 smithi080 bash[22189]: cluster 2024-04-18T21:39:09.105065+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:09 smithi049 bash[21444]: audit 2024-04-18T21:39:08.793520+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:09 smithi049 bash[21444]: audit 2024-04-18T21:39:08.801378+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:09 smithi049 bash[21444]: audit 2024-04-18T21:39:08.811278+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:10.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:09 smithi049 bash[21444]: cluster 2024-04-18T21:39:09.105065+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:10.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:09 smithi115 bash[22345]: audit 2024-04-18T21:39:08.793520+0000 mon.a (mon.0) 376 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:10.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:09 smithi115 bash[22345]: audit 2024-04-18T21:39:08.801378+0000 mon.a (mon.0) 377 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:10.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:09 smithi115 bash[22345]: audit 2024-04-18T21:39:08.811278+0000 mon.a (mon.0) 378 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:10.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:09 smithi115 bash[22345]: cluster 2024-04-18T21:39:09.105065+0000 mgr.a (mgr.14152) 129 : cluster 0 pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:12.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:12 smithi080 bash[22189]: cluster 2024-04-18T21:39:11.105504+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:12.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:12 smithi049 bash[21444]: cluster 2024-04-18T21:39:11.105504+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:12.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:12 smithi115 bash[22345]: cluster 2024-04-18T21:39:11.105504+0000 mgr.a (mgr.14152) 130 : cluster 0 pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:14.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:14 smithi080 bash[22189]: cluster 2024-04-18T21:39:13.105803+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:14.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:14 smithi049 bash[21444]: cluster 2024-04-18T21:39:13.105803+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:14.708 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:14 smithi115 bash[22345]: cluster 2024-04-18T21:39:13.105803+0000 mgr.a (mgr.14152) 131 : cluster 0 pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:16.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:16 smithi115 bash[22345]: cluster 2024-04-18T21:39:15.106070+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:16.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:16 smithi115 bash[22345]: audit 2024-04-18T21:39:15.656589+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:16.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:16 smithi115 bash[22345]: audit 2024-04-18T21:39:15.662548+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:16.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:16 smithi115 bash[22345]: audit 2024-04-18T21:39:15.670316+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:16.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:16 smithi115 bash[22345]: audit 2024-04-18T21:39:15.775145+0000 mon.a (mon.0) 382 : audit 1 from='client.? 172.21.15.49:0/712638249' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9b3fac1-3c80-4190-8874-f5d35a1db97a"}]: dispatch 2024-04-18T21:39:16.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:16 smithi115 bash[22345]: audit 2024-04-18T21:39:15.777888+0000 mon.a (mon.0) 383 : audit 1 from='client.? 172.21.15.49:0/712638249' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9b3fac1-3c80-4190-8874-f5d35a1db97a"}]': finished 2024-04-18T21:39:16.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:16 smithi115 bash[22345]: cluster 2024-04-18T21:39:15.781110+0000 mon.a (mon.0) 384 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-18T21:39:16.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:16 smithi115 bash[22345]: audit 2024-04-18T21:39:15.781713+0000 mon.a (mon.0) 385 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:16.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:16 smithi115 bash[22345]: audit 2024-04-18T21:39:16.532704+0000 mon.a (mon.0) 386 : audit 0 from='client.? 172.21.15.49:0/1672941750' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T21:39:17.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:16 smithi080 bash[22189]: cluster 2024-04-18T21:39:15.106070+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:17.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:16 smithi080 bash[22189]: audit 2024-04-18T21:39:15.656589+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:17.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:16 smithi080 bash[22189]: audit 2024-04-18T21:39:15.662548+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:17.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:16 smithi080 bash[22189]: audit 2024-04-18T21:39:15.670316+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:17.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:16 smithi080 bash[22189]: audit 2024-04-18T21:39:15.775145+0000 mon.a (mon.0) 382 : audit 1 from='client.? 172.21.15.49:0/712638249' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9b3fac1-3c80-4190-8874-f5d35a1db97a"}]: dispatch 2024-04-18T21:39:17.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:16 smithi080 bash[22189]: audit 2024-04-18T21:39:15.777888+0000 mon.a (mon.0) 383 : audit 1 from='client.? 172.21.15.49:0/712638249' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9b3fac1-3c80-4190-8874-f5d35a1db97a"}]': finished 2024-04-18T21:39:17.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:16 smithi080 bash[22189]: cluster 2024-04-18T21:39:15.781110+0000 mon.a (mon.0) 384 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-18T21:39:17.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:16 smithi080 bash[22189]: audit 2024-04-18T21:39:15.781713+0000 mon.a (mon.0) 385 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:17.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:16 smithi080 bash[22189]: audit 2024-04-18T21:39:16.532704+0000 mon.a (mon.0) 386 : audit 0 from='client.? 172.21.15.49:0/1672941750' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T21:39:17.095 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:16 smithi049 bash[21444]: cluster 2024-04-18T21:39:15.106070+0000 mgr.a (mgr.14152) 132 : cluster 0 pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:17.095 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:16 smithi049 bash[21444]: audit 2024-04-18T21:39:15.656589+0000 mon.a (mon.0) 379 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:17.095 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:16 smithi049 bash[21444]: audit 2024-04-18T21:39:15.662548+0000 mon.a (mon.0) 380 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:17.095 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:16 smithi049 bash[21444]: audit 2024-04-18T21:39:15.670316+0000 mon.a (mon.0) 381 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:17.096 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:16 smithi049 bash[21444]: audit 2024-04-18T21:39:15.775145+0000 mon.a (mon.0) 382 : audit 1 from='client.? 172.21.15.49:0/712638249' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b9b3fac1-3c80-4190-8874-f5d35a1db97a"}]: dispatch 2024-04-18T21:39:17.096 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:16 smithi049 bash[21444]: audit 2024-04-18T21:39:15.777888+0000 mon.a (mon.0) 383 : audit 1 from='client.? 172.21.15.49:0/712638249' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b9b3fac1-3c80-4190-8874-f5d35a1db97a"}]': finished 2024-04-18T21:39:17.096 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:16 smithi049 bash[21444]: cluster 2024-04-18T21:39:15.781110+0000 mon.a (mon.0) 384 : cluster 0 osdmap e5: 1 total, 0 up, 1 in 2024-04-18T21:39:17.096 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:16 smithi049 bash[21444]: audit 2024-04-18T21:39:15.781713+0000 mon.a (mon.0) 385 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:17.096 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:16 smithi049 bash[21444]: audit 2024-04-18T21:39:16.532704+0000 mon.a (mon.0) 386 : audit 0 from='client.? 172.21.15.49:0/1672941750' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T21:39:18.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:18 smithi049 bash[21444]: audit 2024-04-18T21:39:17.082152+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:18.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:18 smithi049 bash[21444]: audit 2024-04-18T21:39:17.087369+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:18.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:18 smithi049 bash[21444]: audit 2024-04-18T21:39:17.094499+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:18.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:18 smithi049 bash[21444]: cluster 2024-04-18T21:39:17.106392+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:18.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:18 smithi115 bash[22345]: audit 2024-04-18T21:39:17.082152+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:18.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:18 smithi115 bash[22345]: audit 2024-04-18T21:39:17.087369+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:18.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:18 smithi115 bash[22345]: audit 2024-04-18T21:39:17.094499+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:18.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:18 smithi115 bash[22345]: cluster 2024-04-18T21:39:17.106392+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:18.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:18 smithi080 bash[22189]: audit 2024-04-18T21:39:17.082152+0000 mon.a (mon.0) 387 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:18.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:18 smithi080 bash[22189]: audit 2024-04-18T21:39:17.087369+0000 mon.a (mon.0) 388 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:18.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:18 smithi080 bash[22189]: audit 2024-04-18T21:39:17.094499+0000 mon.a (mon.0) 389 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:18.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:18 smithi080 bash[22189]: cluster 2024-04-18T21:39:17.106392+0000 mgr.a (mgr.14152) 133 : cluster 0 pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:20.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:20 smithi115 bash[22345]: cluster 2024-04-18T21:39:19.106672+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:20.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:20 smithi080 bash[22189]: cluster 2024-04-18T21:39:19.106672+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:20.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:20 smithi049 bash[21444]: cluster 2024-04-18T21:39:19.106672+0000 mgr.a (mgr.14152) 134 : cluster 0 pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:22.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:22 smithi115 bash[22345]: cluster 2024-04-18T21:39:21.107026+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:22.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:22 smithi080 bash[22189]: cluster 2024-04-18T21:39:21.107026+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:22.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:22 smithi049 bash[21444]: cluster 2024-04-18T21:39:21.107026+0000 mgr.a (mgr.14152) 135 : cluster 0 pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:24.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:24 smithi080 bash[22189]: cluster 2024-04-18T21:39:23.107451+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:24.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:24 smithi049 bash[21444]: cluster 2024-04-18T21:39:23.107451+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:24.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:24 smithi115 bash[22345]: cluster 2024-04-18T21:39:23.107451+0000 mgr.a (mgr.14152) 136 : cluster 0 pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:26.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:26 smithi080 bash[22189]: cluster 2024-04-18T21:39:25.107875+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:26.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:26 smithi049 bash[21444]: cluster 2024-04-18T21:39:25.107875+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:26.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:26 smithi115 bash[22345]: cluster 2024-04-18T21:39:25.107875+0000 mgr.a (mgr.14152) 137 : cluster 0 pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:28.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:28 smithi080 bash[22189]: cluster 2024-04-18T21:39:27.108359+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:28.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:28 smithi049 bash[21444]: cluster 2024-04-18T21:39:27.108359+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:28.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:28 smithi115 bash[22345]: cluster 2024-04-18T21:39:27.108359+0000 mgr.a (mgr.14152) 138 : cluster 0 pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:29.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:29 smithi049 bash[21444]: audit 2024-04-18T21:39:28.250323+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T21:39:29.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:29 smithi049 bash[21444]: audit 2024-04-18T21:39:28.252058+0000 mon.a (mon.0) 391 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:29.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:29 smithi049 bash[21444]: cephadm 2024-04-18T21:39:28.253648+0000 mgr.a (mgr.14152) 139 : cephadm 1 Deploying daemon osd.0 on smithi049 2024-04-18T21:39:29.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:29 smithi049 bash[21444]: audit 2024-04-18T21:39:29.015349+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:29.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:29 smithi049 bash[21444]: audit 2024-04-18T21:39:29.021530+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:29.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:29 smithi049 bash[21444]: audit 2024-04-18T21:39:29.029440+0000 mon.a (mon.0) 394 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:29.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:29 smithi115 bash[22345]: audit 2024-04-18T21:39:28.250323+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T21:39:29.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:29 smithi115 bash[22345]: audit 2024-04-18T21:39:28.252058+0000 mon.a (mon.0) 391 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:29.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:29 smithi115 bash[22345]: cephadm 2024-04-18T21:39:28.253648+0000 mgr.a (mgr.14152) 139 : cephadm 1 Deploying daemon osd.0 on smithi049 2024-04-18T21:39:29.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:29 smithi115 bash[22345]: audit 2024-04-18T21:39:29.015349+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:29.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:29 smithi115 bash[22345]: audit 2024-04-18T21:39:29.021530+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:29.407 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:29 smithi115 bash[22345]: audit 2024-04-18T21:39:29.029440+0000 mon.a (mon.0) 394 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:29.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:29 smithi080 bash[22189]: audit 2024-04-18T21:39:28.250323+0000 mon.a (mon.0) 390 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-04-18T21:39:29.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:29 smithi080 bash[22189]: audit 2024-04-18T21:39:28.252058+0000 mon.a (mon.0) 391 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:29.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:29 smithi080 bash[22189]: cephadm 2024-04-18T21:39:28.253648+0000 mgr.a (mgr.14152) 139 : cephadm 1 Deploying daemon osd.0 on smithi049 2024-04-18T21:39:29.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:29 smithi080 bash[22189]: audit 2024-04-18T21:39:29.015349+0000 mon.a (mon.0) 392 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:29.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:29 smithi080 bash[22189]: audit 2024-04-18T21:39:29.021530+0000 mon.a (mon.0) 393 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:29.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:29 smithi080 bash[22189]: audit 2024-04-18T21:39:29.029440+0000 mon.a (mon.0) 394 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:30.374 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:30 smithi049 bash[21444]: cluster 2024-04-18T21:39:29.108814+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:30.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:30 smithi080 bash[22189]: cluster 2024-04-18T21:39:29.108814+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:30.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:30 smithi115 bash[22345]: cluster 2024-04-18T21:39:29.108814+0000 mgr.a (mgr.14152) 140 : cluster 0 pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:32.333 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:32 smithi049 bash[21444]: cluster 2024-04-18T21:39:31.109202+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:32.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:32 smithi080 bash[22189]: cluster 2024-04-18T21:39:31.109202+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:32.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:32 smithi115 bash[22345]: cluster 2024-04-18T21:39:31.109202+0000 mgr.a (mgr.14152) 141 : cluster 0 pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:33.427 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:39:33 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:39:33.427 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:33 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:39:33.678 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:33 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:39:33.679 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:39:33 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:39:34.929 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:34 smithi049 bash[21444]: cluster 2024-04-18T21:39:33.109502+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:34.929 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:34 smithi049 bash[21444]: audit 2024-04-18T21:39:33.679989+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:34.929 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:34 smithi049 bash[21444]: audit 2024-04-18T21:39:33.685528+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:34.929 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:34 smithi049 bash[21444]: audit 2024-04-18T21:39:33.695208+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:34.930 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:34 smithi049 bash[21444]: audit 2024-04-18T21:39:33.698283+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:34.930 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:34 smithi049 bash[21444]: audit 2024-04-18T21:39:33.699248+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:34.930 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:34 smithi049 bash[21444]: audit 2024-04-18T21:39:33.705389+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:35.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:34 smithi080 bash[22189]: cluster 2024-04-18T21:39:33.109502+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:35.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:34 smithi080 bash[22189]: audit 2024-04-18T21:39:33.679989+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:35.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:34 smithi080 bash[22189]: audit 2024-04-18T21:39:33.685528+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:35.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:34 smithi080 bash[22189]: audit 2024-04-18T21:39:33.695208+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:34 smithi080 bash[22189]: audit 2024-04-18T21:39:33.698283+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:34 smithi080 bash[22189]: audit 2024-04-18T21:39:33.699248+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:35.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:34 smithi080 bash[22189]: audit 2024-04-18T21:39:33.705389+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:35.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:34 smithi115 bash[22345]: cluster 2024-04-18T21:39:33.109502+0000 mgr.a (mgr.14152) 142 : cluster 0 pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:35.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:34 smithi115 bash[22345]: audit 2024-04-18T21:39:33.679989+0000 mon.a (mon.0) 395 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:35.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:34 smithi115 bash[22345]: audit 2024-04-18T21:39:33.685528+0000 mon.a (mon.0) 396 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:35.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:34 smithi115 bash[22345]: audit 2024-04-18T21:39:33.695208+0000 mon.a (mon.0) 397 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:35.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:34 smithi115 bash[22345]: audit 2024-04-18T21:39:33.698283+0000 mon.a (mon.0) 398 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:35.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:34 smithi115 bash[22345]: audit 2024-04-18T21:39:33.699248+0000 mon.a (mon.0) 399 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:35.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:34 smithi115 bash[22345]: audit 2024-04-18T21:39:33.705389+0000 mon.a (mon.0) 400 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:37.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:36 smithi080 bash[22189]: cluster 2024-04-18T21:39:35.109773+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:37.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:36 smithi080 bash[22189]: audit 2024-04-18T21:39:35.865911+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:37.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:36 smithi080 bash[22189]: audit 2024-04-18T21:39:35.873998+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:37.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:36 smithi080 bash[22189]: audit 2024-04-18T21:39:35.883128+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:37.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:36 smithi049 bash[21444]: cluster 2024-04-18T21:39:35.109773+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:37.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:36 smithi049 bash[21444]: audit 2024-04-18T21:39:35.865911+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:37.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:36 smithi049 bash[21444]: audit 2024-04-18T21:39:35.873998+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:37.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:36 smithi049 bash[21444]: audit 2024-04-18T21:39:35.883128+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:36 smithi115 bash[22345]: cluster 2024-04-18T21:39:35.109773+0000 mgr.a (mgr.14152) 143 : cluster 0 pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:36 smithi115 bash[22345]: audit 2024-04-18T21:39:35.865911+0000 mon.a (mon.0) 401 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:36 smithi115 bash[22345]: audit 2024-04-18T21:39:35.873998+0000 mon.a (mon.0) 402 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:36 smithi115 bash[22345]: audit 2024-04-18T21:39:35.883128+0000 mon.a (mon.0) 403 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:38 smithi080 bash[22189]: cluster 2024-04-18T21:39:37.110107+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:38 smithi080 bash[22189]: audit 2024-04-18T21:39:37.255534+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:38 smithi080 bash[22189]: audit 2024-04-18T21:39:37.259912+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:38 smithi080 bash[22189]: cephadm 2024-04-18T21:39:37.261192+0000 mgr.a (mgr.14152) 145 : cephadm 1 Detected new or changed devices on smithi049 2024-04-18T21:39:38.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:38 smithi080 bash[22189]: audit 2024-04-18T21:39:37.266236+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:38 smithi080 bash[22189]: audit 2024-04-18T21:39:37.277586+0000 mon.a (mon.0) 407 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:38.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:38 smithi080 bash[22189]: audit 2024-04-18T21:39:37.280326+0000 mon.a (mon.0) 408 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:38.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:38 smithi080 bash[22189]: audit 2024-04-18T21:39:37.281051+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:38.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:38 smithi080 bash[22189]: audit 2024-04-18T21:39:37.286239+0000 mon.a (mon.0) 410 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:38 smithi049 bash[21444]: cluster 2024-04-18T21:39:37.110107+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:38.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:38 smithi049 bash[21444]: audit 2024-04-18T21:39:37.255534+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:38 smithi049 bash[21444]: audit 2024-04-18T21:39:37.259912+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:38 smithi049 bash[21444]: cephadm 2024-04-18T21:39:37.261192+0000 mgr.a (mgr.14152) 145 : cephadm 1 Detected new or changed devices on smithi049 2024-04-18T21:39:38.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:38 smithi049 bash[21444]: audit 2024-04-18T21:39:37.266236+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:38 smithi049 bash[21444]: audit 2024-04-18T21:39:37.277586+0000 mon.a (mon.0) 407 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:38.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:38 smithi049 bash[21444]: audit 2024-04-18T21:39:37.280326+0000 mon.a (mon.0) 408 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:38.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:38 smithi049 bash[21444]: audit 2024-04-18T21:39:37.281051+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:38.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:38 smithi049 bash[21444]: audit 2024-04-18T21:39:37.286239+0000 mon.a (mon.0) 410 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:38 smithi115 bash[22345]: cluster 2024-04-18T21:39:37.110107+0000 mgr.a (mgr.14152) 144 : cluster 0 pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:38 smithi115 bash[22345]: audit 2024-04-18T21:39:37.255534+0000 mon.a (mon.0) 404 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:38 smithi115 bash[22345]: audit 2024-04-18T21:39:37.259912+0000 mon.a (mon.0) 405 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:38 smithi115 bash[22345]: cephadm 2024-04-18T21:39:37.261192+0000 mgr.a (mgr.14152) 145 : cephadm 1 Detected new or changed devices on smithi049 2024-04-18T21:39:38.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:38 smithi115 bash[22345]: audit 2024-04-18T21:39:37.266236+0000 mon.a (mon.0) 406 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:38.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:38 smithi115 bash[22345]: audit 2024-04-18T21:39:37.277586+0000 mon.a (mon.0) 407 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:38.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:38 smithi115 bash[22345]: audit 2024-04-18T21:39:37.280326+0000 mon.a (mon.0) 408 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:38.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:38 smithi115 bash[22345]: audit 2024-04-18T21:39:37.281051+0000 mon.a (mon.0) 409 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:38.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:38 smithi115 bash[22345]: audit 2024-04-18T21:39:37.286239+0000 mon.a (mon.0) 410 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:40.538 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:40 smithi115 bash[22345]: cluster 2024-04-18T21:39:39.110563+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:40.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:40 smithi080 bash[22189]: cluster 2024-04-18T21:39:39.110563+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:40.596 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:40 smithi049 bash[21444]: cluster 2024-04-18T21:39:39.110563+0000 mgr.a (mgr.14152) 146 : cluster 0 pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:41.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:41 smithi049 bash[21444]: audit 2024-04-18T21:39:40.809295+0000 mon.a (mon.0) 411 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-18T21:39:41.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:41 smithi080 bash[22189]: audit 2024-04-18T21:39:40.809295+0000 mon.a (mon.0) 411 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-18T21:39:41.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:41 smithi115 bash[22345]: audit 2024-04-18T21:39:40.809295+0000 mon.a (mon.0) 411 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-04-18T21:39:42.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:42 smithi080 bash[22189]: cluster 2024-04-18T21:39:41.111040+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:42.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:42 smithi080 bash[22189]: audit 2024-04-18T21:39:41.267842+0000 mon.a (mon.0) 412 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-18T21:39:42.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:42 smithi080 bash[22189]: cluster 2024-04-18T21:39:41.272686+0000 mon.a (mon.0) 413 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-18T21:39:42.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:42 smithi080 bash[22189]: audit 2024-04-18T21:39:41.273356+0000 mon.a (mon.0) 414 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-04-18T21:39:42.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:42 smithi080 bash[22189]: audit 2024-04-18T21:39:41.273859+0000 mon.a (mon.0) 415 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:42.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:42 smithi049 bash[21444]: cluster 2024-04-18T21:39:41.111040+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:42.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:42 smithi049 bash[21444]: audit 2024-04-18T21:39:41.267842+0000 mon.a (mon.0) 412 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-18T21:39:42.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:42 smithi049 bash[21444]: cluster 2024-04-18T21:39:41.272686+0000 mon.a (mon.0) 413 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-18T21:39:42.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:42 smithi049 bash[21444]: audit 2024-04-18T21:39:41.273356+0000 mon.a (mon.0) 414 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-04-18T21:39:42.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:42 smithi049 bash[21444]: audit 2024-04-18T21:39:41.273859+0000 mon.a (mon.0) 415 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:42.637 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:42 smithi115 bash[22345]: cluster 2024-04-18T21:39:41.111040+0000 mgr.a (mgr.14152) 147 : cluster 0 pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:42.637 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:42 smithi115 bash[22345]: audit 2024-04-18T21:39:41.267842+0000 mon.a (mon.0) 412 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-04-18T21:39:42.637 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:42 smithi115 bash[22345]: cluster 2024-04-18T21:39:41.272686+0000 mon.a (mon.0) 413 : cluster 0 osdmap e6: 1 total, 0 up, 1 in 2024-04-18T21:39:42.637 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:42 smithi115 bash[22345]: audit 2024-04-18T21:39:41.273356+0000 mon.a (mon.0) 414 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]: dispatch 2024-04-18T21:39:42.637 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:42 smithi115 bash[22345]: audit 2024-04-18T21:39:41.273859+0000 mon.a (mon.0) 415 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:43.119 INFO:teuthology.orchestra.run.smithi049.stdout:Created osd(s) 0 on host 'smithi049' 2024-04-18T21:39:43.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: audit 2024-04-18T21:39:42.269277+0000 mon.a (mon.0) 416 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-04-18T21:39:43.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: cluster 2024-04-18T21:39:42.272491+0000 mon.a (mon.0) 417 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-18T21:39:43.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: audit 2024-04-18T21:39:42.273319+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:43.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: audit 2024-04-18T21:39:42.278505+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:43.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: audit 2024-04-18T21:39:43.110474+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:43.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: audit 2024-04-18T21:39:43.118921+0000 mon.a (mon.0) 421 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:43.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: audit 2024-04-18T21:39:43.147627+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:43.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: audit 2024-04-18T21:39:43.150983+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:39:43.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: audit 2024-04-18T21:39:43.152057+0000 mon.a (mon.0) 424 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:43.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: audit 2024-04-18T21:39:43.152959+0000 mon.a (mon.0) 425 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:43.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:43 smithi080 bash[22189]: audit 2024-04-18T21:39:43.158564+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:43.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: audit 2024-04-18T21:39:42.269277+0000 mon.a (mon.0) 416 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-04-18T21:39:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: cluster 2024-04-18T21:39:42.272491+0000 mon.a (mon.0) 417 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-18T21:39:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: audit 2024-04-18T21:39:42.273319+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: audit 2024-04-18T21:39:42.278505+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: audit 2024-04-18T21:39:43.110474+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: audit 2024-04-18T21:39:43.118921+0000 mon.a (mon.0) 421 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: audit 2024-04-18T21:39:43.147627+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: audit 2024-04-18T21:39:43.150983+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:39:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: audit 2024-04-18T21:39:43.152057+0000 mon.a (mon.0) 424 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: audit 2024-04-18T21:39:43.152959+0000 mon.a (mon.0) 425 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:43.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:43 smithi049 bash[21444]: audit 2024-04-18T21:39:43.158564+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:43.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: audit 2024-04-18T21:39:42.269277+0000 mon.a (mon.0) 416 : audit 1 from='osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi049", "root=default"]}]': finished 2024-04-18T21:39:43.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: cluster 2024-04-18T21:39:42.272491+0000 mon.a (mon.0) 417 : cluster 0 osdmap e7: 1 total, 0 up, 1 in 2024-04-18T21:39:43.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: audit 2024-04-18T21:39:42.273319+0000 mon.a (mon.0) 418 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:43.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: audit 2024-04-18T21:39:42.278505+0000 mon.a (mon.0) 419 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:43.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: audit 2024-04-18T21:39:43.110474+0000 mon.a (mon.0) 420 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:43.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: audit 2024-04-18T21:39:43.118921+0000 mon.a (mon.0) 421 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:43.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: audit 2024-04-18T21:39:43.147627+0000 mon.a (mon.0) 422 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:43.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: audit 2024-04-18T21:39:43.150983+0000 mon.a (mon.0) 423 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:39:43.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: audit 2024-04-18T21:39:43.152057+0000 mon.a (mon.0) 424 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:43.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: audit 2024-04-18T21:39:43.152959+0000 mon.a (mon.0) 425 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:43.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:43 smithi115 bash[22345]: audit 2024-04-18T21:39:43.158564+0000 mon.a (mon.0) 426 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:43.742 DEBUG:teuthology.orchestra.run.smithi049:osd.0> sudo journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@osd.0.service 2024-04-18T21:39:43.745 INFO:tasks.cephadm:Deploying osd.1 on smithi080 with /dev/vg_nvme/lv_4... 2024-04-18T21:39:43.745 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-18T21:39:44.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: cluster 2024-04-18T21:39:41.814000+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-18T21:39:44.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: cluster 2024-04-18T21:39:41.814183+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: cluster 2024-04-18T21:39:43.111431+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: cluster 2024-04-18T21:39:43.281502+0000 mon.a (mon.0) 427 : cluster 1 osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367] boot 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: cluster 2024-04-18T21:39:43.281588+0000 mon.a (mon.0) 428 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: audit 2024-04-18T21:39:43.282175+0000 mon.a (mon.0) 429 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: audit 2024-04-18T21:39:43.894003+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: audit 2024-04-18T21:39:43.898824+0000 mon.a (mon.0) 431 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: audit 2024-04-18T21:39:43.905181+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: audit 2024-04-18T21:39:43.907173+0000 mon.a (mon.0) 433 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: audit 2024-04-18T21:39:43.910088+0000 mon.a (mon.0) 434 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: audit 2024-04-18T21:39:43.910843+0000 mon.a (mon.0) 435 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:44.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:44 smithi080 bash[22189]: audit 2024-04-18T21:39:43.915728+0000 mon.a (mon.0) 436 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: cluster 2024-04-18T21:39:41.814000+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-18T21:39:44.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: cluster 2024-04-18T21:39:41.814183+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-18T21:39:44.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: cluster 2024-04-18T21:39:43.111431+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:44.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: cluster 2024-04-18T21:39:43.281502+0000 mon.a (mon.0) 427 : cluster 1 osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367] boot 2024-04-18T21:39:44.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: cluster 2024-04-18T21:39:43.281588+0000 mon.a (mon.0) 428 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-18T21:39:44.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: audit 2024-04-18T21:39:43.282175+0000 mon.a (mon.0) 429 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:44.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: audit 2024-04-18T21:39:43.894003+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: audit 2024-04-18T21:39:43.898824+0000 mon.a (mon.0) 431 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: audit 2024-04-18T21:39:43.905181+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: audit 2024-04-18T21:39:43.907173+0000 mon.a (mon.0) 433 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:44.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: audit 2024-04-18T21:39:43.910088+0000 mon.a (mon.0) 434 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:44.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: audit 2024-04-18T21:39:43.910843+0000 mon.a (mon.0) 435 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:44.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:44 smithi049 bash[21444]: audit 2024-04-18T21:39:43.915728+0000 mon.a (mon.0) 436 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: cluster 2024-04-18T21:39:41.814000+0000 osd.0 (osd.0) 1 : cluster 0 purged_snaps scrub starts 2024-04-18T21:39:44.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: cluster 2024-04-18T21:39:41.814183+0000 osd.0 (osd.0) 2 : cluster 0 purged_snaps scrub ok 2024-04-18T21:39:44.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: cluster 2024-04-18T21:39:43.111431+0000 mgr.a (mgr.14152) 148 : cluster 0 pgmap v89: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-18T21:39:44.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: cluster 2024-04-18T21:39:43.281502+0000 mon.a (mon.0) 427 : cluster 1 osd.0 [v2:172.21.15.49:6802/2261633367,v1:172.21.15.49:6803/2261633367] boot 2024-04-18T21:39:44.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: cluster 2024-04-18T21:39:43.281588+0000 mon.a (mon.0) 428 : cluster 0 osdmap e8: 1 total, 1 up, 1 in 2024-04-18T21:39:44.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: audit 2024-04-18T21:39:43.282175+0000 mon.a (mon.0) 429 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:39:44.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: audit 2024-04-18T21:39:43.894003+0000 mon.a (mon.0) 430 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: audit 2024-04-18T21:39:43.898824+0000 mon.a (mon.0) 431 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: audit 2024-04-18T21:39:43.905181+0000 mon.a (mon.0) 432 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:44.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: audit 2024-04-18T21:39:43.907173+0000 mon.a (mon.0) 433 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:39:44.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: audit 2024-04-18T21:39:43.910088+0000 mon.a (mon.0) 434 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:39:44.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: audit 2024-04-18T21:39:43.910843+0000 mon.a (mon.0) 435 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:39:44.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:44 smithi115 bash[22345]: audit 2024-04-18T21:39:43.915728+0000 mon.a (mon.0) 436 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:45.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:45 smithi080 bash[22189]: cluster 2024-04-18T21:39:44.289981+0000 mon.a (mon.0) 437 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-18T21:39:45.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:45 smithi049 bash[21444]: cluster 2024-04-18T21:39:44.289981+0000 mon.a (mon.0) 437 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-18T21:39:45.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:45 smithi115 bash[22345]: cluster 2024-04-18T21:39:44.289981+0000 mon.a (mon.0) 437 : cluster 0 osdmap e9: 1 total, 1 up, 1 in 2024-04-18T21:39:46.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:46 smithi115 bash[22345]: cluster 2024-04-18T21:39:45.111989+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:46.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:46 smithi080 bash[22189]: cluster 2024-04-18T21:39:45.111989+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:46.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:46 smithi049 bash[21444]: cluster 2024-04-18T21:39:45.111989+0000 mgr.a (mgr.14152) 149 : cluster 0 pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:48.454 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.b/config 2024-04-18T21:39:48.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:48 smithi080 bash[22189]: cluster 2024-04-18T21:39:47.112468+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:48.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:48 smithi049 bash[21444]: cluster 2024-04-18T21:39:47.112468+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:48.658 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:48 smithi115 bash[22345]: cluster 2024-04-18T21:39:47.112468+0000 mgr.a (mgr.14152) 150 : cluster 0 pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:50.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:50 smithi080 bash[22189]: cluster 2024-04-18T21:39:49.112992+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:50.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:50 smithi080 bash[22189]: audit 2024-04-18T21:39:49.239634+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:50.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:50 smithi080 bash[22189]: audit 2024-04-18T21:39:49.247756+0000 mon.a (mon.0) 439 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:50.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:50 smithi080 bash[22189]: audit 2024-04-18T21:39:49.257974+0000 mon.a (mon.0) 440 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:50.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:50 smithi049 bash[21444]: cluster 2024-04-18T21:39:49.112992+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:50.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:50 smithi049 bash[21444]: audit 2024-04-18T21:39:49.239634+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:50.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:50 smithi049 bash[21444]: audit 2024-04-18T21:39:49.247756+0000 mon.a (mon.0) 439 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:50.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:50 smithi049 bash[21444]: audit 2024-04-18T21:39:49.257974+0000 mon.a (mon.0) 440 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:50.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:50 smithi115 bash[22345]: cluster 2024-04-18T21:39:49.112992+0000 mgr.a (mgr.14152) 151 : cluster 0 pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:50.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:50 smithi115 bash[22345]: audit 2024-04-18T21:39:49.239634+0000 mon.a (mon.0) 438 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:50.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:50 smithi115 bash[22345]: audit 2024-04-18T21:39:49.247756+0000 mon.a (mon.0) 439 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:50.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:50 smithi115 bash[22345]: audit 2024-04-18T21:39:49.257974+0000 mon.a (mon.0) 440 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:51.845 INFO:teuthology.orchestra.run.smithi080.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-18T21:39:51.845 INFO:teuthology.orchestra.run.smithi080.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-18T21:39:51.845 INFO:teuthology.orchestra.run.smithi080.stderr: stderr: 10+0 records in 2024-04-18T21:39:51.845 INFO:teuthology.orchestra.run.smithi080.stderr:10+0 records out 2024-04-18T21:39:51.845 INFO:teuthology.orchestra.run.smithi080.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0116999 s, 896 MB/s 2024-04-18T21:39:51.845 INFO:teuthology.orchestra.run.smithi080.stderr: stderr: 2024-04-18T21:39:51.845 INFO:teuthology.orchestra.run.smithi080.stderr:--> Zapping successful for: 2024-04-18T21:39:52.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:52 smithi080 bash[22189]: cluster 2024-04-18T21:39:51.113581+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:52.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:52 smithi049 bash[21444]: cluster 2024-04-18T21:39:51.113581+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:52.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:52 smithi115 bash[22345]: cluster 2024-04-18T21:39:51.113581+0000 mgr.a (mgr.14152) 152 : cluster 0 pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:52.768 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi080:vg_nvme/lv_4 2024-04-18T21:39:54.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:54 smithi080 bash[22189]: cluster 2024-04-18T21:39:53.114195+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:54.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:54 smithi049 bash[21444]: cluster 2024-04-18T21:39:53.114195+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:54.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:54 smithi115 bash[22345]: cluster 2024-04-18T21:39:53.114195+0000 mgr.a (mgr.14152) 153 : cluster 0 pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:56.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:56 smithi080 bash[22189]: cluster 2024-04-18T21:39:55.114600+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:56.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:56 smithi080 bash[22189]: audit 2024-04-18T21:39:56.086998+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:56.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:56 smithi080 bash[22189]: audit 2024-04-18T21:39:56.095261+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:56.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:56 smithi080 bash[22189]: audit 2024-04-18T21:39:56.105071+0000 mon.a (mon.0) 443 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:56.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:56 smithi049 bash[21444]: cluster 2024-04-18T21:39:55.114600+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:56.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:56 smithi049 bash[21444]: audit 2024-04-18T21:39:56.086998+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:56.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:56 smithi049 bash[21444]: audit 2024-04-18T21:39:56.095261+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:56.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:56 smithi049 bash[21444]: audit 2024-04-18T21:39:56.105071+0000 mon.a (mon.0) 443 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:56.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:56 smithi115 bash[22345]: cluster 2024-04-18T21:39:55.114600+0000 mgr.a (mgr.14152) 154 : cluster 0 pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:56.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:56 smithi115 bash[22345]: audit 2024-04-18T21:39:56.086998+0000 mon.a (mon.0) 441 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:56.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:56 smithi115 bash[22345]: audit 2024-04-18T21:39:56.095261+0000 mon.a (mon.0) 442 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:56.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:56 smithi115 bash[22345]: audit 2024-04-18T21:39:56.105071+0000 mon.a (mon.0) 443 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:39:57.684 INFO:teuthology.orchestra.run.smithi080.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.b/config 2024-04-18T21:39:58.519 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:39:58 smithi080 bash[22189]: cluster 2024-04-18T21:39:57.115118+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:58.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:39:58 smithi049 bash[21444]: cluster 2024-04-18T21:39:57.115118+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:39:58.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:39:58 smithi115 bash[22345]: cluster 2024-04-18T21:39:57.115118+0000 mgr.a (mgr.14152) 155 : cluster 0 pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:00.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:00 smithi080 bash[22189]: cluster 2024-04-18T21:39:59.115621+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:00.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:00 smithi080 bash[22189]: cluster 2024-04-18T21:40:00.000153+0000 mon.a (mon.0) 444 : cluster 1 overall HEALTH_OK 2024-04-18T21:40:00.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:00 smithi080 bash[22189]: audit 2024-04-18T21:40:00.130286+0000 mon.a (mon.0) 445 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T21:40:00.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:00 smithi080 bash[22189]: audit 2024-04-18T21:40:00.136826+0000 mon.a (mon.0) 446 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T21:40:00.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:00 smithi080 bash[22189]: audit 2024-04-18T21:40:00.138530+0000 mon.a (mon.0) 447 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:00.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:00 smithi049 bash[21444]: cluster 2024-04-18T21:39:59.115621+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:00.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:00 smithi049 bash[21444]: cluster 2024-04-18T21:40:00.000153+0000 mon.a (mon.0) 444 : cluster 1 overall HEALTH_OK 2024-04-18T21:40:00.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:00 smithi049 bash[21444]: audit 2024-04-18T21:40:00.130286+0000 mon.a (mon.0) 445 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T21:40:00.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:00 smithi049 bash[21444]: audit 2024-04-18T21:40:00.136826+0000 mon.a (mon.0) 446 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T21:40:00.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:00 smithi049 bash[21444]: audit 2024-04-18T21:40:00.138530+0000 mon.a (mon.0) 447 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:00.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:00 smithi115 bash[22345]: cluster 2024-04-18T21:39:59.115621+0000 mgr.a (mgr.14152) 156 : cluster 0 pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:00.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:00 smithi115 bash[22345]: cluster 2024-04-18T21:40:00.000153+0000 mon.a (mon.0) 444 : cluster 1 overall HEALTH_OK 2024-04-18T21:40:00.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:00 smithi115 bash[22345]: audit 2024-04-18T21:40:00.130286+0000 mon.a (mon.0) 445 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T21:40:00.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:00 smithi115 bash[22345]: audit 2024-04-18T21:40:00.136826+0000 mon.a (mon.0) 446 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T21:40:00.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:00 smithi115 bash[22345]: audit 2024-04-18T21:40:00.138530+0000 mon.a (mon.0) 447 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:01.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:01 smithi115 bash[22345]: audit 2024-04-18T21:40:00.122685+0000 mgr.a (mgr.14152) 157 : audit 0 from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:40:01.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:01 smithi080 bash[22189]: audit 2024-04-18T21:40:00.122685+0000 mgr.a (mgr.14152) 157 : audit 0 from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:40:01.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:01 smithi049 bash[21444]: audit 2024-04-18T21:40:00.122685+0000 mgr.a (mgr.14152) 157 : audit 0 from='client.24143 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi080:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:40:02.541 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:02 smithi049 bash[21444]: cluster 2024-04-18T21:40:01.116179+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:02.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:02 smithi080 bash[22189]: cluster 2024-04-18T21:40:01.116179+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:02.605 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:02 smithi115 bash[22345]: cluster 2024-04-18T21:40:01.116179+0000 mgr.a (mgr.14152) 158 : cluster 0 pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:03.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:03 smithi080 bash[22189]: audit 2024-04-18T21:40:02.522794+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:03.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:03 smithi080 bash[22189]: audit 2024-04-18T21:40:02.530534+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:03.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:03 smithi080 bash[22189]: audit 2024-04-18T21:40:02.539876+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:03.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:03 smithi049 bash[21444]: audit 2024-04-18T21:40:02.522794+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:03.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:03 smithi049 bash[21444]: audit 2024-04-18T21:40:02.530534+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:03.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:03 smithi049 bash[21444]: audit 2024-04-18T21:40:02.539876+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:03.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:03 smithi115 bash[22345]: audit 2024-04-18T21:40:02.522794+0000 mon.a (mon.0) 448 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:03.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:03 smithi115 bash[22345]: audit 2024-04-18T21:40:02.530534+0000 mon.a (mon.0) 449 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:03.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:03 smithi115 bash[22345]: audit 2024-04-18T21:40:02.539876+0000 mon.a (mon.0) 450 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:04.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:04 smithi080 bash[22189]: cluster 2024-04-18T21:40:03.116660+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:04.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:04 smithi049 bash[21444]: cluster 2024-04-18T21:40:03.116660+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:04.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:04 smithi115 bash[22345]: cluster 2024-04-18T21:40:03.116660+0000 mgr.a (mgr.14152) 159 : cluster 0 pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:06.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:06 smithi080 bash[22189]: cluster 2024-04-18T21:40:05.117099+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:06.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:06 smithi049 bash[21444]: cluster 2024-04-18T21:40:05.117099+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:06.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:06 smithi115 bash[22345]: cluster 2024-04-18T21:40:05.117099+0000 mgr.a (mgr.14152) 160 : cluster 0 pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:08.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:08 smithi080 bash[22189]: cluster 2024-04-18T21:40:07.117569+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:08.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:08 smithi080 bash[22189]: audit 2024-04-18T21:40:08.230397+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.80:0/3980361870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea068b07-0e23-405a-bbed-c529a55fa50e"}]: dispatch 2024-04-18T21:40:08.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:08 smithi080 bash[22189]: audit 2024-04-18T21:40:08.231477+0000 mon.a (mon.0) 451 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea068b07-0e23-405a-bbed-c529a55fa50e"}]: dispatch 2024-04-18T21:40:08.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:08 smithi080 bash[22189]: audit 2024-04-18T21:40:08.234587+0000 mon.a (mon.0) 452 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ea068b07-0e23-405a-bbed-c529a55fa50e"}]': finished 2024-04-18T21:40:08.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:08 smithi080 bash[22189]: cluster 2024-04-18T21:40:08.239512+0000 mon.a (mon.0) 453 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-18T21:40:08.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:08 smithi080 bash[22189]: audit 2024-04-18T21:40:08.239901+0000 mon.a (mon.0) 454 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:08.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:08 smithi049 bash[21444]: cluster 2024-04-18T21:40:07.117569+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:08.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:08 smithi049 bash[21444]: audit 2024-04-18T21:40:08.230397+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.80:0/3980361870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea068b07-0e23-405a-bbed-c529a55fa50e"}]: dispatch 2024-04-18T21:40:08.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:08 smithi049 bash[21444]: audit 2024-04-18T21:40:08.231477+0000 mon.a (mon.0) 451 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea068b07-0e23-405a-bbed-c529a55fa50e"}]: dispatch 2024-04-18T21:40:08.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:08 smithi049 bash[21444]: audit 2024-04-18T21:40:08.234587+0000 mon.a (mon.0) 452 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ea068b07-0e23-405a-bbed-c529a55fa50e"}]': finished 2024-04-18T21:40:08.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:08 smithi049 bash[21444]: cluster 2024-04-18T21:40:08.239512+0000 mon.a (mon.0) 453 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-18T21:40:08.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:08 smithi049 bash[21444]: audit 2024-04-18T21:40:08.239901+0000 mon.a (mon.0) 454 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:08.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:08 smithi115 bash[22345]: cluster 2024-04-18T21:40:07.117569+0000 mgr.a (mgr.14152) 161 : cluster 0 pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:08.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:08 smithi115 bash[22345]: audit 2024-04-18T21:40:08.230397+0000 mon.b (mon.2) 6 : audit 1 from='client.? 172.21.15.80:0/3980361870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea068b07-0e23-405a-bbed-c529a55fa50e"}]: dispatch 2024-04-18T21:40:08.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:08 smithi115 bash[22345]: audit 2024-04-18T21:40:08.231477+0000 mon.a (mon.0) 451 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ea068b07-0e23-405a-bbed-c529a55fa50e"}]: dispatch 2024-04-18T21:40:08.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:08 smithi115 bash[22345]: audit 2024-04-18T21:40:08.234587+0000 mon.a (mon.0) 452 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ea068b07-0e23-405a-bbed-c529a55fa50e"}]': finished 2024-04-18T21:40:08.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:08 smithi115 bash[22345]: cluster 2024-04-18T21:40:08.239512+0000 mon.a (mon.0) 453 : cluster 0 osdmap e10: 2 total, 1 up, 2 in 2024-04-18T21:40:08.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:08 smithi115 bash[22345]: audit 2024-04-18T21:40:08.239901+0000 mon.a (mon.0) 454 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:09.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:09 smithi080 bash[22189]: audit 2024-04-18T21:40:08.936168+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.80:0/2618799622' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T21:40:09.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:09 smithi080 bash[22189]: audit 2024-04-18T21:40:09.467932+0000 mon.a (mon.0) 455 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:09.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:09 smithi080 bash[22189]: audit 2024-04-18T21:40:09.475839+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:09.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:09 smithi080 bash[22189]: audit 2024-04-18T21:40:09.485645+0000 mon.a (mon.0) 457 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:09.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:09 smithi049 bash[21444]: audit 2024-04-18T21:40:08.936168+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.80:0/2618799622' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T21:40:09.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:09 smithi049 bash[21444]: audit 2024-04-18T21:40:09.467932+0000 mon.a (mon.0) 455 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:09.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:09 smithi049 bash[21444]: audit 2024-04-18T21:40:09.475839+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:09.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:09 smithi049 bash[21444]: audit 2024-04-18T21:40:09.485645+0000 mon.a (mon.0) 457 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:09.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:09 smithi115 bash[22345]: audit 2024-04-18T21:40:08.936168+0000 mon.b (mon.2) 7 : audit 0 from='client.? 172.21.15.80:0/2618799622' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T21:40:09.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:09 smithi115 bash[22345]: audit 2024-04-18T21:40:09.467932+0000 mon.a (mon.0) 455 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:09.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:09 smithi115 bash[22345]: audit 2024-04-18T21:40:09.475839+0000 mon.a (mon.0) 456 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:09.907 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:09 smithi115 bash[22345]: audit 2024-04-18T21:40:09.485645+0000 mon.a (mon.0) 457 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:10.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:10 smithi080 bash[22189]: cluster 2024-04-18T21:40:09.117992+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:10.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:10 smithi049 bash[21444]: cluster 2024-04-18T21:40:09.117992+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:10.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:10 smithi115 bash[22345]: cluster 2024-04-18T21:40:09.117992+0000 mgr.a (mgr.14152) 162 : cluster 0 pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:12.722 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:12 smithi080 bash[22189]: cluster 2024-04-18T21:40:11.118447+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:12.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:12 smithi049 bash[21444]: cluster 2024-04-18T21:40:11.118447+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:12.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:12 smithi115 bash[22345]: cluster 2024-04-18T21:40:11.118447+0000 mgr.a (mgr.14152) 163 : cluster 0 pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:14.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:14 smithi080 bash[22189]: cluster 2024-04-18T21:40:13.118867+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:14.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:14 smithi049 bash[21444]: cluster 2024-04-18T21:40:13.118867+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:14.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:14 smithi115 bash[22345]: cluster 2024-04-18T21:40:13.118867+0000 mgr.a (mgr.14152) 164 : cluster 0 pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:16.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:16 smithi080 bash[22189]: cluster 2024-04-18T21:40:15.119397+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:16.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:16 smithi080 bash[22189]: audit 2024-04-18T21:40:16.289967+0000 mon.a (mon.0) 458 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:16.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:16 smithi080 bash[22189]: audit 2024-04-18T21:40:16.299037+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:16.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:16 smithi080 bash[22189]: audit 2024-04-18T21:40:16.309693+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:16.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:16 smithi049 bash[21444]: cluster 2024-04-18T21:40:15.119397+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:16.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:16 smithi049 bash[21444]: audit 2024-04-18T21:40:16.289967+0000 mon.a (mon.0) 458 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:16.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:16 smithi049 bash[21444]: audit 2024-04-18T21:40:16.299037+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:16.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:16 smithi049 bash[21444]: audit 2024-04-18T21:40:16.309693+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:16.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:16 smithi115 bash[22345]: cluster 2024-04-18T21:40:15.119397+0000 mgr.a (mgr.14152) 165 : cluster 0 pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:16.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:16 smithi115 bash[22345]: audit 2024-04-18T21:40:16.289967+0000 mon.a (mon.0) 458 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:16.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:16 smithi115 bash[22345]: audit 2024-04-18T21:40:16.299037+0000 mon.a (mon.0) 459 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:16.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:16 smithi115 bash[22345]: audit 2024-04-18T21:40:16.309693+0000 mon.a (mon.0) 460 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:17.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:17 smithi049 bash[21444]: cephadm 2024-04-18T21:40:16.302352+0000 mgr.a (mgr.14152) 166 : cephadm 1 Detected new or changed devices on smithi080 2024-04-18T21:40:17.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:17 smithi115 bash[22345]: cephadm 2024-04-18T21:40:16.302352+0000 mgr.a (mgr.14152) 166 : cephadm 1 Detected new or changed devices on smithi080 2024-04-18T21:40:18.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:17 smithi080 bash[22189]: cephadm 2024-04-18T21:40:16.302352+0000 mgr.a (mgr.14152) 166 : cephadm 1 Detected new or changed devices on smithi080 2024-04-18T21:40:18.768 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:18 smithi080 bash[22189]: cluster 2024-04-18T21:40:17.119956+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:18.863 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:18 smithi049 bash[21444]: cluster 2024-04-18T21:40:17.119956+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:18.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:18 smithi115 bash[22345]: cluster 2024-04-18T21:40:17.119956+0000 mgr.a (mgr.14152) 167 : cluster 0 pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:20.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:20 smithi049 bash[21444]: cluster 2024-04-18T21:40:19.120369+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:20.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:20 smithi115 bash[22345]: cluster 2024-04-18T21:40:19.120369+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:21.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:20 smithi080 bash[22189]: cluster 2024-04-18T21:40:19.120369+0000 mgr.a (mgr.14152) 168 : cluster 0 pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:21.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:21 smithi049 bash[21444]: audit 2024-04-18T21:40:20.823168+0000 mon.a (mon.0) 461 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T21:40:21.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:21 smithi049 bash[21444]: audit 2024-04-18T21:40:20.825078+0000 mon.a (mon.0) 462 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:21.882 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:21 smithi115 bash[22345]: audit 2024-04-18T21:40:20.823168+0000 mon.a (mon.0) 461 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T21:40:21.882 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:21 smithi115 bash[22345]: audit 2024-04-18T21:40:20.825078+0000 mon.a (mon.0) 462 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:21.943 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:21 smithi080 bash[22189]: audit 2024-04-18T21:40:20.823168+0000 mon.a (mon.0) 461 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-04-18T21:40:21.944 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:21 smithi080 bash[22189]: audit 2024-04-18T21:40:20.825078+0000 mon.a (mon.0) 462 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:22.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:22 smithi049 bash[21444]: cephadm 2024-04-18T21:40:20.826816+0000 mgr.a (mgr.14152) 169 : cephadm 1 Deploying daemon osd.1 on smithi080 2024-04-18T21:40:22.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:22 smithi049 bash[21444]: cluster 2024-04-18T21:40:21.120949+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:22.861 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:22 smithi080 bash[22189]: cephadm 2024-04-18T21:40:20.826816+0000 mgr.a (mgr.14152) 169 : cephadm 1 Deploying daemon osd.1 on smithi080 2024-04-18T21:40:22.861 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:22 smithi080 bash[22189]: cluster 2024-04-18T21:40:21.120949+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:22.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:22 smithi115 bash[22345]: cephadm 2024-04-18T21:40:20.826816+0000 mgr.a (mgr.14152) 169 : cephadm 1 Deploying daemon osd.1 on smithi080 2024-04-18T21:40:22.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:22 smithi115 bash[22345]: cluster 2024-04-18T21:40:21.120949+0000 mgr.a (mgr.14152) 170 : cluster 0 pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:23.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:23 smithi080 bash[22189]: audit 2024-04-18T21:40:22.752630+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:23.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:23 smithi080 bash[22189]: audit 2024-04-18T21:40:22.759875+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:23.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:23 smithi080 bash[22189]: audit 2024-04-18T21:40:22.770062+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:24.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:23 smithi049 bash[21444]: audit 2024-04-18T21:40:22.752630+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:24.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:23 smithi049 bash[21444]: audit 2024-04-18T21:40:22.759875+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:24.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:23 smithi049 bash[21444]: audit 2024-04-18T21:40:22.770062+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:24.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:23 smithi115 bash[22345]: audit 2024-04-18T21:40:22.752630+0000 mon.a (mon.0) 463 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:24.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:23 smithi115 bash[22345]: audit 2024-04-18T21:40:22.759875+0000 mon.a (mon.0) 464 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:24.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:23 smithi115 bash[22345]: audit 2024-04-18T21:40:22.770062+0000 mon.a (mon.0) 465 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:24.937 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:40:24 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:40:24.938 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:24 smithi080 bash[22189]: cluster 2024-04-18T21:40:23.121464+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:24.938 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:24 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:40:25.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:24 smithi049 bash[21444]: cluster 2024-04-18T21:40:23.121464+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:25.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:24 smithi115 bash[22345]: cluster 2024-04-18T21:40:23.121464+0000 mgr.a (mgr.14152) 171 : cluster 0 pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:25.204 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:25 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:40:25.204 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:40:25 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:40:26.023 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:25 smithi080 bash[22189]: audit 2024-04-18T21:40:25.203881+0000 mon.a (mon.0) 466 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:26.023 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:25 smithi080 bash[22189]: audit 2024-04-18T21:40:25.212774+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:26.024 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:25 smithi080 bash[22189]: audit 2024-04-18T21:40:25.213588+0000 mon.a (mon.0) 468 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:26.024 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:25 smithi080 bash[22189]: audit 2024-04-18T21:40:25.216395+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:26.024 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:25 smithi080 bash[22189]: audit 2024-04-18T21:40:25.222107+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:26.024 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:25 smithi080 bash[22189]: audit 2024-04-18T21:40:25.228798+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:26.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:25 smithi049 bash[21444]: audit 2024-04-18T21:40:25.203881+0000 mon.a (mon.0) 466 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:26.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:25 smithi049 bash[21444]: audit 2024-04-18T21:40:25.212774+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:26.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:25 smithi049 bash[21444]: audit 2024-04-18T21:40:25.213588+0000 mon.a (mon.0) 468 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:26.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:25 smithi049 bash[21444]: audit 2024-04-18T21:40:25.216395+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:26.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:25 smithi049 bash[21444]: audit 2024-04-18T21:40:25.222107+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:26.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:25 smithi049 bash[21444]: audit 2024-04-18T21:40:25.228798+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:26.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:25 smithi115 bash[22345]: audit 2024-04-18T21:40:25.203881+0000 mon.a (mon.0) 466 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:26.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:25 smithi115 bash[22345]: audit 2024-04-18T21:40:25.212774+0000 mon.a (mon.0) 467 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:26.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:25 smithi115 bash[22345]: audit 2024-04-18T21:40:25.213588+0000 mon.a (mon.0) 468 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:26.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:25 smithi115 bash[22345]: audit 2024-04-18T21:40:25.216395+0000 mon.a (mon.0) 469 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:26.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:25 smithi115 bash[22345]: audit 2024-04-18T21:40:25.222107+0000 mon.a (mon.0) 470 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:26.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:25 smithi115 bash[22345]: audit 2024-04-18T21:40:25.228798+0000 mon.a (mon.0) 471 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:27.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:26 smithi080 bash[22189]: cluster 2024-04-18T21:40:25.122017+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:27.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:26 smithi049 bash[21444]: cluster 2024-04-18T21:40:25.122017+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:27.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:26 smithi115 bash[22345]: cluster 2024-04-18T21:40:25.122017+0000 mgr.a (mgr.14152) 172 : cluster 0 pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:28.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:27 smithi080 bash[22189]: cluster 2024-04-18T21:40:27.122471+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:28.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:27 smithi049 bash[21444]: cluster 2024-04-18T21:40:27.122471+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:28.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:27 smithi115 bash[22345]: cluster 2024-04-18T21:40:27.122471+0000 mgr.a (mgr.14152) 173 : cluster 0 pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:31.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:30 smithi080 bash[22189]: cluster 2024-04-18T21:40:29.122890+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:31.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:30 smithi080 bash[22189]: audit 2024-04-18T21:40:29.691849+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:31.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:30 smithi080 bash[22189]: audit 2024-04-18T21:40:29.700079+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:31.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:30 smithi080 bash[22189]: audit 2024-04-18T21:40:29.710222+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:31.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:30 smithi049 bash[21444]: cluster 2024-04-18T21:40:29.122890+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:31.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:30 smithi049 bash[21444]: audit 2024-04-18T21:40:29.691849+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:31.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:30 smithi049 bash[21444]: audit 2024-04-18T21:40:29.700079+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:31.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:30 smithi049 bash[21444]: audit 2024-04-18T21:40:29.710222+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:31.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:30 smithi115 bash[22345]: cluster 2024-04-18T21:40:29.122890+0000 mgr.a (mgr.14152) 174 : cluster 0 pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:31.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:30 smithi115 bash[22345]: audit 2024-04-18T21:40:29.691849+0000 mon.a (mon.0) 472 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:31.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:30 smithi115 bash[22345]: audit 2024-04-18T21:40:29.700079+0000 mon.a (mon.0) 473 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:31.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:30 smithi115 bash[22345]: audit 2024-04-18T21:40:29.710222+0000 mon.a (mon.0) 474 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:31.946 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:31 smithi049 bash[21444]: audit 2024-04-18T21:40:31.251389+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.80:6800/3305869638,v1:172.21.15.80:6801/3305869638]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T21:40:31.946 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:31 smithi049 bash[21444]: audit 2024-04-18T21:40:31.251936+0000 mon.a (mon.0) 475 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T21:40:32.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:31 smithi080 bash[22189]: audit 2024-04-18T21:40:31.251389+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.80:6800/3305869638,v1:172.21.15.80:6801/3305869638]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T21:40:32.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:31 smithi080 bash[22189]: audit 2024-04-18T21:40:31.251936+0000 mon.a (mon.0) 475 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T21:40:32.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:31 smithi115 bash[22345]: audit 2024-04-18T21:40:31.251389+0000 mon.b (mon.2) 8 : audit 1 from='osd.1 [v2:172.21.15.80:6800/3305869638,v1:172.21.15.80:6801/3305869638]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T21:40:32.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:31 smithi115 bash[22345]: audit 2024-04-18T21:40:31.251936+0000 mon.a (mon.0) 475 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-04-18T21:40:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:32 smithi049 bash[21444]: cluster 2024-04-18T21:40:31.123235+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:32 smithi049 bash[21444]: audit 2024-04-18T21:40:31.699260+0000 mon.a (mon.0) 476 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-18T21:40:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:32 smithi049 bash[21444]: audit 2024-04-18T21:40:31.701943+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.80:6800/3305869638,v1:172.21.15.80:6801/3305869638]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T21:40:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:32 smithi049 bash[21444]: cluster 2024-04-18T21:40:31.703912+0000 mon.a (mon.0) 477 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-18T21:40:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:32 smithi049 bash[21444]: audit 2024-04-18T21:40:31.705086+0000 mon.a (mon.0) 478 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:33.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:32 smithi049 bash[21444]: audit 2024-04-18T21:40:31.705978+0000 mon.a (mon.0) 479 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T21:40:33.111 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:32 smithi080 bash[22189]: cluster 2024-04-18T21:40:31.123235+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:33.111 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:32 smithi080 bash[22189]: audit 2024-04-18T21:40:31.699260+0000 mon.a (mon.0) 476 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-18T21:40:33.111 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:32 smithi080 bash[22189]: audit 2024-04-18T21:40:31.701943+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.80:6800/3305869638,v1:172.21.15.80:6801/3305869638]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T21:40:33.111 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:32 smithi080 bash[22189]: cluster 2024-04-18T21:40:31.703912+0000 mon.a (mon.0) 477 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-18T21:40:33.111 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:32 smithi080 bash[22189]: audit 2024-04-18T21:40:31.705086+0000 mon.a (mon.0) 478 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:33.111 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:32 smithi080 bash[22189]: audit 2024-04-18T21:40:31.705978+0000 mon.a (mon.0) 479 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T21:40:33.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:32 smithi115 bash[22345]: cluster 2024-04-18T21:40:31.123235+0000 mgr.a (mgr.14152) 175 : cluster 0 pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:33.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:32 smithi115 bash[22345]: audit 2024-04-18T21:40:31.699260+0000 mon.a (mon.0) 476 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-04-18T21:40:33.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:32 smithi115 bash[22345]: audit 2024-04-18T21:40:31.701943+0000 mon.b (mon.2) 9 : audit 1 from='osd.1 [v2:172.21.15.80:6800/3305869638,v1:172.21.15.80:6801/3305869638]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T21:40:33.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:32 smithi115 bash[22345]: cluster 2024-04-18T21:40:31.703912+0000 mon.a (mon.0) 477 : cluster 0 osdmap e11: 2 total, 1 up, 2 in 2024-04-18T21:40:33.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:32 smithi115 bash[22345]: audit 2024-04-18T21:40:31.705086+0000 mon.a (mon.0) 478 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:33.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:32 smithi115 bash[22345]: audit 2024-04-18T21:40:31.705978+0000 mon.a (mon.0) 479 : audit 1 from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]: dispatch 2024-04-18T21:40:34.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:33 smithi080 bash[22189]: audit 2024-04-18T21:40:32.701317+0000 mon.a (mon.0) 480 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-04-18T21:40:34.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:33 smithi080 bash[22189]: cluster 2024-04-18T21:40:32.704697+0000 mon.a (mon.0) 481 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-18T21:40:34.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:33 smithi080 bash[22189]: audit 2024-04-18T21:40:32.705462+0000 mon.a (mon.0) 482 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:34.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:33 smithi080 bash[22189]: audit 2024-04-18T21:40:32.712984+0000 mon.a (mon.0) 483 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:34.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:33 smithi049 bash[21444]: audit 2024-04-18T21:40:32.701317+0000 mon.a (mon.0) 480 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-04-18T21:40:34.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:33 smithi049 bash[21444]: cluster 2024-04-18T21:40:32.704697+0000 mon.a (mon.0) 481 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-18T21:40:34.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:33 smithi049 bash[21444]: audit 2024-04-18T21:40:32.705462+0000 mon.a (mon.0) 482 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:34.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:33 smithi049 bash[21444]: audit 2024-04-18T21:40:32.712984+0000 mon.a (mon.0) 483 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:34.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:33 smithi115 bash[22345]: audit 2024-04-18T21:40:32.701317+0000 mon.a (mon.0) 480 : audit 1 from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi080", "root=default"]}]': finished 2024-04-18T21:40:34.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:33 smithi115 bash[22345]: cluster 2024-04-18T21:40:32.704697+0000 mon.a (mon.0) 481 : cluster 0 osdmap e12: 2 total, 1 up, 2 in 2024-04-18T21:40:34.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:33 smithi115 bash[22345]: audit 2024-04-18T21:40:32.705462+0000 mon.a (mon.0) 482 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:34.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:33 smithi115 bash[22345]: audit 2024-04-18T21:40:32.712984+0000 mon.a (mon.0) 483 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:35.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:34 smithi080 bash[22189]: cluster 2024-04-18T21:40:32.273370+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-18T21:40:35.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:34 smithi080 bash[22189]: cluster 2024-04-18T21:40:32.273540+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-18T21:40:35.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:34 smithi080 bash[22189]: cluster 2024-04-18T21:40:33.123657+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:35.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:34 smithi080 bash[22189]: cluster 2024-04-18T21:40:33.714586+0000 mon.a (mon.0) 484 : cluster 1 osd.1 [v2:172.21.15.80:6800/3305869638,v1:172.21.15.80:6801/3305869638] boot 2024-04-18T21:40:35.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:34 smithi080 bash[22189]: cluster 2024-04-18T21:40:33.714650+0000 mon.a (mon.0) 485 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-18T21:40:35.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:34 smithi080 bash[22189]: audit 2024-04-18T21:40:33.715276+0000 mon.a (mon.0) 486 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:34 smithi049 bash[21444]: cluster 2024-04-18T21:40:32.273370+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-18T21:40:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:34 smithi049 bash[21444]: cluster 2024-04-18T21:40:32.273540+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-18T21:40:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:34 smithi049 bash[21444]: cluster 2024-04-18T21:40:33.123657+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:34 smithi049 bash[21444]: cluster 2024-04-18T21:40:33.714586+0000 mon.a (mon.0) 484 : cluster 1 osd.1 [v2:172.21.15.80:6800/3305869638,v1:172.21.15.80:6801/3305869638] boot 2024-04-18T21:40:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:34 smithi049 bash[21444]: cluster 2024-04-18T21:40:33.714650+0000 mon.a (mon.0) 485 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-18T21:40:35.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:34 smithi049 bash[21444]: audit 2024-04-18T21:40:33.715276+0000 mon.a (mon.0) 486 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:35.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:34 smithi115 bash[22345]: cluster 2024-04-18T21:40:32.273370+0000 osd.1 (osd.1) 1 : cluster 0 purged_snaps scrub starts 2024-04-18T21:40:35.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:34 smithi115 bash[22345]: cluster 2024-04-18T21:40:32.273540+0000 osd.1 (osd.1) 2 : cluster 0 purged_snaps scrub ok 2024-04-18T21:40:35.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:34 smithi115 bash[22345]: cluster 2024-04-18T21:40:33.123657+0000 mgr.a (mgr.14152) 176 : cluster 0 pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-04-18T21:40:35.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:34 smithi115 bash[22345]: cluster 2024-04-18T21:40:33.714586+0000 mon.a (mon.0) 484 : cluster 1 osd.1 [v2:172.21.15.80:6800/3305869638,v1:172.21.15.80:6801/3305869638] boot 2024-04-18T21:40:35.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:34 smithi115 bash[22345]: cluster 2024-04-18T21:40:33.714650+0000 mon.a (mon.0) 485 : cluster 0 osdmap e13: 2 total, 2 up, 2 in 2024-04-18T21:40:35.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:34 smithi115 bash[22345]: audit 2024-04-18T21:40:33.715276+0000 mon.a (mon.0) 486 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:40:36.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:35 smithi080 bash[22189]: cluster 2024-04-18T21:40:34.730518+0000 mon.a (mon.0) 487 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-18T21:40:36.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:35 smithi049 bash[21444]: cluster 2024-04-18T21:40:34.730518+0000 mon.a (mon.0) 487 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-18T21:40:36.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:35 smithi115 bash[22345]: cluster 2024-04-18T21:40:34.730518+0000 mon.a (mon.0) 487 : cluster 0 osdmap e14: 2 total, 2 up, 2 in 2024-04-18T21:40:37.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:36 smithi080 bash[22189]: cluster 2024-04-18T21:40:35.124107+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:37.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:36 smithi080 bash[22189]: audit 2024-04-18T21:40:36.464020+0000 mon.a (mon.0) 488 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:36 smithi080 bash[22189]: audit 2024-04-18T21:40:36.472375+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:36 smithi080 bash[22189]: audit 2024-04-18T21:40:36.482405+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:36 smithi080 bash[22189]: audit 2024-04-18T21:40:36.514485+0000 mon.a (mon.0) 491 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:37.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:36 smithi080 bash[22189]: audit 2024-04-18T21:40:36.520091+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:37.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:36 smithi080 bash[22189]: audit 2024-04-18T21:40:36.521907+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:37.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:36 smithi080 bash[22189]: audit 2024-04-18T21:40:36.532168+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:36 smithi049 bash[21444]: cluster 2024-04-18T21:40:35.124107+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:37.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:36 smithi049 bash[21444]: audit 2024-04-18T21:40:36.464020+0000 mon.a (mon.0) 488 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:36 smithi049 bash[21444]: audit 2024-04-18T21:40:36.472375+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:36 smithi049 bash[21444]: audit 2024-04-18T21:40:36.482405+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:36 smithi049 bash[21444]: audit 2024-04-18T21:40:36.514485+0000 mon.a (mon.0) 491 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:37.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:36 smithi049 bash[21444]: audit 2024-04-18T21:40:36.520091+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:37.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:36 smithi049 bash[21444]: audit 2024-04-18T21:40:36.521907+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:37.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:36 smithi049 bash[21444]: audit 2024-04-18T21:40:36.532168+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:36 smithi115 bash[22345]: cluster 2024-04-18T21:40:35.124107+0000 mgr.a (mgr.14152) 177 : cluster 0 pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:36 smithi115 bash[22345]: audit 2024-04-18T21:40:36.464020+0000 mon.a (mon.0) 488 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:36 smithi115 bash[22345]: audit 2024-04-18T21:40:36.472375+0000 mon.a (mon.0) 489 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:36 smithi115 bash[22345]: audit 2024-04-18T21:40:36.482405+0000 mon.a (mon.0) 490 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:36 smithi115 bash[22345]: audit 2024-04-18T21:40:36.514485+0000 mon.a (mon.0) 491 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:36 smithi115 bash[22345]: audit 2024-04-18T21:40:36.520091+0000 mon.a (mon.0) 492 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:36 smithi115 bash[22345]: audit 2024-04-18T21:40:36.521907+0000 mon.a (mon.0) 493 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:37.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:36 smithi115 bash[22345]: audit 2024-04-18T21:40:36.532168+0000 mon.a (mon.0) 494 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.554 INFO:teuthology.orchestra.run.smithi080.stdout:Created osd(s) 1 on host 'smithi080' 2024-04-18T21:40:37.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:37 smithi080 bash[22189]: cluster 2024-04-18T21:40:36.525654+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:37.823 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:37 smithi080 bash[22189]: cluster 2024-04-18T21:40:37.479105+0000 mon.a (mon.0) 495 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-18T21:40:37.823 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:37 smithi080 bash[22189]: audit 2024-04-18T21:40:37.527269+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.823 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:37 smithi080 bash[22189]: audit 2024-04-18T21:40:37.535895+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:37.823 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:37 smithi080 bash[22189]: audit 2024-04-18T21:40:37.557481+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:37.823 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:37 smithi080 bash[22189]: audit 2024-04-18T21:40:37.563316+0000 mon.a (mon.0) 499 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:40:37.823 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:37 smithi080 bash[22189]: audit 2024-04-18T21:40:37.565094+0000 mon.a (mon.0) 500 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:37.823 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:37 smithi080 bash[22189]: audit 2024-04-18T21:40:37.566778+0000 mon.a (mon.0) 501 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:37.823 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:37 smithi080 bash[22189]: audit 2024-04-18T21:40:37.576882+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:37 smithi049 bash[21444]: cluster 2024-04-18T21:40:36.525654+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:37 smithi049 bash[21444]: cluster 2024-04-18T21:40:37.479105+0000 mon.a (mon.0) 495 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-18T21:40:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:37 smithi049 bash[21444]: audit 2024-04-18T21:40:37.527269+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:37 smithi049 bash[21444]: audit 2024-04-18T21:40:37.535895+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:37 smithi049 bash[21444]: audit 2024-04-18T21:40:37.557481+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:37 smithi049 bash[21444]: audit 2024-04-18T21:40:37.563316+0000 mon.a (mon.0) 499 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:40:38.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:37 smithi049 bash[21444]: audit 2024-04-18T21:40:37.565094+0000 mon.a (mon.0) 500 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:38.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:37 smithi049 bash[21444]: audit 2024-04-18T21:40:37.566778+0000 mon.a (mon.0) 501 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:38.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:37 smithi049 bash[21444]: audit 2024-04-18T21:40:37.576882+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:38.154 DEBUG:teuthology.orchestra.run.smithi080:osd.1> sudo journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@osd.1.service 2024-04-18T21:40:38.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:37 smithi115 bash[22345]: cluster 2024-04-18T21:40:36.525654+0000 mgr.a (mgr.14152) 178 : cluster 0 pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:38.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:37 smithi115 bash[22345]: cluster 2024-04-18T21:40:37.479105+0000 mon.a (mon.0) 495 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-18T21:40:38.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:37 smithi115 bash[22345]: audit 2024-04-18T21:40:37.527269+0000 mon.a (mon.0) 496 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:38.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:37 smithi115 bash[22345]: audit 2024-04-18T21:40:37.535895+0000 mon.a (mon.0) 497 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:38.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:37 smithi115 bash[22345]: audit 2024-04-18T21:40:37.557481+0000 mon.a (mon.0) 498 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:38.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:37 smithi115 bash[22345]: audit 2024-04-18T21:40:37.563316+0000 mon.a (mon.0) 499 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:40:38.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:37 smithi115 bash[22345]: audit 2024-04-18T21:40:37.565094+0000 mon.a (mon.0) 500 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:38.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:37 smithi115 bash[22345]: audit 2024-04-18T21:40:37.566778+0000 mon.a (mon.0) 501 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:38.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:37 smithi115 bash[22345]: audit 2024-04-18T21:40:37.576882+0000 mon.a (mon.0) 502 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:38.158 INFO:tasks.cephadm:Deploying osd.2 on smithi115 with /dev/vg_nvme/lv_4... 2024-04-18T21:40:38.158 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-18T21:40:39.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:38 smithi080 bash[22189]: cluster 2024-04-18T21:40:37.570088+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:39.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:38 smithi080 bash[22189]: cluster 2024-04-18T21:40:37.570449+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:39.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:38 smithi049 bash[21444]: cluster 2024-04-18T21:40:37.570088+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:39.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:38 smithi049 bash[21444]: cluster 2024-04-18T21:40:37.570449+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:39.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:38 smithi115 bash[22345]: cluster 2024-04-18T21:40:37.570088+0000 mgr.a (mgr.14152) 179 : cluster 0 pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:39.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:38 smithi115 bash[22345]: cluster 2024-04-18T21:40:37.570449+0000 mgr.a (mgr.14152) 180 : cluster 0 pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:41.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:40 smithi080 bash[22189]: cluster 2024-04-18T21:40:39.570753+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:41.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:40 smithi049 bash[21444]: cluster 2024-04-18T21:40:39.570753+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:41.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:40 smithi115 bash[22345]: cluster 2024-04-18T21:40:39.570753+0000 mgr.a (mgr.14152) 181 : cluster 0 pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:41.861 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T21:40:42.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:42 smithi115 bash[22345]: audit 2024-04-18T21:40:41.056970+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:42 smithi115 bash[22345]: audit 2024-04-18T21:40:41.065640+0000 mon.a (mon.0) 504 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:42 smithi115 bash[22345]: audit 2024-04-18T21:40:41.075877+0000 mon.a (mon.0) 505 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:42 smithi115 bash[22345]: audit 2024-04-18T21:40:41.108763+0000 mon.a (mon.0) 506 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:42.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:42 smithi115 bash[22345]: audit 2024-04-18T21:40:41.114560+0000 mon.a (mon.0) 507 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:42.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:42 smithi115 bash[22345]: audit 2024-04-18T21:40:41.116521+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:42.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:42 smithi115 bash[22345]: cluster 2024-04-18T21:40:41.119933+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:42.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:42 smithi115 bash[22345]: audit 2024-04-18T21:40:41.126636+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:42 smithi080 bash[22189]: audit 2024-04-18T21:40:41.056970+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:42 smithi080 bash[22189]: audit 2024-04-18T21:40:41.065640+0000 mon.a (mon.0) 504 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:42 smithi080 bash[22189]: audit 2024-04-18T21:40:41.075877+0000 mon.a (mon.0) 505 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:42 smithi080 bash[22189]: audit 2024-04-18T21:40:41.108763+0000 mon.a (mon.0) 506 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:42.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:42 smithi080 bash[22189]: audit 2024-04-18T21:40:41.114560+0000 mon.a (mon.0) 507 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:42.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:42 smithi080 bash[22189]: audit 2024-04-18T21:40:41.116521+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:42.322 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:42 smithi080 bash[22189]: cluster 2024-04-18T21:40:41.119933+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:42.323 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:42 smithi080 bash[22189]: audit 2024-04-18T21:40:41.126636+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:42 smithi049 bash[21444]: audit 2024-04-18T21:40:41.056970+0000 mon.a (mon.0) 503 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:42 smithi049 bash[21444]: audit 2024-04-18T21:40:41.065640+0000 mon.a (mon.0) 504 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:42 smithi049 bash[21444]: audit 2024-04-18T21:40:41.075877+0000 mon.a (mon.0) 505 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:42.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:42 smithi049 bash[21444]: audit 2024-04-18T21:40:41.108763+0000 mon.a (mon.0) 506 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:40:42.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:42 smithi049 bash[21444]: audit 2024-04-18T21:40:41.114560+0000 mon.a (mon.0) 507 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:42.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:42 smithi049 bash[21444]: audit 2024-04-18T21:40:41.116521+0000 mon.a (mon.0) 508 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:40:42.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:42 smithi049 bash[21444]: cluster 2024-04-18T21:40:41.119933+0000 mgr.a (mgr.14152) 182 : cluster 0 pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:42.361 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:42 smithi049 bash[21444]: audit 2024-04-18T21:40:41.126636+0000 mon.a (mon.0) 509 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:43.097 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:43 smithi115 bash[22345]: cluster 2024-04-18T21:40:42.072469+0000 mon.a (mon.0) 510 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-18T21:40:43.097 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:43 smithi115 bash[22345]: cluster 2024-04-18T21:40:42.072519+0000 mon.a (mon.0) 511 : cluster 1 Cluster is now healthy 2024-04-18T21:40:43.097 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:43 smithi115 bash[22345]: audit 2024-04-18T21:40:42.972414+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:43.097 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:43 smithi115 bash[22345]: audit 2024-04-18T21:40:42.979222+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:43.097 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:43 smithi115 bash[22345]: audit 2024-04-18T21:40:42.987736+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:43.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:43 smithi080 bash[22189]: cluster 2024-04-18T21:40:42.072469+0000 mon.a (mon.0) 510 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-18T21:40:43.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:43 smithi080 bash[22189]: cluster 2024-04-18T21:40:42.072519+0000 mon.a (mon.0) 511 : cluster 1 Cluster is now healthy 2024-04-18T21:40:43.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:43 smithi080 bash[22189]: audit 2024-04-18T21:40:42.972414+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:43.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:43 smithi080 bash[22189]: audit 2024-04-18T21:40:42.979222+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:43.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:43 smithi080 bash[22189]: audit 2024-04-18T21:40:42.987736+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:43.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:43 smithi049 bash[21444]: cluster 2024-04-18T21:40:42.072469+0000 mon.a (mon.0) 510 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-18T21:40:43.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:43 smithi049 bash[21444]: cluster 2024-04-18T21:40:42.072519+0000 mon.a (mon.0) 511 : cluster 1 Cluster is now healthy 2024-04-18T21:40:43.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:43 smithi049 bash[21444]: audit 2024-04-18T21:40:42.972414+0000 mon.a (mon.0) 512 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:43.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:43 smithi049 bash[21444]: audit 2024-04-18T21:40:42.979222+0000 mon.a (mon.0) 513 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:43.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:43 smithi049 bash[21444]: audit 2024-04-18T21:40:42.987736+0000 mon.a (mon.0) 514 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:44.078 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:44 smithi115 bash[22345]: cluster 2024-04-18T21:40:43.120375+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:44.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:44 smithi080 bash[22189]: cluster 2024-04-18T21:40:43.120375+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:44.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:44 smithi049 bash[21444]: cluster 2024-04-18T21:40:43.120375+0000 mgr.a (mgr.14152) 183 : cluster 0 pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:45.963 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-04-18T21:40:45.963 INFO:teuthology.orchestra.run.smithi115.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-04-18T21:40:45.963 INFO:teuthology.orchestra.run.smithi115.stderr: stderr: 10+0 records in 2024-04-18T21:40:45.963 INFO:teuthology.orchestra.run.smithi115.stderr:10+0 records out 2024-04-18T21:40:45.964 INFO:teuthology.orchestra.run.smithi115.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0118483 s, 885 MB/s 2024-04-18T21:40:45.964 INFO:teuthology.orchestra.run.smithi115.stderr:--> Zapping successful for: 2024-04-18T21:40:46.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:46 smithi115 bash[22345]: cluster 2024-04-18T21:40:45.120880+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:46.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:46 smithi080 bash[22189]: cluster 2024-04-18T21:40:45.120880+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:46.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:46 smithi049 bash[21444]: cluster 2024-04-18T21:40:45.120880+0000 mgr.a (mgr.14152) 184 : cluster 0 pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:46.896 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph orch daemon add osd smithi115:vg_nvme/lv_4 2024-04-18T21:40:48.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:48 smithi080 bash[22189]: cluster 2024-04-18T21:40:47.121326+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:48.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:48 smithi049 bash[21444]: cluster 2024-04-18T21:40:47.121326+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:48.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:48 smithi115 bash[22345]: cluster 2024-04-18T21:40:47.121326+0000 mgr.a (mgr.14152) 185 : cluster 0 pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:50.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:50 smithi115 bash[22345]: cluster 2024-04-18T21:40:49.121794+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:50.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:50 smithi115 bash[22345]: audit 2024-04-18T21:40:49.916372+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:50.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:50 smithi115 bash[22345]: audit 2024-04-18T21:40:49.924387+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:50.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:50 smithi115 bash[22345]: audit 2024-04-18T21:40:49.934920+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:50.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:50 smithi080 bash[22189]: cluster 2024-04-18T21:40:49.121794+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:50.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:50 smithi080 bash[22189]: audit 2024-04-18T21:40:49.916372+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:50.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:50 smithi080 bash[22189]: audit 2024-04-18T21:40:49.924387+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:50.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:50 smithi080 bash[22189]: audit 2024-04-18T21:40:49.934920+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:50.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:50 smithi049 bash[21444]: cluster 2024-04-18T21:40:49.121794+0000 mgr.a (mgr.14152) 186 : cluster 0 pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:50.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:50 smithi049 bash[21444]: audit 2024-04-18T21:40:49.916372+0000 mon.a (mon.0) 515 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:50.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:50 smithi049 bash[21444]: audit 2024-04-18T21:40:49.924387+0000 mon.a (mon.0) 516 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:50.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:50 smithi049 bash[21444]: audit 2024-04-18T21:40:49.934920+0000 mon.a (mon.0) 517 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:40:50.795 INFO:teuthology.orchestra.run.smithi115.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.c/config 2024-04-18T21:40:52.353 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:52 smithi115 bash[22345]: cluster 2024-04-18T21:40:51.122286+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:52.360 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:52 smithi049 bash[21444]: cluster 2024-04-18T21:40:51.122286+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:52.447 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:52 smithi080 bash[22189]: cluster 2024-04-18T21:40:51.122286+0000 mgr.a (mgr.14152) 187 : cluster 0 pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:54.562 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:54 smithi080 bash[22189]: cluster 2024-04-18T21:40:53.122837+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:54.562 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:54 smithi080 bash[22189]: audit 2024-04-18T21:40:53.514217+0000 mgr.a (mgr.14152) 189 : audit 0 from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:40:54.562 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:54 smithi080 bash[22189]: audit 2024-04-18T21:40:53.518663+0000 mon.a (mon.0) 518 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T21:40:54.562 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:54 smithi080 bash[22189]: audit 2024-04-18T21:40:53.525060+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T21:40:54.562 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:54 smithi080 bash[22189]: audit 2024-04-18T21:40:53.526670+0000 mon.a (mon.0) 520 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:54.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:54 smithi049 bash[21444]: cluster 2024-04-18T21:40:53.122837+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:54.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:54 smithi049 bash[21444]: audit 2024-04-18T21:40:53.514217+0000 mgr.a (mgr.14152) 189 : audit 0 from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:40:54.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:54 smithi049 bash[21444]: audit 2024-04-18T21:40:53.518663+0000 mon.a (mon.0) 518 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T21:40:54.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:54 smithi049 bash[21444]: audit 2024-04-18T21:40:53.525060+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T21:40:54.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:54 smithi049 bash[21444]: audit 2024-04-18T21:40:53.526670+0000 mon.a (mon.0) 520 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:54.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:54 smithi115 bash[22345]: cluster 2024-04-18T21:40:53.122837+0000 mgr.a (mgr.14152) 188 : cluster 0 pgmap v133: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:54.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:54 smithi115 bash[22345]: audit 2024-04-18T21:40:53.514217+0000 mgr.a (mgr.14152) 189 : audit 0 from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi115:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:40:54.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:54 smithi115 bash[22345]: audit 2024-04-18T21:40:53.518663+0000 mon.a (mon.0) 518 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-04-18T21:40:54.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:54 smithi115 bash[22345]: audit 2024-04-18T21:40:53.525060+0000 mon.a (mon.0) 519 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-04-18T21:40:54.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:54 smithi115 bash[22345]: audit 2024-04-18T21:40:53.526670+0000 mon.a (mon.0) 520 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:40:56.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:56 smithi080 bash[22189]: cluster 2024-04-18T21:40:55.123346+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:56.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:56 smithi049 bash[21444]: cluster 2024-04-18T21:40:55.123346+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:56.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:56 smithi115 bash[22345]: cluster 2024-04-18T21:40:55.123346+0000 mgr.a (mgr.14152) 190 : cluster 0 pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:58.482 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:40:58 smithi115 bash[22345]: cluster 2024-04-18T21:40:57.123795+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:58.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:40:58 smithi080 bash[22189]: cluster 2024-04-18T21:40:57.123795+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:40:58.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:40:58 smithi049 bash[21444]: cluster 2024-04-18T21:40:57.123795+0000 mgr.a (mgr.14152) 191 : cluster 0 pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:01.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:00 smithi080 bash[22189]: cluster 2024-04-18T21:40:59.124275+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:01.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:00 smithi080 bash[22189]: audit 2024-04-18T21:40:59.664425+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:01.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:00 smithi080 bash[22189]: audit 2024-04-18T21:40:59.673428+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:01.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:00 smithi080 bash[22189]: audit 2024-04-18T21:40:59.683533+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:01.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:00 smithi049 bash[21444]: cluster 2024-04-18T21:40:59.124275+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:01.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:00 smithi049 bash[21444]: audit 2024-04-18T21:40:59.664425+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:01.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:00 smithi049 bash[21444]: audit 2024-04-18T21:40:59.673428+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:01.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:00 smithi049 bash[21444]: audit 2024-04-18T21:40:59.683533+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:01.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:00 smithi115 bash[22345]: cluster 2024-04-18T21:40:59.124275+0000 mgr.a (mgr.14152) 192 : cluster 0 pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:01.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:00 smithi115 bash[22345]: audit 2024-04-18T21:40:59.664425+0000 mon.a (mon.0) 521 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:01.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:00 smithi115 bash[22345]: audit 2024-04-18T21:40:59.673428+0000 mon.a (mon.0) 522 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:01.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:00 smithi115 bash[22345]: audit 2024-04-18T21:40:59.683533+0000 mon.a (mon.0) 523 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:02.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:01 smithi080 bash[22189]: audit 2024-04-18T21:41:01.645135+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.115:0/2812908142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17260920-9a33-40dc-875b-eb9077caed85"}]: dispatch 2024-04-18T21:41:02.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:01 smithi080 bash[22189]: audit 2024-04-18T21:41:01.645925+0000 mon.a (mon.0) 524 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17260920-9a33-40dc-875b-eb9077caed85"}]: dispatch 2024-04-18T21:41:02.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:01 smithi080 bash[22189]: audit 2024-04-18T21:41:01.649569+0000 mon.a (mon.0) 525 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17260920-9a33-40dc-875b-eb9077caed85"}]': finished 2024-04-18T21:41:02.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:01 smithi080 bash[22189]: cluster 2024-04-18T21:41:01.654579+0000 mon.a (mon.0) 526 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-18T21:41:02.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:01 smithi080 bash[22189]: audit 2024-04-18T21:41:01.655456+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:02.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:01 smithi049 bash[21444]: audit 2024-04-18T21:41:01.645135+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.115:0/2812908142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17260920-9a33-40dc-875b-eb9077caed85"}]: dispatch 2024-04-18T21:41:02.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:01 smithi049 bash[21444]: audit 2024-04-18T21:41:01.645925+0000 mon.a (mon.0) 524 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17260920-9a33-40dc-875b-eb9077caed85"}]: dispatch 2024-04-18T21:41:02.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:01 smithi049 bash[21444]: audit 2024-04-18T21:41:01.649569+0000 mon.a (mon.0) 525 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17260920-9a33-40dc-875b-eb9077caed85"}]': finished 2024-04-18T21:41:02.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:01 smithi049 bash[21444]: cluster 2024-04-18T21:41:01.654579+0000 mon.a (mon.0) 526 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-18T21:41:02.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:01 smithi049 bash[21444]: audit 2024-04-18T21:41:01.655456+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:02.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:01 smithi115 bash[22345]: audit 2024-04-18T21:41:01.645135+0000 mon.c (mon.1) 3 : audit 1 from='client.? 172.21.15.115:0/2812908142' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17260920-9a33-40dc-875b-eb9077caed85"}]: dispatch 2024-04-18T21:41:02.233 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:01 smithi115 bash[22345]: audit 2024-04-18T21:41:01.645925+0000 mon.a (mon.0) 524 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "17260920-9a33-40dc-875b-eb9077caed85"}]: dispatch 2024-04-18T21:41:02.234 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:01 smithi115 bash[22345]: audit 2024-04-18T21:41:01.649569+0000 mon.a (mon.0) 525 : audit 1 from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "17260920-9a33-40dc-875b-eb9077caed85"}]': finished 2024-04-18T21:41:02.234 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:01 smithi115 bash[22345]: cluster 2024-04-18T21:41:01.654579+0000 mon.a (mon.0) 526 : cluster 0 osdmap e15: 3 total, 2 up, 3 in 2024-04-18T21:41:02.234 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:01 smithi115 bash[22345]: audit 2024-04-18T21:41:01.655456+0000 mon.a (mon.0) 527 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:02.938 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:02 smithi115 bash[22345]: cluster 2024-04-18T21:41:01.124765+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:02.938 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:02 smithi115 bash[22345]: audit 2024-04-18T21:41:02.299582+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.115:0/2057243781' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T21:41:03.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:02 smithi080 bash[22189]: cluster 2024-04-18T21:41:01.124765+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:03.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:02 smithi080 bash[22189]: audit 2024-04-18T21:41:02.299582+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.115:0/2057243781' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T21:41:03.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:02 smithi049 bash[21444]: cluster 2024-04-18T21:41:01.124765+0000 mgr.a (mgr.14152) 193 : cluster 0 pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:03.110 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:02 smithi049 bash[21444]: audit 2024-04-18T21:41:02.299582+0000 mon.c (mon.1) 4 : audit 0 from='client.? 172.21.15.115:0/2057243781' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-04-18T21:41:04.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:04 smithi080 bash[22189]: cluster 2024-04-18T21:41:03.125137+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:04.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:04 smithi080 bash[22189]: audit 2024-04-18T21:41:03.200448+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:04.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:04 smithi080 bash[22189]: audit 2024-04-18T21:41:03.209087+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:04.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:04 smithi080 bash[22189]: audit 2024-04-18T21:41:03.219225+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:04 smithi049 bash[21444]: cluster 2024-04-18T21:41:03.125137+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:04 smithi049 bash[21444]: audit 2024-04-18T21:41:03.200448+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:04 smithi049 bash[21444]: audit 2024-04-18T21:41:03.209087+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:04.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:04 smithi049 bash[21444]: audit 2024-04-18T21:41:03.219225+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:04.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:04 smithi115 bash[22345]: cluster 2024-04-18T21:41:03.125137+0000 mgr.a (mgr.14152) 194 : cluster 0 pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:04.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:04 smithi115 bash[22345]: audit 2024-04-18T21:41:03.200448+0000 mon.a (mon.0) 528 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:04.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:04 smithi115 bash[22345]: audit 2024-04-18T21:41:03.209087+0000 mon.a (mon.0) 529 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:04.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:04 smithi115 bash[22345]: audit 2024-04-18T21:41:03.219225+0000 mon.a (mon.0) 530 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:06.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:06 smithi115 bash[22345]: cluster 2024-04-18T21:41:05.125599+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:06.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:06 smithi080 bash[22189]: cluster 2024-04-18T21:41:05.125599+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:06.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:06 smithi049 bash[21444]: cluster 2024-04-18T21:41:05.125599+0000 mgr.a (mgr.14152) 195 : cluster 0 pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:08.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:08 smithi080 bash[22189]: cluster 2024-04-18T21:41:07.126095+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:08.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:08 smithi049 bash[21444]: cluster 2024-04-18T21:41:07.126095+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:08.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:08 smithi115 bash[22345]: cluster 2024-04-18T21:41:07.126095+0000 mgr.a (mgr.14152) 196 : cluster 0 pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:10.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:10 smithi080 bash[22189]: cluster 2024-04-18T21:41:09.126502+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:10.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:10 smithi080 bash[22189]: audit 2024-04-18T21:41:10.144005+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:10.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:10 smithi080 bash[22189]: audit 2024-04-18T21:41:10.151929+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:10.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:10 smithi080 bash[22189]: audit 2024-04-18T21:41:10.161812+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:10.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:10 smithi049 bash[21444]: cluster 2024-04-18T21:41:09.126502+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:10.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:10 smithi049 bash[21444]: audit 2024-04-18T21:41:10.144005+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:10.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:10 smithi049 bash[21444]: audit 2024-04-18T21:41:10.151929+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:10.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:10 smithi049 bash[21444]: audit 2024-04-18T21:41:10.161812+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:10.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:10 smithi115 bash[22345]: cluster 2024-04-18T21:41:09.126502+0000 mgr.a (mgr.14152) 197 : cluster 0 pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:10.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:10 smithi115 bash[22345]: audit 2024-04-18T21:41:10.144005+0000 mon.a (mon.0) 531 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:10.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:10 smithi115 bash[22345]: audit 2024-04-18T21:41:10.151929+0000 mon.a (mon.0) 532 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:10.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:10 smithi115 bash[22345]: audit 2024-04-18T21:41:10.161812+0000 mon.a (mon.0) 533 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:11.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:11 smithi115 bash[22345]: cephadm 2024-04-18T21:41:10.154966+0000 mgr.a (mgr.14152) 198 : cephadm 1 Detected new or changed devices on smithi115 2024-04-18T21:41:11.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:11 smithi080 bash[22189]: cephadm 2024-04-18T21:41:10.154966+0000 mgr.a (mgr.14152) 198 : cephadm 1 Detected new or changed devices on smithi115 2024-04-18T21:41:11.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:11 smithi049 bash[21444]: cephadm 2024-04-18T21:41:10.154966+0000 mgr.a (mgr.14152) 198 : cephadm 1 Detected new or changed devices on smithi115 2024-04-18T21:41:12.313 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:12 smithi049 bash[21444]: cluster 2024-04-18T21:41:11.126963+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:12.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:12 smithi115 bash[22345]: cluster 2024-04-18T21:41:11.126963+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:12.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:12 smithi080 bash[22189]: cluster 2024-04-18T21:41:11.126963+0000 mgr.a (mgr.14152) 199 : cluster 0 pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:14.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:14 smithi080 bash[22189]: cluster 2024-04-18T21:41:13.127420+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:14.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:14 smithi080 bash[22189]: audit 2024-04-18T21:41:13.844894+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T21:41:14.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:14 smithi080 bash[22189]: audit 2024-04-18T21:41:13.845754+0000 mon.a (mon.0) 535 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:14.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:14 smithi049 bash[21444]: cluster 2024-04-18T21:41:13.127420+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:14.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:14 smithi049 bash[21444]: audit 2024-04-18T21:41:13.844894+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T21:41:14.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:14 smithi049 bash[21444]: audit 2024-04-18T21:41:13.845754+0000 mon.a (mon.0) 535 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:14.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:14 smithi115 bash[22345]: cluster 2024-04-18T21:41:13.127420+0000 mgr.a (mgr.14152) 200 : cluster 0 pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:14.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:14 smithi115 bash[22345]: audit 2024-04-18T21:41:13.844894+0000 mon.a (mon.0) 534 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-04-18T21:41:14.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:14 smithi115 bash[22345]: audit 2024-04-18T21:41:13.845754+0000 mon.a (mon.0) 535 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:15.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:15 smithi080 bash[22189]: cephadm 2024-04-18T21:41:13.846465+0000 mgr.a (mgr.14152) 201 : cephadm 1 Deploying daemon osd.2 on smithi115 2024-04-18T21:41:15.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:15 smithi115 bash[22345]: cephadm 2024-04-18T21:41:13.846465+0000 mgr.a (mgr.14152) 201 : cephadm 1 Deploying daemon osd.2 on smithi115 2024-04-18T21:41:15.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:15 smithi049 bash[21444]: cephadm 2024-04-18T21:41:13.846465+0000 mgr.a (mgr.14152) 201 : cephadm 1 Deploying daemon osd.2 on smithi115 2024-04-18T21:41:16.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:16 smithi080 bash[22189]: cluster 2024-04-18T21:41:15.127918+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:16.590 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:16 smithi115 bash[22345]: cluster 2024-04-18T21:41:15.127918+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:16.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:16 smithi049 bash[21444]: cluster 2024-04-18T21:41:15.127918+0000 mgr.a (mgr.14152) 202 : cluster 0 pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:18.050 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:17 smithi115 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:41:18.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:18 smithi115 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:41:18.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:18 smithi115 bash[22345]: cluster 2024-04-18T21:41:17.128387+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:18.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:18 smithi115 bash[22345]: audit 2024-04-18T21:41:18.196603+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:18.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:18 smithi115 bash[22345]: audit 2024-04-18T21:41:18.197143+0000 mon.a (mon.0) 537 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:18.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:18 smithi115 bash[22345]: audit 2024-04-18T21:41:18.201726+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:18.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:18 smithi115 bash[22345]: audit 2024-04-18T21:41:18.202095+0000 mon.a (mon.0) 539 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:18.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:18 smithi115 bash[22345]: audit 2024-04-18T21:41:18.203519+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:18.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:18 smithi115 bash[22345]: audit 2024-04-18T21:41:18.209735+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:18.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:18 smithi080 bash[22189]: cluster 2024-04-18T21:41:17.128387+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:18.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:18 smithi080 bash[22189]: audit 2024-04-18T21:41:18.196603+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:18.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:18 smithi080 bash[22189]: audit 2024-04-18T21:41:18.197143+0000 mon.a (mon.0) 537 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:18.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:18 smithi080 bash[22189]: audit 2024-04-18T21:41:18.201726+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:18.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:18 smithi080 bash[22189]: audit 2024-04-18T21:41:18.202095+0000 mon.a (mon.0) 539 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:18.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:18 smithi080 bash[22189]: audit 2024-04-18T21:41:18.203519+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:18.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:18 smithi080 bash[22189]: audit 2024-04-18T21:41:18.209735+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:18.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:18 smithi049 bash[21444]: cluster 2024-04-18T21:41:17.128387+0000 mgr.a (mgr.14152) 203 : cluster 0 pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:18.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:18 smithi049 bash[21444]: audit 2024-04-18T21:41:18.196603+0000 mon.a (mon.0) 536 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:18.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:18 smithi049 bash[21444]: audit 2024-04-18T21:41:18.197143+0000 mon.a (mon.0) 537 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:18.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:18 smithi049 bash[21444]: audit 2024-04-18T21:41:18.201726+0000 mon.a (mon.0) 538 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:18.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:18 smithi049 bash[21444]: audit 2024-04-18T21:41:18.202095+0000 mon.a (mon.0) 539 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:18.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:18 smithi049 bash[21444]: audit 2024-04-18T21:41:18.203519+0000 mon.a (mon.0) 540 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:18.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:18 smithi049 bash[21444]: audit 2024-04-18T21:41:18.209735+0000 mon.a (mon.0) 541 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:20.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:20 smithi080 bash[22189]: cluster 2024-04-18T21:41:19.128830+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:20.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:20 smithi080 bash[22189]: audit 2024-04-18T21:41:19.887301+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:20.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:20 smithi080 bash[22189]: audit 2024-04-18T21:41:19.896235+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:20.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:20 smithi080 bash[22189]: audit 2024-04-18T21:41:19.906341+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:20.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:20 smithi049 bash[21444]: cluster 2024-04-18T21:41:19.128830+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:20.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:20 smithi049 bash[21444]: audit 2024-04-18T21:41:19.887301+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:20.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:20 smithi049 bash[21444]: audit 2024-04-18T21:41:19.896235+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:20.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:20 smithi049 bash[21444]: audit 2024-04-18T21:41:19.906341+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:20.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:20 smithi115 bash[22345]: cluster 2024-04-18T21:41:19.128830+0000 mgr.a (mgr.14152) 204 : cluster 0 pgmap v147: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:20.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:20 smithi115 bash[22345]: audit 2024-04-18T21:41:19.887301+0000 mon.a (mon.0) 542 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:20.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:20 smithi115 bash[22345]: audit 2024-04-18T21:41:19.896235+0000 mon.a (mon.0) 543 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:20.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:20 smithi115 bash[22345]: audit 2024-04-18T21:41:19.906341+0000 mon.a (mon.0) 544 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:22.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:22 smithi080 bash[22189]: cluster 2024-04-18T21:41:21.129450+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:22.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:22 smithi049 bash[21444]: cluster 2024-04-18T21:41:21.129450+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:22 smithi115 bash[22345]: cluster 2024-04-18T21:41:21.129450+0000 mgr.a (mgr.14152) 205 : cluster 0 pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:24.730 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:24 smithi115 bash[22345]: cluster 2024-04-18T21:41:23.130023+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:24.730 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:24 smithi115 bash[22345]: audit 2024-04-18T21:41:23.426754+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:24.730 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:24 smithi115 bash[22345]: audit 2024-04-18T21:41:23.434596+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:24.730 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:24 smithi115 bash[22345]: audit 2024-04-18T21:41:23.444716+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:24.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:24 smithi080 bash[22189]: cluster 2024-04-18T21:41:23.130023+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:24.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:24 smithi080 bash[22189]: audit 2024-04-18T21:41:23.426754+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:24.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:24 smithi080 bash[22189]: audit 2024-04-18T21:41:23.434596+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:24.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:24 smithi080 bash[22189]: audit 2024-04-18T21:41:23.444716+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:24.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:24 smithi049 bash[21444]: cluster 2024-04-18T21:41:23.130023+0000 mgr.a (mgr.14152) 206 : cluster 0 pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:24.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:24 smithi049 bash[21444]: audit 2024-04-18T21:41:23.426754+0000 mon.a (mon.0) 545 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:24.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:24 smithi049 bash[21444]: audit 2024-04-18T21:41:23.434596+0000 mon.a (mon.0) 546 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:24.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:24 smithi049 bash[21444]: audit 2024-04-18T21:41:23.444716+0000 mon.a (mon.0) 547 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:25.552 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:25 smithi115 bash[22345]: audit 2024-04-18T21:41:24.748004+0000 mon.c (mon.1) 5 : audit 1 from='osd.2 [v2:172.21.15.115:6800/3952896871,v1:172.21.15.115:6801/3952896871]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T21:41:25.552 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:25 smithi115 bash[22345]: audit 2024-04-18T21:41:24.748808+0000 mon.a (mon.0) 548 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T21:41:25.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:25 smithi080 bash[22189]: audit 2024-04-18T21:41:24.748004+0000 mon.c (mon.1) 5 : audit 1 from='osd.2 [v2:172.21.15.115:6800/3952896871,v1:172.21.15.115:6801/3952896871]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T21:41:25.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:25 smithi080 bash[22189]: audit 2024-04-18T21:41:24.748808+0000 mon.a (mon.0) 548 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T21:41:25.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:25 smithi049 bash[21444]: audit 2024-04-18T21:41:24.748004+0000 mon.c (mon.1) 5 : audit 1 from='osd.2 [v2:172.21.15.115:6800/3952896871,v1:172.21.15.115:6801/3952896871]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T21:41:25.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:25 smithi049 bash[21444]: audit 2024-04-18T21:41:24.748808+0000 mon.a (mon.0) 548 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-04-18T21:41:26.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:26 smithi115 bash[22345]: cluster 2024-04-18T21:41:25.130500+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:26.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:26 smithi115 bash[22345]: audit 2024-04-18T21:41:25.433838+0000 mon.a (mon.0) 549 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-18T21:41:26.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:26 smithi115 bash[22345]: cluster 2024-04-18T21:41:25.438544+0000 mon.a (mon.0) 550 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-18T21:41:26.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:26 smithi115 bash[22345]: audit 2024-04-18T21:41:25.439359+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:26.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:26 smithi115 bash[22345]: audit 2024-04-18T21:41:25.439517+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.115:6800/3952896871,v1:172.21.15.115:6801/3952896871]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-18T21:41:26.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:26 smithi115 bash[22345]: audit 2024-04-18T21:41:25.440499+0000 mon.a (mon.0) 552 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-18T21:41:26.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:26 smithi080 bash[22189]: cluster 2024-04-18T21:41:25.130500+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:26.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:26 smithi080 bash[22189]: audit 2024-04-18T21:41:25.433838+0000 mon.a (mon.0) 549 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-18T21:41:26.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:26 smithi080 bash[22189]: cluster 2024-04-18T21:41:25.438544+0000 mon.a (mon.0) 550 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-18T21:41:26.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:26 smithi080 bash[22189]: audit 2024-04-18T21:41:25.439359+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:26.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:26 smithi080 bash[22189]: audit 2024-04-18T21:41:25.439517+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.115:6800/3952896871,v1:172.21.15.115:6801/3952896871]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-18T21:41:26.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:26 smithi080 bash[22189]: audit 2024-04-18T21:41:25.440499+0000 mon.a (mon.0) 552 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-18T21:41:26.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:26 smithi049 bash[21444]: cluster 2024-04-18T21:41:25.130500+0000 mgr.a (mgr.14152) 207 : cluster 0 pgmap v150: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:26.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:26 smithi049 bash[21444]: audit 2024-04-18T21:41:25.433838+0000 mon.a (mon.0) 549 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-04-18T21:41:26.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:26 smithi049 bash[21444]: cluster 2024-04-18T21:41:25.438544+0000 mon.a (mon.0) 550 : cluster 0 osdmap e16: 3 total, 2 up, 3 in 2024-04-18T21:41:26.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:26 smithi049 bash[21444]: audit 2024-04-18T21:41:25.439359+0000 mon.a (mon.0) 551 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:26.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:26 smithi049 bash[21444]: audit 2024-04-18T21:41:25.439517+0000 mon.c (mon.1) 6 : audit 1 from='osd.2 [v2:172.21.15.115:6800/3952896871,v1:172.21.15.115:6801/3952896871]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-18T21:41:26.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:26 smithi049 bash[21444]: audit 2024-04-18T21:41:25.440499+0000 mon.a (mon.0) 552 : audit 1 from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]: dispatch 2024-04-18T21:41:27.431 INFO:teuthology.orchestra.run.smithi115.stdout:Created osd(s) 2 on host 'smithi115' 2024-04-18T21:41:27.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:27 smithi080 bash[22189]: audit 2024-04-18T21:41:26.436269+0000 mon.a (mon.0) 553 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-04-18T21:41:27.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:27 smithi080 bash[22189]: cluster 2024-04-18T21:41:26.441367+0000 mon.a (mon.0) 554 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-18T21:41:27.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:27 smithi080 bash[22189]: audit 2024-04-18T21:41:26.442500+0000 mon.a (mon.0) 555 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:27.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:27 smithi080 bash[22189]: audit 2024-04-18T21:41:26.451025+0000 mon.a (mon.0) 556 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:27.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:27 smithi080 bash[22189]: audit 2024-04-18T21:41:26.889537+0000 mon.a (mon.0) 557 : audit 1 from='osd.2 ' entity='osd.2' 2024-04-18T21:41:27.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:27 smithi080 bash[22189]: audit 2024-04-18T21:41:27.421424+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:27.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:27 smithi080 bash[22189]: audit 2024-04-18T21:41:27.429678+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:27.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:27 smithi049 bash[21444]: audit 2024-04-18T21:41:26.436269+0000 mon.a (mon.0) 553 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-04-18T21:41:27.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:27 smithi049 bash[21444]: cluster 2024-04-18T21:41:26.441367+0000 mon.a (mon.0) 554 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-18T21:41:27.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:27 smithi049 bash[21444]: audit 2024-04-18T21:41:26.442500+0000 mon.a (mon.0) 555 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:27.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:27 smithi049 bash[21444]: audit 2024-04-18T21:41:26.451025+0000 mon.a (mon.0) 556 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:27.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:27 smithi049 bash[21444]: audit 2024-04-18T21:41:26.889537+0000 mon.a (mon.0) 557 : audit 1 from='osd.2 ' entity='osd.2' 2024-04-18T21:41:27.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:27 smithi049 bash[21444]: audit 2024-04-18T21:41:27.421424+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:27.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:27 smithi049 bash[21444]: audit 2024-04-18T21:41:27.429678+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:27 smithi115 bash[22345]: audit 2024-04-18T21:41:26.436269+0000 mon.a (mon.0) 553 : audit 1 from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi115", "root=default"]}]': finished 2024-04-18T21:41:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:27 smithi115 bash[22345]: cluster 2024-04-18T21:41:26.441367+0000 mon.a (mon.0) 554 : cluster 0 osdmap e17: 3 total, 2 up, 3 in 2024-04-18T21:41:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:27 smithi115 bash[22345]: audit 2024-04-18T21:41:26.442500+0000 mon.a (mon.0) 555 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:27 smithi115 bash[22345]: audit 2024-04-18T21:41:26.451025+0000 mon.a (mon.0) 556 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:27 smithi115 bash[22345]: audit 2024-04-18T21:41:26.889537+0000 mon.a (mon.0) 557 : audit 1 from='osd.2 ' entity='osd.2' 2024-04-18T21:41:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:27 smithi115 bash[22345]: audit 2024-04-18T21:41:27.421424+0000 mon.a (mon.0) 558 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:27.911 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:27 smithi115 bash[22345]: audit 2024-04-18T21:41:27.429678+0000 mon.a (mon.0) 559 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:28.629 DEBUG:teuthology.orchestra.run.smithi115:osd.2> sudo journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@osd.2.service 2024-04-18T21:41:28.633 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-04-18T21:41:28.633 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph osd stat -f json 2024-04-18T21:41:28.761 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: cluster 2024-04-18T21:41:25.697720+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-18T21:41:28.762 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: cluster 2024-04-18T21:41:25.697795+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-18T21:41:28.762 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: cluster 2024-04-18T21:41:27.131005+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v153: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:28.762 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: audit 2024-04-18T21:41:27.452118+0000 mon.a (mon.0) 560 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:28.762 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: audit 2024-04-18T21:41:27.452776+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:28.762 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: audit 2024-04-18T21:41:27.458900+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:41:28.762 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: cephadm 2024-04-18T21:41:27.460351+0000 mgr.a (mgr.14152) 209 : cephadm 1 Adjusting osd_memory_target on smithi115 to 20337M 2024-04-18T21:41:28.762 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: audit 2024-04-18T21:41:27.466873+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:28.762 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: audit 2024-04-18T21:41:27.470938+0000 mon.a (mon.0) 564 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:28.762 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: audit 2024-04-18T21:41:27.472745+0000 mon.a (mon.0) 565 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:28.762 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: audit 2024-04-18T21:41:27.482316+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:28.763 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: cluster 2024-04-18T21:41:27.893768+0000 mon.a (mon.0) 567 : cluster 1 osd.2 [v2:172.21.15.115:6800/3952896871,v1:172.21.15.115:6801/3952896871] boot 2024-04-18T21:41:28.763 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: cluster 2024-04-18T21:41:27.893857+0000 mon.a (mon.0) 568 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-18T21:41:28.763 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:28 smithi115 bash[22345]: audit 2024-04-18T21:41:27.894489+0000 mon.a (mon.0) 569 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:28.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: cluster 2024-04-18T21:41:25.697720+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-18T21:41:28.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: cluster 2024-04-18T21:41:25.697795+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-18T21:41:28.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: cluster 2024-04-18T21:41:27.131005+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v153: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:28.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: audit 2024-04-18T21:41:27.452118+0000 mon.a (mon.0) 560 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:28.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: audit 2024-04-18T21:41:27.452776+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:28.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: audit 2024-04-18T21:41:27.458900+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:41:28.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: cephadm 2024-04-18T21:41:27.460351+0000 mgr.a (mgr.14152) 209 : cephadm 1 Adjusting osd_memory_target on smithi115 to 20337M 2024-04-18T21:41:28.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: audit 2024-04-18T21:41:27.466873+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:28.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: audit 2024-04-18T21:41:27.470938+0000 mon.a (mon.0) 564 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: audit 2024-04-18T21:41:27.472745+0000 mon.a (mon.0) 565 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: audit 2024-04-18T21:41:27.482316+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: cluster 2024-04-18T21:41:27.893768+0000 mon.a (mon.0) 567 : cluster 1 osd.2 [v2:172.21.15.115:6800/3952896871,v1:172.21.15.115:6801/3952896871] boot 2024-04-18T21:41:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: cluster 2024-04-18T21:41:27.893857+0000 mon.a (mon.0) 568 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-18T21:41:28.822 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:28 smithi080 bash[22189]: audit 2024-04-18T21:41:27.894489+0000 mon.a (mon.0) 569 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:28.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: cluster 2024-04-18T21:41:25.697720+0000 osd.2 (osd.2) 1 : cluster 0 purged_snaps scrub starts 2024-04-18T21:41:28.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: cluster 2024-04-18T21:41:25.697795+0000 osd.2 (osd.2) 2 : cluster 0 purged_snaps scrub ok 2024-04-18T21:41:28.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: cluster 2024-04-18T21:41:27.131005+0000 mgr.a (mgr.14152) 208 : cluster 0 pgmap v153: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-04-18T21:41:28.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: audit 2024-04-18T21:41:27.452118+0000 mon.a (mon.0) 560 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:28.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: audit 2024-04-18T21:41:27.452776+0000 mon.a (mon.0) 561 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:28.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: audit 2024-04-18T21:41:27.458900+0000 mon.a (mon.0) 562 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:41:28.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: cephadm 2024-04-18T21:41:27.460351+0000 mgr.a (mgr.14152) 209 : cephadm 1 Adjusting osd_memory_target on smithi115 to 20337M 2024-04-18T21:41:28.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: audit 2024-04-18T21:41:27.466873+0000 mon.a (mon.0) 563 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:28.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: audit 2024-04-18T21:41:27.470938+0000 mon.a (mon.0) 564 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:28.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: audit 2024-04-18T21:41:27.472745+0000 mon.a (mon.0) 565 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:28.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: audit 2024-04-18T21:41:27.482316+0000 mon.a (mon.0) 566 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:28.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: cluster 2024-04-18T21:41:27.893768+0000 mon.a (mon.0) 567 : cluster 1 osd.2 [v2:172.21.15.115:6800/3952896871,v1:172.21.15.115:6801/3952896871] boot 2024-04-18T21:41:28.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: cluster 2024-04-18T21:41:27.893857+0000 mon.a (mon.0) 568 : cluster 0 osdmap e18: 3 total, 3 up, 3 in 2024-04-18T21:41:28.860 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:28 smithi049 bash[21444]: audit 2024-04-18T21:41:27.894489+0000 mon.a (mon.0) 569 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:41:30.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:30 smithi115 bash[22345]: cluster 2024-04-18T21:41:29.131534+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v155: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:30.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:30 smithi115 bash[22345]: cluster 2024-04-18T21:41:29.459894+0000 mon.a (mon.0) 570 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-18T21:41:30.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:30 smithi115 bash[22345]: audit 2024-04-18T21:41:29.595451+0000 mon.a (mon.0) 571 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' 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-04-18T21:41:30.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:30 smithi115 bash[22345]: audit 2024-04-18T21:41:30.373820+0000 mon.a (mon.0) 572 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:30 smithi115 bash[22345]: audit 2024-04-18T21:41:30.382153+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:30 smithi115 bash[22345]: audit 2024-04-18T21:41:30.392288+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:30 smithi115 bash[22345]: audit 2024-04-18T21:41:30.411080+0000 mon.a (mon.0) 575 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:30.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:30 smithi115 bash[22345]: audit 2024-04-18T21:41:30.416935+0000 mon.a (mon.0) 576 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:30.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:30 smithi115 bash[22345]: audit 2024-04-18T21:41:30.418753+0000 mon.a (mon.0) 577 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:30.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:30 smithi115 bash[22345]: audit 2024-04-18T21:41:30.429073+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:30 smithi080 bash[22189]: cluster 2024-04-18T21:41:29.131534+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v155: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:30.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:30 smithi080 bash[22189]: cluster 2024-04-18T21:41:29.459894+0000 mon.a (mon.0) 570 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-18T21:41:30.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:30 smithi080 bash[22189]: audit 2024-04-18T21:41:29.595451+0000 mon.a (mon.0) 571 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' 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-04-18T21:41:30.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:30 smithi080 bash[22189]: audit 2024-04-18T21:41:30.373820+0000 mon.a (mon.0) 572 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:30 smithi080 bash[22189]: audit 2024-04-18T21:41:30.382153+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:30 smithi080 bash[22189]: audit 2024-04-18T21:41:30.392288+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:30 smithi080 bash[22189]: audit 2024-04-18T21:41:30.411080+0000 mon.a (mon.0) 575 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:30.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:30 smithi080 bash[22189]: audit 2024-04-18T21:41:30.416935+0000 mon.a (mon.0) 576 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:30.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:30 smithi080 bash[22189]: audit 2024-04-18T21:41:30.418753+0000 mon.a (mon.0) 577 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:30.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:30 smithi080 bash[22189]: audit 2024-04-18T21:41:30.429073+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:30 smithi049 bash[21444]: cluster 2024-04-18T21:41:29.131534+0000 mgr.a (mgr.14152) 210 : cluster 0 pgmap v155: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:30.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:30 smithi049 bash[21444]: cluster 2024-04-18T21:41:29.459894+0000 mon.a (mon.0) 570 : cluster 0 osdmap e19: 3 total, 3 up, 3 in 2024-04-18T21:41:30.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:30 smithi049 bash[21444]: audit 2024-04-18T21:41:29.595451+0000 mon.a (mon.0) 571 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' 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-04-18T21:41:30.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:30 smithi049 bash[21444]: audit 2024-04-18T21:41:30.373820+0000 mon.a (mon.0) 572 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:30 smithi049 bash[21444]: audit 2024-04-18T21:41:30.382153+0000 mon.a (mon.0) 573 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:30 smithi049 bash[21444]: audit 2024-04-18T21:41:30.392288+0000 mon.a (mon.0) 574 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:30.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:30 smithi049 bash[21444]: audit 2024-04-18T21:41:30.411080+0000 mon.a (mon.0) 575 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:30.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:30 smithi049 bash[21444]: audit 2024-04-18T21:41:30.416935+0000 mon.a (mon.0) 576 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:30.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:30 smithi049 bash[21444]: audit 2024-04-18T21:41:30.418753+0000 mon.a (mon.0) 577 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:30.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:30 smithi049 bash[21444]: audit 2024-04-18T21:41:30.429073+0000 mon.a (mon.0) 578 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:31.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:31 smithi080 bash[22189]: cluster 2024-04-18T21:41:30.422516+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v157: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:31.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:31 smithi080 bash[22189]: audit 2024-04-18T21:41:30.458639+0000 mon.a (mon.0) 579 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' 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-04-18T21:41:31.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:31 smithi080 bash[22189]: cluster 2024-04-18T21:41:30.464126+0000 mon.a (mon.0) 580 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-18T21:41:31.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:31 smithi080 bash[22189]: audit 2024-04-18T21:41:30.473104+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-18T21:41:31.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:31 smithi080 bash[22189]: cluster 2024-04-18T21:41:31.388830+0000 mon.a (mon.0) 582 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-18T21:41:31.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:31 smithi049 bash[21444]: cluster 2024-04-18T21:41:30.422516+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v157: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:31.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:31 smithi049 bash[21444]: audit 2024-04-18T21:41:30.458639+0000 mon.a (mon.0) 579 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' 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-04-18T21:41:31.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:31 smithi049 bash[21444]: cluster 2024-04-18T21:41:30.464126+0000 mon.a (mon.0) 580 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-18T21:41:31.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:31 smithi049 bash[21444]: audit 2024-04-18T21:41:30.473104+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-18T21:41:31.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:31 smithi049 bash[21444]: cluster 2024-04-18T21:41:31.388830+0000 mon.a (mon.0) 582 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-18T21:41:31.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:31 smithi115 bash[22345]: cluster 2024-04-18T21:41:30.422516+0000 mgr.a (mgr.14152) 211 : cluster 0 pgmap v157: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:31.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:31 smithi115 bash[22345]: audit 2024-04-18T21:41:30.458639+0000 mon.a (mon.0) 579 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' 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-04-18T21:41:31.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:31 smithi115 bash[22345]: cluster 2024-04-18T21:41:30.464126+0000 mon.a (mon.0) 580 : cluster 0 osdmap e20: 3 total, 3 up, 3 in 2024-04-18T21:41:31.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:31 smithi115 bash[22345]: audit 2024-04-18T21:41:30.473104+0000 mon.a (mon.0) 581 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-04-18T21:41:31.906 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:31 smithi115 bash[22345]: cluster 2024-04-18T21:41:31.388830+0000 mon.a (mon.0) 582 : cluster 3 Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-04-18T21:41:32.788 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:32 smithi049 bash[21444]: audit 2024-04-18T21:41:31.474989+0000 mon.a (mon.0) 583 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-18T21:41:32.788 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:32 smithi049 bash[21444]: cluster 2024-04-18T21:41:31.479577+0000 mon.a (mon.0) 584 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-18T21:41:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:32 smithi080 bash[22189]: audit 2024-04-18T21:41:31.474989+0000 mon.a (mon.0) 583 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-18T21:41:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:32 smithi080 bash[22189]: cluster 2024-04-18T21:41:31.479577+0000 mon.a (mon.0) 584 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-18T21:41:32.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:32 smithi115 bash[22345]: audit 2024-04-18T21:41:31.474989+0000 mon.a (mon.0) 583 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-04-18T21:41:32.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:32 smithi115 bash[22345]: cluster 2024-04-18T21:41:31.479577+0000 mon.a (mon.0) 584 : cluster 0 osdmap e21: 3 total, 3 up, 3 in 2024-04-18T21:41:33.707 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:33 smithi080 bash[22189]: cluster 2024-04-18T21:41:32.422991+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v160: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:33.707 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:33 smithi080 bash[22189]: cluster 2024-04-18T21:41:32.487934+0000 mon.a (mon.0) 585 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-18T21:41:33.707 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:33 smithi080 bash[22189]: audit 2024-04-18T21:41:32.639843+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:33.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:33 smithi049 bash[21444]: cluster 2024-04-18T21:41:32.422991+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v160: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:33.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:33 smithi049 bash[21444]: cluster 2024-04-18T21:41:32.487934+0000 mon.a (mon.0) 585 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-18T21:41:33.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:33 smithi049 bash[21444]: audit 2024-04-18T21:41:32.639843+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:33.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:33 smithi115 bash[22345]: cluster 2024-04-18T21:41:32.422991+0000 mgr.a (mgr.14152) 212 : cluster 0 pgmap v160: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:33.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:33 smithi115 bash[22345]: cluster 2024-04-18T21:41:32.487934+0000 mon.a (mon.0) 585 : cluster 0 osdmap e22: 3 total, 3 up, 3 in 2024-04-18T21:41:33.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:33 smithi115 bash[22345]: audit 2024-04-18T21:41:32.639843+0000 mon.a (mon.0) 586 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:33.955 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:41:35.747 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:35 smithi080 bash[22189]: audit 2024-04-18T21:41:33.554655+0000 mon.a (mon.0) 587 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:35.747 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:35 smithi080 bash[22189]: audit 2024-04-18T21:41:34.489326+0000 mon.a (mon.0) 588 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:35.747 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:35 smithi080 bash[22189]: audit 2024-04-18T21:41:34.491676+0000 mon.a (mon.0) 589 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T21:41:35.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:35 smithi049 bash[21444]: audit 2024-04-18T21:41:33.554655+0000 mon.a (mon.0) 587 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:35.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:35 smithi049 bash[21444]: audit 2024-04-18T21:41:34.489326+0000 mon.a (mon.0) 588 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:35.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:35 smithi049 bash[21444]: audit 2024-04-18T21:41:34.491676+0000 mon.a (mon.0) 589 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T21:41:35.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:35 smithi115 bash[22345]: audit 2024-04-18T21:41:33.554655+0000 mon.a (mon.0) 587 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:35.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:35 smithi115 bash[22345]: audit 2024-04-18T21:41:34.489326+0000 mon.a (mon.0) 588 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:35.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:35 smithi115 bash[22345]: audit 2024-04-18T21:41:34.491676+0000 mon.a (mon.0) 589 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T21:41:37.124 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: cluster 2024-04-18T21:41:34.423530+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v162: 1 pgs: 1 unknown; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:35.413349+0000 mon.a (mon.0) 590 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:35.415101+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:35.419093+0000 mon.a (mon.0) 592 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:35.419276+0000 mon.a (mon.0) 593 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: cluster 2024-04-18T21:41:35.426927+0000 mon.a (mon.0) 594 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:35.427229+0000 mon.a (mon.0) 595 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:35.427428+0000 mon.a (mon.0) 596 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:35.427568+0000 mon.a (mon.0) 597 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:35.428117+0000 mon.c (mon.1) 7 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T21:41:37.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:36.278405+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T21:41:37.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:36.285184+0000 mon.a (mon.0) 598 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:37.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:36.286825+0000 mon.a (mon.0) 599 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:41:37.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:36.287233+0000 mon.a (mon.0) 600 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:41:37.572 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:37 smithi080 bash[22189]: audit 2024-04-18T21:41:36.287816+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:41:37.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: cluster 2024-04-18T21:41:34.423530+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v162: 1 pgs: 1 unknown; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:37.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:35.413349+0000 mon.a (mon.0) 590 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T21:41:37.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:35.415101+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:41:37.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:35.419093+0000 mon.a (mon.0) 592 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:41:37.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:35.419276+0000 mon.a (mon.0) 593 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:41:37.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: cluster 2024-04-18T21:41:35.426927+0000 mon.a (mon.0) 594 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-18T21:41:37.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:35.427229+0000 mon.a (mon.0) 595 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:41:37.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:35.427428+0000 mon.a (mon.0) 596 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:41:37.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:35.427568+0000 mon.a (mon.0) 597 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:41:37.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:35.428117+0000 mon.c (mon.1) 7 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T21:41:37.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:36.278405+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T21:41:37.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:36.285184+0000 mon.a (mon.0) 598 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:37.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:36.286825+0000 mon.a (mon.0) 599 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:41:37.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:36.287233+0000 mon.a (mon.0) 600 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:41:37.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:37 smithi049 bash[21444]: audit 2024-04-18T21:41:36.287816+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:41:37.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: cluster 2024-04-18T21:41:34.423530+0000 mgr.a (mgr.14152) 213 : cluster 0 pgmap v162: 1 pgs: 1 unknown; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:37.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:35.413349+0000 mon.a (mon.0) 590 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T21:41:37.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:35.415101+0000 mon.a (mon.0) 591 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:35.419093+0000 mon.a (mon.0) 592 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:35.419276+0000 mon.a (mon.0) 593 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: cluster 2024-04-18T21:41:35.426927+0000 mon.a (mon.0) 594 : cluster 0 mgrmap e15: a(active, since 4m), standbys: b 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:35.427229+0000 mon.a (mon.0) 595 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:35.427428+0000 mon.a (mon.0) 596 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:35.427568+0000 mon.a (mon.0) 597 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:35.428117+0000 mon.c (mon.1) 7 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:36.278405+0000 mon.c (mon.1) 8 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:36.285184+0000 mon.a (mon.0) 598 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:36.286825+0000 mon.a (mon.0) 599 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:36.287233+0000 mon.a (mon.0) 600 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:41:37.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:37 smithi115 bash[22345]: audit 2024-04-18T21:41:36.287816+0000 mon.a (mon.0) 601 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:41:37.900 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1713476487,"num_in_osds":3,"osd_in_since":1713476461,"num_remapped_pgs":0} 2024-04-18T21:41:37.900 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-18T21:41:38.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: audit 2024-04-18T21:41:36.285579+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: cluster 2024-04-18T21:41:36.424086+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: audit 2024-04-18T21:41:37.126506+0000 mon.a (mon.0) 602 : audit 0 from='client.? 172.21.15.49:0/3960513302' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: audit 2024-04-18T21:41:37.159204+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: audit 2024-04-18T21:41:37.162996+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: audit 2024-04-18T21:41:37.165383+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: audit 2024-04-18T21:41:37.171593+0000 mon.a (mon.0) 605 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: audit 2024-04-18T21:41:37.172662+0000 mon.a (mon.0) 606 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: cluster 2024-04-18T21:41:37.174416+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: audit 2024-04-18T21:41:37.178161+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: audit 2024-04-18T21:41:37.182939+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: cluster 2024-04-18T21:41:37.280326+0000 mon.a (mon.0) 609 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-18T21:41:38.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:38 smithi080 bash[22189]: cluster 2024-04-18T21:41:37.280383+0000 mon.a (mon.0) 610 : cluster 1 Cluster is now healthy 2024-04-18T21:41:38.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: audit 2024-04-18T21:41:36.285579+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T21:41:38.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: cluster 2024-04-18T21:41:36.424086+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:38.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: audit 2024-04-18T21:41:37.126506+0000 mon.a (mon.0) 602 : audit 0 from='client.? 172.21.15.49:0/3960513302' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T21:41:38.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: audit 2024-04-18T21:41:37.159204+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T21:41:38.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: audit 2024-04-18T21:41:37.162996+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:38.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: audit 2024-04-18T21:41:37.165383+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:38.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: audit 2024-04-18T21:41:37.171593+0000 mon.a (mon.0) 605 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:38.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: audit 2024-04-18T21:41:37.172662+0000 mon.a (mon.0) 606 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:38.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: cluster 2024-04-18T21:41:37.174416+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:38.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: audit 2024-04-18T21:41:37.178161+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:38.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: audit 2024-04-18T21:41:37.182939+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:38.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: cluster 2024-04-18T21:41:37.280326+0000 mon.a (mon.0) 609 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-18T21:41:38.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:38 smithi049 bash[21444]: cluster 2024-04-18T21:41:37.280383+0000 mon.a (mon.0) 610 : cluster 1 Cluster is now healthy 2024-04-18T21:41:38.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: audit 2024-04-18T21:41:36.285579+0000 mon.b (mon.2) 10 : audit 1 from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-04-18T21:41:38.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: cluster 2024-04-18T21:41:36.424086+0000 mgr.a (mgr.14152) 214 : cluster 0 pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:38.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: audit 2024-04-18T21:41:37.126506+0000 mon.a (mon.0) 602 : audit 0 from='client.? 172.21.15.49:0/3960513302' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-04-18T21:41:38.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: audit 2024-04-18T21:41:37.159204+0000 mon.b (mon.2) 11 : audit 1 from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-04-18T21:41:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: audit 2024-04-18T21:41:37.162996+0000 mon.a (mon.0) 603 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: audit 2024-04-18T21:41:37.165383+0000 mon.a (mon.0) 604 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:41:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: audit 2024-04-18T21:41:37.171593+0000 mon.a (mon.0) 605 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:41:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: audit 2024-04-18T21:41:37.172662+0000 mon.a (mon.0) 606 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:41:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: cluster 2024-04-18T21:41:37.174416+0000 mgr.a (mgr.14152) 215 : cluster 0 pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: audit 2024-04-18T21:41:37.178161+0000 mon.a (mon.0) 607 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: audit 2024-04-18T21:41:37.182939+0000 mon.a (mon.0) 608 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: cluster 2024-04-18T21:41:37.280326+0000 mon.a (mon.0) 609 : cluster 1 Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-04-18T21:41:38.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:38 smithi115 bash[22345]: cluster 2024-04-18T21:41:37.280383+0000 mon.a (mon.0) 610 : cluster 1 Cluster is now healthy 2024-04-18T21:41:40.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:40 smithi080 bash[22189]: cluster 2024-04-18T21:41:39.174849+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:40.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:40 smithi080 bash[22189]: audit 2024-04-18T21:41:40.115421+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:40.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:40 smithi080 bash[22189]: audit 2024-04-18T21:41:40.122737+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:40.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:40 smithi080 bash[22189]: audit 2024-04-18T21:41:40.131370+0000 mon.a (mon.0) 613 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:40.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:40 smithi049 bash[21444]: cluster 2024-04-18T21:41:39.174849+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:40.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:40 smithi049 bash[21444]: audit 2024-04-18T21:41:40.115421+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:40.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:40 smithi049 bash[21444]: audit 2024-04-18T21:41:40.122737+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:40.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:40 smithi049 bash[21444]: audit 2024-04-18T21:41:40.131370+0000 mon.a (mon.0) 613 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:40.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:40 smithi115 bash[22345]: cluster 2024-04-18T21:41:39.174849+0000 mgr.a (mgr.14152) 216 : cluster 0 pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:40.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:40 smithi115 bash[22345]: audit 2024-04-18T21:41:40.115421+0000 mon.a (mon.0) 611 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:40.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:40 smithi115 bash[22345]: audit 2024-04-18T21:41:40.122737+0000 mon.a (mon.0) 612 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:40.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:40 smithi115 bash[22345]: audit 2024-04-18T21:41:40.131370+0000 mon.a (mon.0) 613 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:42.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:42 smithi080 bash[22189]: cluster 2024-04-18T21:41:41.175458+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 55 KiB/s wr, 5 op/s 2024-04-18T21:41:42.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:42 smithi049 bash[21444]: cluster 2024-04-18T21:41:41.175458+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 55 KiB/s wr, 5 op/s 2024-04-18T21:41:42.630 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:41:42.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:42 smithi115 bash[22345]: cluster 2024-04-18T21:41:41.175458+0000 mgr.a (mgr.14152) 217 : cluster 0 pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 55 KiB/s wr, 5 op/s 2024-04-18T21:41:44.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:44 smithi049 bash[21444]: cluster 2024-04-18T21:41:43.176044+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 39 KiB/s wr, 3 op/s 2024-04-18T21:41:44.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:44 smithi049 bash[21444]: audit 2024-04-18T21:41:43.583798+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:44.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:44 smithi049 bash[21444]: audit 2024-04-18T21:41:43.589556+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:44.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:44 smithi049 bash[21444]: audit 2024-04-18T21:41:43.594088+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:44.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:44 smithi115 bash[22345]: cluster 2024-04-18T21:41:43.176044+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 39 KiB/s wr, 3 op/s 2024-04-18T21:41:44.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:44 smithi115 bash[22345]: audit 2024-04-18T21:41:43.583798+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:44.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:44 smithi115 bash[22345]: audit 2024-04-18T21:41:43.589556+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:44.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:44 smithi115 bash[22345]: audit 2024-04-18T21:41:43.594088+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:44 smithi080 bash[22189]: cluster 2024-04-18T21:41:43.176044+0000 mgr.a (mgr.14152) 218 : cluster 0 pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 39 KiB/s wr, 3 op/s 2024-04-18T21:41:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:44 smithi080 bash[22189]: audit 2024-04-18T21:41:43.583798+0000 mon.a (mon.0) 614 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:44 smithi080 bash[22189]: audit 2024-04-18T21:41:43.589556+0000 mon.a (mon.0) 615 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:44 smithi080 bash[22189]: audit 2024-04-18T21:41:43.594088+0000 mon.a (mon.0) 616 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:45.329 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:41:45.329 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":22,"fsid":"67f5eea4-fdcb-11ee-bc92-c7b262605968","created":"2024-04-18T21:35:29.302448+0000","modified":"2024-04-18T21:41:32.475333+0000","last_up_change":"2024-04-18T21:41:27.885890+0000","last_in_change":"2024-04-18T21:41:01.647089+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-04-18T21:41:30.050961+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":"22","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":"b9b3fac1-3c80-4190-8874-f5d35a1db97a","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.49:6802","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6803","nonce":2261633367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6805","nonce":2261633367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6809","nonce":2261633367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6807","nonce":2261633367}]},"public_addr":"172.21.15.49:6803/2261633367","cluster_addr":"172.21.15.49:6805/2261633367","heartbeat_back_addr":"172.21.15.49:6809/2261633367","heartbeat_front_addr":"172.21.15.49:6807/2261633367","state":["exists","up"]},{"osd":1,"uuid":"ea068b07-0e23-405a-bbed-c529a55fa50e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6800","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6801","nonce":3305869638}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6803","nonce":3305869638}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6807","nonce":3305869638}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6805","nonce":3305869638}]},"public_addr":"172.21.15.80:6801/3305869638","cluster_addr":"172.21.15.80:6803/3305869638","heartbeat_back_addr":"172.21.15.80:6807/3305869638","heartbeat_front_addr":"172.21.15.80:6805/3305869638","state":["exists","up"]},{"osd":2,"uuid":"17260920-9a33-40dc-875b-eb9077caed85","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.115:6800","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6801","nonce":3952896871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6803","nonce":3952896871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6807","nonce":3952896871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6805","nonce":3952896871}]},"public_addr":"172.21.15.115:6801/3952896871","cluster_addr":"172.21.15.115:6803/3952896871","heartbeat_back_addr":"172.21.15.115:6807/3952896871","heartbeat_front_addr":"172.21.15.115:6805/3952896871","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-04-18T21:39:41.814190+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-04-18T21:40:32.273547+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-04-18T21:41:25.697798+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:6800/2372865528":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/190047195":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/1958961043":"2024-04-19T21:36:03.203840+0000","172.21.15.49:0/3166646586":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/3316799320":"2024-04-19T21:36:03.203840+0000","172.21.15.49:0/2645001810":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/4205371283":"2024-04-19T21:36:03.203840+0000","172.21.15.49:6801/2372865528":"2024-04-19T21:36:39.068304+0000","172.21.15.49:6800/2243901940":"2024-04-19T21:36:03.203840+0000","172.21.15.49:6801/2243901940":"2024-04-19T21:36:03.203840+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-04-18T21:41:45.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:45 smithi049 bash[21444]: audit 2024-04-18T21:41:45.331154+0000 mon.a (mon.0) 617 : audit 0 from='client.? 172.21.15.49:0/1040983608' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T21:41:45.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:45 smithi115 bash[22345]: audit 2024-04-18T21:41:45.331154+0000 mon.a (mon.0) 617 : audit 0 from='client.? 172.21.15.49:0/1040983608' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T21:41:46.048 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-04-18T21:41:30.050961+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': '22', '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-04-18T21:41:46.048 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-04-18T21:41:46.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:45 smithi080 bash[22189]: audit 2024-04-18T21:41:45.331154+0000 mon.a (mon.0) 617 : audit 0 from='client.? 172.21.15.49:0/1040983608' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T21:41:46.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:46 smithi115 bash[22345]: cluster 2024-04-18T21:41:45.176461+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.0 KiB/s rd, 30 KiB/s wr, 2 op/s 2024-04-18T21:41:46.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:46 smithi049 bash[21444]: cluster 2024-04-18T21:41:45.176461+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.0 KiB/s rd, 30 KiB/s wr, 2 op/s 2024-04-18T21:41:47.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:46 smithi080 bash[22189]: cluster 2024-04-18T21:41:45.176461+0000 mgr.a (mgr.14152) 219 : cluster 0 pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.0 KiB/s rd, 30 KiB/s wr, 2 op/s 2024-04-18T21:41:48.862 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:48 smithi049 bash[21444]: cluster 2024-04-18T21:41:47.176961+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 857 B/s rd, 24 KiB/s wr, 2 op/s 2024-04-18T21:41:48.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:48 smithi115 bash[22345]: cluster 2024-04-18T21:41:47.176961+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 857 B/s rd, 24 KiB/s wr, 2 op/s 2024-04-18T21:41:49.072 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:48 smithi080 bash[22189]: cluster 2024-04-18T21:41:47.176961+0000 mgr.a (mgr.14152) 220 : cluster 0 pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 857 B/s rd, 24 KiB/s wr, 2 op/s 2024-04-18T21:41:50.780 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:41:50.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:50 smithi049 bash[21444]: cluster 2024-04-18T21:41:49.177546+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T21:41:50.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:50 smithi115 bash[22345]: cluster 2024-04-18T21:41:49.177546+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T21:41:51.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:50 smithi080 bash[22189]: cluster 2024-04-18T21:41:49.177546+0000 mgr.a (mgr.14152) 221 : cluster 0 pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T21:41:52.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:52 smithi049 bash[21444]: cluster 2024-04-18T21:41:51.178154+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T21:41:52.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:52 smithi115 bash[22345]: cluster 2024-04-18T21:41:51.178154+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T21:41:53.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:52 smithi080 bash[22189]: cluster 2024-04-18T21:41:51.178154+0000 mgr.a (mgr.14152) 222 : cluster 0 pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-04-18T21:41:53.464 INFO:teuthology.orchestra.run.smithi049.stdout:pg_num: 1 2024-04-18T21:41:53.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:53 smithi049 bash[21444]: audit 2024-04-18T21:41:53.466560+0000 mon.a (mon.0) 618 : audit 0 from='client.? 172.21.15.49:0/1272909447' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-18T21:41:53.874 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:53 smithi080 bash[22189]: audit 2024-04-18T21:41:53.466560+0000 mon.a (mon.0) 618 : audit 0 from='client.? 172.21.15.49:0/1272909447' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-18T21:41:53.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:53 smithi115 bash[22345]: audit 2024-04-18T21:41:53.466560+0000 mon.a (mon.0) 618 : audit 0 from='client.? 172.21.15.49:0/1272909447' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-04-18T21:41:54.577 INFO:tasks.cephadm:Setting up client nodes... 2024-04-18T21:41:54.577 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-04-18T21:41:54.577 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-04-18T21:41:54.578 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph mgr dump --format=json 2024-04-18T21:41:54.835 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:54 smithi049 bash[21444]: cluster 2024-04-18T21:41:53.178485+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:54.897 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:54 smithi115 bash[22345]: cluster 2024-04-18T21:41:53.178485+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:55.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:54 smithi080 bash[22189]: cluster 2024-04-18T21:41:53.178485+0000 mgr.a (mgr.14152) 223 : cluster 0 pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:56.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:55 smithi115 bash[22345]: audit 2024-04-18T21:41:54.888675+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:56.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:55 smithi115 bash[22345]: audit 2024-04-18T21:41:54.893757+0000 mon.a (mon.0) 620 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:56.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:55 smithi115 bash[22345]: audit 2024-04-18T21:41:54.898971+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:56.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:55 smithi115 bash[22345]: cluster 2024-04-18T21:41:55.178998+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:56.234 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:55 smithi080 bash[22189]: audit 2024-04-18T21:41:54.888675+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:56.234 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:55 smithi080 bash[22189]: audit 2024-04-18T21:41:54.893757+0000 mon.a (mon.0) 620 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:56.234 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:55 smithi080 bash[22189]: audit 2024-04-18T21:41:54.898971+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:56.234 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:55 smithi080 bash[22189]: cluster 2024-04-18T21:41:55.178998+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:56.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:55 smithi049 bash[21444]: audit 2024-04-18T21:41:54.888675+0000 mon.a (mon.0) 619 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:56.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:55 smithi049 bash[21444]: audit 2024-04-18T21:41:54.893757+0000 mon.a (mon.0) 620 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:56.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:55 smithi049 bash[21444]: audit 2024-04-18T21:41:54.898971+0000 mon.a (mon.0) 621 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:41:56.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:55 smithi049 bash[21444]: cluster 2024-04-18T21:41:55.178998+0000 mgr.a (mgr.14152) 224 : cluster 0 pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:58.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:41:58 smithi080 bash[22189]: cluster 2024-04-18T21:41:57.179404+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:58.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:41:58 smithi049 bash[21444]: cluster 2024-04-18T21:41:57.179404+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:41:58.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:41:58 smithi115 bash[22345]: cluster 2024-04-18T21:41:57.179404+0000 mgr.a (mgr.14152) 225 : cluster 0 pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:00.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:00 smithi080 bash[22189]: cluster 2024-04-18T21:41:59.179940+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:00.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:00 smithi049 bash[21444]: cluster 2024-04-18T21:41:59.179940+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:00.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:00 smithi115 bash[22345]: cluster 2024-04-18T21:41:59.179940+0000 mgr.a (mgr.14152) 226 : cluster 0 pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:00.828 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:01.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:01 smithi049 bash[21444]: audit 2024-04-18T21:42:00.338566+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:01.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:01 smithi049 bash[21444]: audit 2024-04-18T21:42:00.345958+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:01.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:01 smithi049 bash[21444]: audit 2024-04-18T21:42:00.354151+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:01.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:01 smithi115 bash[22345]: audit 2024-04-18T21:42:00.338566+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:01.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:01 smithi115 bash[22345]: audit 2024-04-18T21:42:00.345958+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:01.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:01 smithi115 bash[22345]: audit 2024-04-18T21:42:00.354151+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:01.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:01 smithi080 bash[22189]: audit 2024-04-18T21:42:00.338566+0000 mon.a (mon.0) 622 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:01.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:01 smithi080 bash[22189]: audit 2024-04-18T21:42:00.345958+0000 mon.a (mon.0) 623 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:01.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:01 smithi080 bash[22189]: audit 2024-04-18T21:42:00.354151+0000 mon.a (mon.0) 624 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:02.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:02 smithi049 bash[21444]: cluster 2024-04-18T21:42:01.180507+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:02.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:02 smithi115 bash[22345]: cluster 2024-04-18T21:42:01.180507+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:02.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:02 smithi080 bash[22189]: cluster 2024-04-18T21:42:01.180507+0000 mgr.a (mgr.14152) 227 : cluster 0 pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:03.525 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:42:04.275 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6800","nonce":3392512108},{"type":"v1","addr":"172.21.15.49:6801","nonce":3392512108}]},"active_addr":"172.21.15.49:6801/3392512108","active_change":"2024-04-18T21:36:39.068470+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.1","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_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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/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.2.1","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_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"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.49: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.49:0","nonce":2582412456}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":1055459810}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":3312973017}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.49:0","nonce":3898721165}]}]} 2024-04-18T21:42:04.281 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-04-18T21:42:04.281 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-04-18T21:42:04.282 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-18T21:42:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:04 smithi049 bash[21444]: cluster 2024-04-18T21:42:03.181013+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:04 smithi049 bash[21444]: audit 2024-04-18T21:42:03.521024+0000 mon.a (mon.0) 625 : audit 0 from='client.? 172.21.15.49:0/253545575' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-18T21:42:04.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:04 smithi049 bash[21444]: audit 2024-04-18T21:42:03.693253+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:04.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:04 smithi049 bash[21444]: audit 2024-04-18T21:42:03.699527+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:04.610 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:04 smithi049 bash[21444]: audit 2024-04-18T21:42:03.706734+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:04.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:04 smithi115 bash[22345]: cluster 2024-04-18T21:42:03.181013+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:04.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:04 smithi115 bash[22345]: audit 2024-04-18T21:42:03.521024+0000 mon.a (mon.0) 625 : audit 0 from='client.? 172.21.15.49:0/253545575' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-18T21:42:04.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:04 smithi115 bash[22345]: audit 2024-04-18T21:42:03.693253+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:04.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:04 smithi115 bash[22345]: audit 2024-04-18T21:42:03.699527+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:04.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:04 smithi115 bash[22345]: audit 2024-04-18T21:42:03.706734+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:04.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:04 smithi080 bash[22189]: cluster 2024-04-18T21:42:03.181013+0000 mgr.a (mgr.14152) 228 : cluster 0 pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:04.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:04 smithi080 bash[22189]: audit 2024-04-18T21:42:03.521024+0000 mon.a (mon.0) 625 : audit 0 from='client.? 172.21.15.49:0/253545575' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-04-18T21:42:04.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:04 smithi080 bash[22189]: audit 2024-04-18T21:42:03.693253+0000 mon.a (mon.0) 626 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:04.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:04 smithi080 bash[22189]: audit 2024-04-18T21:42:03.699527+0000 mon.a (mon.0) 627 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:04.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:04 smithi080 bash[22189]: audit 2024-04-18T21:42:03.706734+0000 mon.a (mon.0) 628 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:06.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:06 smithi115 bash[22345]: cluster 2024-04-18T21:42:05.181549+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:06.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:06 smithi080 bash[22189]: cluster 2024-04-18T21:42:05.181549+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:06.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:06 smithi049 bash[21444]: cluster 2024-04-18T21:42:05.181549+0000 mgr.a (mgr.14152) 229 : cluster 0 pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:08.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:08 smithi115 bash[22345]: cluster 2024-04-18T21:42:07.182063+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:08.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:08 smithi080 bash[22189]: cluster 2024-04-18T21:42:07.182063+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:08.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:08 smithi049 bash[21444]: cluster 2024-04-18T21:42:07.182063+0000 mgr.a (mgr.14152) 230 : cluster 0 pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:09.014 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:10.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:10 smithi115 bash[22345]: cluster 2024-04-18T21:42:09.182611+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:10.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:10 smithi080 bash[22189]: cluster 2024-04-18T21:42:09.182611+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:10.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:10 smithi049 bash[21444]: cluster 2024-04-18T21:42:09.182611+0000 mgr.a (mgr.14152) 231 : cluster 0 pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:11.605 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:42:11.605 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":22,"fsid":"67f5eea4-fdcb-11ee-bc92-c7b262605968","created":"2024-04-18T21:35:29.302448+0000","modified":"2024-04-18T21:41:32.475333+0000","last_up_change":"2024-04-18T21:41:27.885890+0000","last_in_change":"2024-04-18T21:41:01.647089+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-04-18T21:41:30.050961+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":"22","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":"b9b3fac1-3c80-4190-8874-f5d35a1db97a","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.49:6802","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6803","nonce":2261633367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6805","nonce":2261633367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6809","nonce":2261633367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6807","nonce":2261633367}]},"public_addr":"172.21.15.49:6803/2261633367","cluster_addr":"172.21.15.49:6805/2261633367","heartbeat_back_addr":"172.21.15.49:6809/2261633367","heartbeat_front_addr":"172.21.15.49:6807/2261633367","state":["exists","up"]},{"osd":1,"uuid":"ea068b07-0e23-405a-bbed-c529a55fa50e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6800","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6801","nonce":3305869638}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6803","nonce":3305869638}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6807","nonce":3305869638}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6805","nonce":3305869638}]},"public_addr":"172.21.15.80:6801/3305869638","cluster_addr":"172.21.15.80:6803/3305869638","heartbeat_back_addr":"172.21.15.80:6807/3305869638","heartbeat_front_addr":"172.21.15.80:6805/3305869638","state":["exists","up"]},{"osd":2,"uuid":"17260920-9a33-40dc-875b-eb9077caed85","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.115:6800","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6801","nonce":3952896871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6803","nonce":3952896871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6807","nonce":3952896871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6805","nonce":3952896871}]},"public_addr":"172.21.15.115:6801/3952896871","cluster_addr":"172.21.15.115:6803/3952896871","heartbeat_back_addr":"172.21.15.115:6807/3952896871","heartbeat_front_addr":"172.21.15.115:6805/3952896871","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-04-18T21:39:41.814190+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-04-18T21:40:32.273547+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-04-18T21:41:25.697798+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:6800/2372865528":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/190047195":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/1958961043":"2024-04-19T21:36:03.203840+0000","172.21.15.49:0/3166646586":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/3316799320":"2024-04-19T21:36:03.203840+0000","172.21.15.49:0/2645001810":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/4205371283":"2024-04-19T21:36:03.203840+0000","172.21.15.49:6801/2372865528":"2024-04-19T21:36:39.068304+0000","172.21.15.49:6800/2243901940":"2024-04-19T21:36:03.203840+0000","172.21.15.49:6801/2243901940":"2024-04-19T21:36:03.203840+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-04-18T21:42:12.280 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-04-18T21:42:12.280 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph osd dump --format=json 2024-04-18T21:42:12.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:12 smithi049 bash[21444]: cluster 2024-04-18T21:42:11.183125+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:12.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:12 smithi049 bash[21444]: audit 2024-04-18T21:42:11.606865+0000 mon.a (mon.0) 629 : audit 0 from='client.? 172.21.15.49:0/1515656123' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T21:42:12.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:12 smithi115 bash[22345]: cluster 2024-04-18T21:42:11.183125+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:12.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:12 smithi115 bash[22345]: audit 2024-04-18T21:42:11.606865+0000 mon.a (mon.0) 629 : audit 0 from='client.? 172.21.15.49:0/1515656123' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T21:42:12.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:12 smithi080 bash[22189]: cluster 2024-04-18T21:42:11.183125+0000 mgr.a (mgr.14152) 232 : cluster 0 pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:12.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:12 smithi080 bash[22189]: audit 2024-04-18T21:42:11.606865+0000 mon.a (mon.0) 629 : audit 0 from='client.? 172.21.15.49:0/1515656123' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T21:42:14.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:14 smithi115 bash[22345]: cluster 2024-04-18T21:42:13.183661+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:14.655 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:14 smithi080 bash[22189]: cluster 2024-04-18T21:42:13.183661+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:14.655 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:14 smithi049 bash[21444]: cluster 2024-04-18T21:42:13.183661+0000 mgr.a (mgr.14152) 233 : cluster 0 pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:16.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:16 smithi049 bash[21444]: audit 2024-04-18T21:42:15.100535+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:16.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:16 smithi049 bash[21444]: audit 2024-04-18T21:42:15.109481+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:16.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:16 smithi049 bash[21444]: audit 2024-04-18T21:42:15.119534+0000 mon.a (mon.0) 632 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:16.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:16 smithi049 bash[21444]: cluster 2024-04-18T21:42:15.184209+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:16.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:16 smithi115 bash[22345]: audit 2024-04-18T21:42:15.100535+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:16.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:16 smithi115 bash[22345]: audit 2024-04-18T21:42:15.109481+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:16.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:16 smithi115 bash[22345]: audit 2024-04-18T21:42:15.119534+0000 mon.a (mon.0) 632 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:16.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:16 smithi115 bash[22345]: cluster 2024-04-18T21:42:15.184209+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:16.459 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:16 smithi080 bash[22189]: audit 2024-04-18T21:42:15.100535+0000 mon.a (mon.0) 630 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:16.459 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:16 smithi080 bash[22189]: audit 2024-04-18T21:42:15.109481+0000 mon.a (mon.0) 631 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:16.459 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:16 smithi080 bash[22189]: audit 2024-04-18T21:42:15.119534+0000 mon.a (mon.0) 632 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:16.459 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:16 smithi080 bash[22189]: cluster 2024-04-18T21:42:15.184209+0000 mgr.a (mgr.14152) 234 : cluster 0 pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:17.980 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:18.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:18 smithi049 bash[21444]: cluster 2024-04-18T21:42:17.184757+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:18.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:18 smithi080 bash[22189]: cluster 2024-04-18T21:42:17.184757+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:18.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:18 smithi115 bash[22345]: cluster 2024-04-18T21:42:17.184757+0000 mgr.a (mgr.14152) 235 : cluster 0 pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:20.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:20 smithi080 bash[22189]: cluster 2024-04-18T21:42:19.185328+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:20.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:20 smithi049 bash[21444]: cluster 2024-04-18T21:42:19.185328+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:20.654 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:42:20.654 INFO:teuthology.orchestra.run.smithi049.stdout:{"epoch":22,"fsid":"67f5eea4-fdcb-11ee-bc92-c7b262605968","created":"2024-04-18T21:35:29.302448+0000","modified":"2024-04-18T21:41:32.475333+0000","last_up_change":"2024-04-18T21:41:27.885890+0000","last_in_change":"2024-04-18T21:41:01.647089+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-04-18T21:41:30.050961+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":"22","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":"b9b3fac1-3c80-4190-8874-f5d35a1db97a","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.49:6802","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6803","nonce":2261633367}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6804","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6805","nonce":2261633367}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6808","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6809","nonce":2261633367}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.49:6806","nonce":2261633367},{"type":"v1","addr":"172.21.15.49:6807","nonce":2261633367}]},"public_addr":"172.21.15.49:6803/2261633367","cluster_addr":"172.21.15.49:6805/2261633367","heartbeat_back_addr":"172.21.15.49:6809/2261633367","heartbeat_front_addr":"172.21.15.49:6807/2261633367","state":["exists","up"]},{"osd":1,"uuid":"ea068b07-0e23-405a-bbed-c529a55fa50e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6800","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6801","nonce":3305869638}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6802","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6803","nonce":3305869638}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6806","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6807","nonce":3305869638}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.80:6804","nonce":3305869638},{"type":"v1","addr":"172.21.15.80:6805","nonce":3305869638}]},"public_addr":"172.21.15.80:6801/3305869638","cluster_addr":"172.21.15.80:6803/3305869638","heartbeat_back_addr":"172.21.15.80:6807/3305869638","heartbeat_front_addr":"172.21.15.80:6805/3305869638","state":["exists","up"]},{"osd":2,"uuid":"17260920-9a33-40dc-875b-eb9077caed85","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.115:6800","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6801","nonce":3952896871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6802","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6803","nonce":3952896871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6806","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6807","nonce":3952896871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.115:6804","nonce":3952896871},{"type":"v1","addr":"172.21.15.115:6805","nonce":3952896871}]},"public_addr":"172.21.15.115:6801/3952896871","cluster_addr":"172.21.15.115:6803/3952896871","heartbeat_back_addr":"172.21.15.115:6807/3952896871","heartbeat_front_addr":"172.21.15.115:6805/3952896871","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-04-18T21:39:41.814190+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-04-18T21:40:32.273547+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-04-18T21:41:25.697798+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.49:6800/2372865528":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/190047195":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/1958961043":"2024-04-19T21:36:03.203840+0000","172.21.15.49:0/3166646586":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/3316799320":"2024-04-19T21:36:03.203840+0000","172.21.15.49:0/2645001810":"2024-04-19T21:36:39.068304+0000","172.21.15.49:0/4205371283":"2024-04-19T21:36:03.203840+0000","172.21.15.49:6801/2372865528":"2024-04-19T21:36:39.068304+0000","172.21.15.49:6800/2243901940":"2024-04-19T21:36:03.203840+0000","172.21.15.49:6801/2243901940":"2024-04-19T21:36:03.203840+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-04-18T21:42:20.657 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:20 smithi115 bash[22345]: cluster 2024-04-18T21:42:19.185328+0000 mgr.a (mgr.14152) 236 : cluster 0 pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:21.301 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-04-18T21:42:21.302 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-04-18T21:42:21.302 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-04-18T21:42:21.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:21 smithi080 bash[22189]: audit 2024-04-18T21:42:20.569716+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:21.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:21 smithi080 bash[22189]: audit 2024-04-18T21:42:20.577751+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:21.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:21 smithi080 bash[22189]: audit 2024-04-18T21:42:20.586629+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:21.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:21 smithi080 bash[22189]: audit 2024-04-18T21:42:20.655754+0000 mon.a (mon.0) 636 : audit 0 from='client.? 172.21.15.49:0/742643490' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T21:42:21.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:21 smithi049 bash[21444]: audit 2024-04-18T21:42:20.569716+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:21.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:21 smithi049 bash[21444]: audit 2024-04-18T21:42:20.577751+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:21.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:21 smithi049 bash[21444]: audit 2024-04-18T21:42:20.586629+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:21.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:21 smithi049 bash[21444]: audit 2024-04-18T21:42:20.655754+0000 mon.a (mon.0) 636 : audit 0 from='client.? 172.21.15.49:0/742643490' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T21:42:21.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:21 smithi115 bash[22345]: audit 2024-04-18T21:42:20.569716+0000 mon.a (mon.0) 633 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:21.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:21 smithi115 bash[22345]: audit 2024-04-18T21:42:20.577751+0000 mon.a (mon.0) 634 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:21.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:21 smithi115 bash[22345]: audit 2024-04-18T21:42:20.586629+0000 mon.a (mon.0) 635 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:21.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:21 smithi115 bash[22345]: audit 2024-04-18T21:42:20.655754+0000 mon.a (mon.0) 636 : audit 0 from='client.? 172.21.15.49:0/742643490' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-04-18T21:42:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:22 smithi049 bash[21444]: cluster 2024-04-18T21:42:21.185887+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:22.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:22 smithi115 bash[22345]: cluster 2024-04-18T21:42:21.185887+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:23.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:22 smithi080 bash[22189]: cluster 2024-04-18T21:42:21.185887+0000 mgr.a (mgr.14152) 237 : cluster 0 pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:24.842 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:24 smithi115 bash[22345]: cluster 2024-04-18T21:42:23.186419+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:24.843 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:24 smithi115 bash[22345]: audit 2024-04-18T21:42:23.863472+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:24.843 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:24 smithi115 bash[22345]: audit 2024-04-18T21:42:23.868025+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:24.843 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:24 smithi115 bash[22345]: audit 2024-04-18T21:42:23.872754+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:24.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:24 smithi049 bash[21444]: cluster 2024-04-18T21:42:23.186419+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:24.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:24 smithi049 bash[21444]: audit 2024-04-18T21:42:23.863472+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:24.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:24 smithi049 bash[21444]: audit 2024-04-18T21:42:23.868025+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:24.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:24 smithi049 bash[21444]: audit 2024-04-18T21:42:23.872754+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:25.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:24 smithi080 bash[22189]: cluster 2024-04-18T21:42:23.186419+0000 mgr.a (mgr.14152) 238 : cluster 0 pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:25.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:24 smithi080 bash[22189]: audit 2024-04-18T21:42:23.863472+0000 mon.a (mon.0) 637 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:25.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:24 smithi080 bash[22189]: audit 2024-04-18T21:42:23.868025+0000 mon.a (mon.0) 638 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:25.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:24 smithi080 bash[22189]: audit 2024-04-18T21:42:23.872754+0000 mon.a (mon.0) 639 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:25.789 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:25.790 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:25.790 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:26.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:26 smithi049 bash[21444]: cluster 2024-04-18T21:42:25.187029+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:26.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:26 smithi115 bash[22345]: cluster 2024-04-18T21:42:25.187029+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:27.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:26 smithi080 bash[22189]: cluster 2024-04-18T21:42:25.187029+0000 mgr.a (mgr.14152) 239 : cluster 0 pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:28.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:28 smithi049 bash[21444]: cluster 2024-04-18T21:42:27.187407+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:28.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:28 smithi115 bash[22345]: cluster 2024-04-18T21:42:27.187407+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:29.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:28 smithi080 bash[22189]: cluster 2024-04-18T21:42:27.187407+0000 mgr.a (mgr.14152) 240 : cluster 0 pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:30.683 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:30 smithi049 bash[21444]: cluster 2024-04-18T21:42:29.187887+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:30.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:30 smithi115 bash[22345]: cluster 2024-04-18T21:42:29.187887+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:31.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:30 smithi080 bash[22189]: cluster 2024-04-18T21:42:29.187887+0000 mgr.a (mgr.14152) 241 : cluster 0 pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:31.573 INFO:teuthology.orchestra.run.smithi049.stdout:77309411344 2024-04-18T21:42:31.573 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-04-18T21:42:32.473 INFO:teuthology.orchestra.run.smithi049.stdout:34359738405 2024-04-18T21:42:32.473 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-04-18T21:42:32.489 INFO:teuthology.orchestra.run.smithi049.stdout:55834574875 2024-04-18T21:42:32.489 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-04-18T21:42:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:32 smithi049 bash[21444]: cluster 2024-04-18T21:42:31.188451+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:32.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:32 smithi115 bash[22345]: cluster 2024-04-18T21:42:31.188451+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:33.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:32 smithi080 bash[22189]: cluster 2024-04-18T21:42:31.188451+0000 mgr.a (mgr.14152) 242 : cluster 0 pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:34.791 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:34 smithi049 bash[21444]: cluster 2024-04-18T21:42:33.189034+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:34.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:34 smithi115 bash[22345]: cluster 2024-04-18T21:42:33.189034+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:35.022 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:34 smithi080 bash[22189]: cluster 2024-04-18T21:42:33.189034+0000 mgr.a (mgr.14152) 243 : cluster 0 pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:36.301 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:36.302 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:36.302 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:36.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:36 smithi080 bash[22189]: cluster 2024-04-18T21:42:35.189455+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:36.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:36 smithi080 bash[22189]: audit 2024-04-18T21:42:35.319705+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:36.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:36 smithi080 bash[22189]: audit 2024-04-18T21:42:35.326802+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:36.571 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:36 smithi080 bash[22189]: audit 2024-04-18T21:42:35.333186+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:36 smithi049 bash[21444]: cluster 2024-04-18T21:42:35.189455+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:36 smithi049 bash[21444]: audit 2024-04-18T21:42:35.319705+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:36 smithi049 bash[21444]: audit 2024-04-18T21:42:35.326802+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:36 smithi049 bash[21444]: audit 2024-04-18T21:42:35.333186+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:36.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:36 smithi115 bash[22345]: cluster 2024-04-18T21:42:35.189455+0000 mgr.a (mgr.14152) 244 : cluster 0 pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:36 smithi115 bash[22345]: audit 2024-04-18T21:42:35.319705+0000 mon.a (mon.0) 640 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:36 smithi115 bash[22345]: audit 2024-04-18T21:42:35.326802+0000 mon.a (mon.0) 641 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:36 smithi115 bash[22345]: audit 2024-04-18T21:42:35.333186+0000 mon.a (mon.0) 642 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:37.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:37 smithi115 bash[22345]: audit 2024-04-18T21:42:37.234699+0000 mon.a (mon.0) 643 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:42:37.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:37 smithi115 bash[22345]: audit 2024-04-18T21:42:37.240601+0000 mon.a (mon.0) 644 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:42:37.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:37 smithi115 bash[22345]: audit 2024-04-18T21:42:37.242301+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:42:37.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:37 smithi115 bash[22345]: audit 2024-04-18T21:42:37.252430+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:37.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:37 smithi080 bash[22189]: audit 2024-04-18T21:42:37.234699+0000 mon.a (mon.0) 643 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:42:37.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:37 smithi080 bash[22189]: audit 2024-04-18T21:42:37.240601+0000 mon.a (mon.0) 644 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:42:37.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:37 smithi080 bash[22189]: audit 2024-04-18T21:42:37.242301+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:42:37.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:37 smithi080 bash[22189]: audit 2024-04-18T21:42:37.252430+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:37.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:37 smithi049 bash[21444]: audit 2024-04-18T21:42:37.234699+0000 mon.a (mon.0) 643 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:42:37.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:37 smithi049 bash[21444]: audit 2024-04-18T21:42:37.240601+0000 mon.a (mon.0) 644 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:42:37.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:37 smithi049 bash[21444]: audit 2024-04-18T21:42:37.242301+0000 mon.a (mon.0) 645 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:42:37.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:37 smithi049 bash[21444]: audit 2024-04-18T21:42:37.252430+0000 mon.a (mon.0) 646 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:38.577 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:38 smithi049 bash[21444]: cluster 2024-04-18T21:42:37.189969+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:38.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:38 smithi115 bash[22345]: cluster 2024-04-18T21:42:37.189969+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:38.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:38 smithi080 bash[22189]: cluster 2024-04-18T21:42:37.189969+0000 mgr.a (mgr.14152) 245 : cluster 0 pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:40.611 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:40 smithi049 bash[21444]: cluster 2024-04-18T21:42:39.190451+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:40.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:40 smithi115 bash[22345]: cluster 2024-04-18T21:42:39.190451+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:40.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:40 smithi080 bash[22189]: cluster 2024-04-18T21:42:39.190451+0000 mgr.a (mgr.14152) 246 : cluster 0 pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:41.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:41 smithi049 bash[21444]: audit 2024-04-18T21:42:40.797674+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:41.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:41 smithi049 bash[21444]: audit 2024-04-18T21:42:40.806219+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:41.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:41 smithi049 bash[21444]: audit 2024-04-18T21:42:40.816380+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:41.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:41 smithi049 bash[21444]: cluster 2024-04-18T21:42:41.191028+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:41.958 INFO:teuthology.orchestra.run.smithi049.stdout:55834574877 2024-04-18T21:42:42.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:41 smithi080 bash[22189]: audit 2024-04-18T21:42:40.797674+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:42.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:41 smithi080 bash[22189]: audit 2024-04-18T21:42:40.806219+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:42.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:41 smithi080 bash[22189]: audit 2024-04-18T21:42:40.816380+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:42.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:41 smithi080 bash[22189]: cluster 2024-04-18T21:42:41.191028+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:42.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:41 smithi115 bash[22345]: audit 2024-04-18T21:42:40.797674+0000 mon.a (mon.0) 647 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:42.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:41 smithi115 bash[22345]: audit 2024-04-18T21:42:40.806219+0000 mon.a (mon.0) 648 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:42.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:41 smithi115 bash[22345]: audit 2024-04-18T21:42:40.816380+0000 mon.a (mon.0) 649 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:42.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:41 smithi115 bash[22345]: cluster 2024-04-18T21:42:41.191028+0000 mgr.a (mgr.14152) 247 : cluster 0 pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:42.283 INFO:teuthology.orchestra.run.smithi049.stdout:77309411346 2024-04-18T21:42:42.409 INFO:teuthology.orchestra.run.smithi049.stdout:34359738407 2024-04-18T21:42:42.883 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574875 got 55834574877 for osd.1 2024-04-18T21:42:42.884 DEBUG:teuthology.parallel:result is None 2024-04-18T21:42:43.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:42 smithi080 bash[22189]: audit 2024-04-18T21:42:41.961638+0000 mon.a (mon.0) 650 : audit 0 from='client.? 172.21.15.49:0/1192384347' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-18T21:42:43.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:42 smithi080 bash[22189]: audit 2024-04-18T21:42:42.286962+0000 mon.a (mon.0) 651 : audit 0 from='client.? 172.21.15.49:0/1086890020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-18T21:42:43.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:42 smithi080 bash[22189]: audit 2024-04-18T21:42:42.412511+0000 mon.a (mon.0) 652 : audit 0 from='client.? 172.21.15.49:0/2882115435' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-18T21:42:43.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:42 smithi049 bash[21444]: audit 2024-04-18T21:42:41.961638+0000 mon.a (mon.0) 650 : audit 0 from='client.? 172.21.15.49:0/1192384347' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-18T21:42:43.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:42 smithi049 bash[21444]: audit 2024-04-18T21:42:42.286962+0000 mon.a (mon.0) 651 : audit 0 from='client.? 172.21.15.49:0/1086890020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-18T21:42:43.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:42 smithi049 bash[21444]: audit 2024-04-18T21:42:42.412511+0000 mon.a (mon.0) 652 : audit 0 from='client.? 172.21.15.49:0/2882115435' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-18T21:42:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:42 smithi115 bash[22345]: audit 2024-04-18T21:42:41.961638+0000 mon.a (mon.0) 650 : audit 0 from='client.? 172.21.15.49:0/1192384347' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-04-18T21:42:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:42 smithi115 bash[22345]: audit 2024-04-18T21:42:42.286962+0000 mon.a (mon.0) 651 : audit 0 from='client.? 172.21.15.49:0/1086890020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-04-18T21:42:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:42 smithi115 bash[22345]: audit 2024-04-18T21:42:42.412511+0000 mon.a (mon.0) 652 : audit 0 from='client.? 172.21.15.49:0/2882115435' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-04-18T21:42:43.699 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-04-18T21:42:43.699 DEBUG:teuthology.parallel:result is None 2024-04-18T21:42:43.735 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738407 for osd.0 2024-04-18T21:42:43.736 DEBUG:teuthology.parallel:result is None 2024-04-18T21:42:43.736 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-04-18T21:42:43.736 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-18T21:42:44.029 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:43 smithi049 bash[21444]: cluster 2024-04-18T21:42:43.191608+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:44.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:43 smithi115 bash[22345]: cluster 2024-04-18T21:42:43.191608+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:44.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:43 smithi080 bash[22189]: cluster 2024-04-18T21:42:43.191608+0000 mgr.a (mgr.14152) 248 : cluster 0 pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:45.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:45 smithi080 bash[22189]: audit 2024-04-18T21:42:44.022633+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:45.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:45 smithi080 bash[22189]: audit 2024-04-18T21:42:44.026847+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:45.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:45 smithi080 bash[22189]: audit 2024-04-18T21:42:44.031317+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:45.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:45 smithi049 bash[21444]: audit 2024-04-18T21:42:44.022633+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:45.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:45 smithi049 bash[21444]: audit 2024-04-18T21:42:44.026847+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:45.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:45 smithi049 bash[21444]: audit 2024-04-18T21:42:44.031317+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:45.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:45 smithi115 bash[22345]: audit 2024-04-18T21:42:44.022633+0000 mon.a (mon.0) 653 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:45.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:45 smithi115 bash[22345]: audit 2024-04-18T21:42:44.026847+0000 mon.a (mon.0) 654 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:45.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:45 smithi115 bash[22345]: audit 2024-04-18T21:42:44.031317+0000 mon.a (mon.0) 655 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:46.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:46 smithi080 bash[22189]: cluster 2024-04-18T21:42:45.192168+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:46.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:46 smithi049 bash[21444]: cluster 2024-04-18T21:42:45.192168+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:46.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:46 smithi115 bash[22345]: cluster 2024-04-18T21:42:45.192168+0000 mgr.a (mgr.14152) 249 : cluster 0 pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:48.222 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:48.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:48 smithi080 bash[22189]: cluster 2024-04-18T21:42:47.192709+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:48.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:48 smithi049 bash[21444]: cluster 2024-04-18T21:42:47.192709+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:48.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:48 smithi115 bash[22345]: cluster 2024-04-18T21:42:47.192709+0000 mgr.a (mgr.14152) 250 : cluster 0 pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:50.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:50 smithi080 bash[22189]: cluster 2024-04-18T21:42:49.193178+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:50.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:50 smithi049 bash[21444]: cluster 2024-04-18T21:42:49.193178+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:50.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:50 smithi115 bash[22345]: cluster 2024-04-18T21:42:49.193178+0000 mgr.a (mgr.14152) 251 : cluster 0 pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:51.006 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:42:51.008 INFO:teuthology.orchestra.run.smithi049.stderr:dumped all 2024-04-18T21:42:51.714 INFO:teuthology.orchestra.run.smithi049.stdout:{"pg_ready":true,"pg_map":{"version":200,"stamp":"2024-04-18T21:42:49.192998+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":84588,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150868,"statfs":{"total":287985106944,"available":287898488832,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4782,"internal_metadata":82963794},"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.003274"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-18T21:41:37.176641+0000","last_change":"2024-04-18T21:41:31.482367+0000","last_active":"2024-04-18T21:41:37.176641+0000","last_peered":"2024-04-18T21:41:37.176641+0000","last_clean":"2024-04-18T21:41:37.176641+0000","last_became_active":"2024-04-18T21:41:31.481556+0000","last_became_peered":"2024-04-18T21:41:31.481556+0000","last_unstale":"2024-04-18T21:41:37.176641+0000","last_undegraded":"2024-04-18T21:41:37.176641+0000","last_fullsized":"2024-04-18T21:41:37.176641+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-18T21:41:30.455782+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-18T21:41:30.455782+0000","last_clean_scrub_stamp":"2024-04-18T21:41:30.455782+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-04-19T22:05:33.148702+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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"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-04-18T21:42:51.715 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph pg dump --format=json 2024-04-18T21:42:52.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:52 smithi080 bash[22189]: audit 2024-04-18T21:42:51.007908+0000 mgr.a (mgr.14152) 252 : audit 0 from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:42:52.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:52 smithi080 bash[22189]: cluster 2024-04-18T21:42:51.193809+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:52.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:52 smithi049 bash[21444]: audit 2024-04-18T21:42:51.007908+0000 mgr.a (mgr.14152) 252 : audit 0 from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:42:52.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:52 smithi049 bash[21444]: cluster 2024-04-18T21:42:51.193809+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:52.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:52 smithi115 bash[22345]: audit 2024-04-18T21:42:51.007908+0000 mgr.a (mgr.14152) 252 : audit 0 from='client.14340 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:42:52.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:52 smithi115 bash[22345]: cluster 2024-04-18T21:42:51.193809+0000 mgr.a (mgr.14152) 253 : cluster 0 pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:54.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:54 smithi080 bash[22189]: cluster 2024-04-18T21:42:53.194480+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:54.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:54 smithi049 bash[21444]: cluster 2024-04-18T21:42:53.194480+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:54.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:54 smithi115 bash[22345]: cluster 2024-04-18T21:42:53.194480+0000 mgr.a (mgr.14152) 254 : cluster 0 pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:56.437 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:42:56.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:56 smithi080 bash[22189]: cluster 2024-04-18T21:42:55.195020+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:56.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:56 smithi080 bash[22189]: audit 2024-04-18T21:42:55.520025+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:56.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:56 smithi080 bash[22189]: audit 2024-04-18T21:42:55.525928+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:56.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:56 smithi080 bash[22189]: audit 2024-04-18T21:42:55.533135+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:56.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:56 smithi049 bash[21444]: cluster 2024-04-18T21:42:55.195020+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:56.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:56 smithi049 bash[21444]: audit 2024-04-18T21:42:55.520025+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:56.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:56 smithi049 bash[21444]: audit 2024-04-18T21:42:55.525928+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:56.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:56 smithi049 bash[21444]: audit 2024-04-18T21:42:55.533135+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:56.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:56 smithi115 bash[22345]: cluster 2024-04-18T21:42:55.195020+0000 mgr.a (mgr.14152) 255 : cluster 0 pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:56.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:56 smithi115 bash[22345]: audit 2024-04-18T21:42:55.520025+0000 mon.a (mon.0) 656 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:56.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:56 smithi115 bash[22345]: audit 2024-04-18T21:42:55.525928+0000 mon.a (mon.0) 657 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:56.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:56 smithi115 bash[22345]: audit 2024-04-18T21:42:55.533135+0000 mon.a (mon.0) 658 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:42:58.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:42:58 smithi080 bash[22189]: cluster 2024-04-18T21:42:57.195436+0000 mgr.a (mgr.14152) 256 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:58.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:42:58 smithi049 bash[21444]: cluster 2024-04-18T21:42:57.195436+0000 mgr.a (mgr.14152) 256 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:58.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:42:58 smithi115 bash[22345]: cluster 2024-04-18T21:42:57.195436+0000 mgr.a (mgr.14152) 256 : cluster 0 pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:42:59.731 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:42:59.733 INFO:teuthology.orchestra.run.smithi049.stderr:dumped all 2024-04-18T21:43:00.355 INFO:teuthology.orchestra.run.smithi049.stdout:{"pg_ready":true,"pg_map":{"version":205,"stamp":"2024-04-18T21:42:59.195687+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":84588,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150868,"statfs":{"total":287985106944,"available":287898488832,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4782,"internal_metadata":82963794},"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.003225"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-04-18T21:41:37.176641+0000","last_change":"2024-04-18T21:41:31.482367+0000","last_active":"2024-04-18T21:41:37.176641+0000","last_peered":"2024-04-18T21:41:37.176641+0000","last_clean":"2024-04-18T21:41:37.176641+0000","last_became_active":"2024-04-18T21:41:31.481556+0000","last_became_peered":"2024-04-18T21:41:31.481556+0000","last_unstale":"2024-04-18T21:41:37.176641+0000","last_undegraded":"2024-04-18T21:41:37.176641+0000","last_fullsized":"2024-04-18T21:41:37.176641+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-04-18T21:41:30.455782+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-04-18T21:41:30.455782+0000","last_clean_scrub_stamp":"2024-04-18T21:41:30.455782+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-04-19T22:05:33.148702+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":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"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":27780,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717372,"statfs":{"total":95995035648,"available":95966588928,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574880,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28404,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716748,"statfs":{"total":95995035648,"available":95965949952,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1592,"internal_metadata":27654600},"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-04-18T21:43:00.356 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-04-18T21:43:00.356 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-04-18T21:43:00.356 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-04-18T21:43:00.356 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- ceph health --format=json 2024-04-18T21:43:00.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:00 smithi049 bash[21444]: cluster 2024-04-18T21:42:59.195941+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:00.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:00 smithi049 bash[21444]: audit 2024-04-18T21:42:59.733375+0000 mgr.a (mgr.14152) 258 : audit 0 from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:43:00.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:00 smithi080 bash[22189]: cluster 2024-04-18T21:42:59.195941+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:00.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:00 smithi080 bash[22189]: audit 2024-04-18T21:42:59.733375+0000 mgr.a (mgr.14152) 258 : audit 0 from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:43:00.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:00 smithi115 bash[22345]: cluster 2024-04-18T21:42:59.195941+0000 mgr.a (mgr.14152) 257 : cluster 0 pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:00.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:00 smithi115 bash[22345]: audit 2024-04-18T21:42:59.733375+0000 mgr.a (mgr.14152) 258 : audit 0 from='client.14346 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:43:02.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:02 smithi080 bash[22189]: audit 2024-04-18T21:43:01.029521+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:02.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:02 smithi080 bash[22189]: audit 2024-04-18T21:43:01.038295+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:02.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:02 smithi080 bash[22189]: audit 2024-04-18T21:43:01.048418+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:02.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:02 smithi080 bash[22189]: cluster 2024-04-18T21:43:01.196357+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:02.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:02 smithi049 bash[21444]: audit 2024-04-18T21:43:01.029521+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:02.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:02 smithi049 bash[21444]: audit 2024-04-18T21:43:01.038295+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:02.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:02 smithi049 bash[21444]: audit 2024-04-18T21:43:01.048418+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:02.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:02 smithi049 bash[21444]: cluster 2024-04-18T21:43:01.196357+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:02.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:02 smithi115 bash[22345]: audit 2024-04-18T21:43:01.029521+0000 mon.a (mon.0) 659 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:02.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:02 smithi115 bash[22345]: audit 2024-04-18T21:43:01.038295+0000 mon.a (mon.0) 660 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:02.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:02 smithi115 bash[22345]: audit 2024-04-18T21:43:01.048418+0000 mon.a (mon.0) 661 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:02.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:02 smithi115 bash[22345]: cluster 2024-04-18T21:43:01.196357+0000 mgr.a (mgr.14152) 259 : cluster 0 pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:04.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:04 smithi080 bash[22189]: cluster 2024-04-18T21:43:03.196898+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:04.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:04 smithi080 bash[22189]: audit 2024-04-18T21:43:04.220660+0000 mon.a (mon.0) 662 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:04.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:04 smithi080 bash[22189]: audit 2024-04-18T21:43:04.228990+0000 mon.a (mon.0) 663 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:04.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:04 smithi080 bash[22189]: audit 2024-04-18T21:43:04.239052+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:04.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:04 smithi049 bash[21444]: cluster 2024-04-18T21:43:03.196898+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:04.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:04 smithi049 bash[21444]: audit 2024-04-18T21:43:04.220660+0000 mon.a (mon.0) 662 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:04.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:04 smithi049 bash[21444]: audit 2024-04-18T21:43:04.228990+0000 mon.a (mon.0) 663 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:04.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:04 smithi049 bash[21444]: audit 2024-04-18T21:43:04.239052+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:04.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:04 smithi115 bash[22345]: cluster 2024-04-18T21:43:03.196898+0000 mgr.a (mgr.14152) 260 : cluster 0 pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:04.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:04 smithi115 bash[22345]: audit 2024-04-18T21:43:04.220660+0000 mon.a (mon.0) 662 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:04.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:04 smithi115 bash[22345]: audit 2024-04-18T21:43:04.228990+0000 mon.a (mon.0) 663 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:04.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:04 smithi115 bash[22345]: audit 2024-04-18T21:43:04.239052+0000 mon.a (mon.0) 664 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:05.090 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:43:06.565 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:06 smithi115 bash[22345]: cluster 2024-04-18T21:43:05.197451+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:06.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:06 smithi080 bash[22189]: cluster 2024-04-18T21:43:05.197451+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:06.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:06 smithi049 bash[21444]: cluster 2024-04-18T21:43:05.197451+0000 mgr.a (mgr.14152) 261 : cluster 0 pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:07.916 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:43:07.917 INFO:teuthology.orchestra.run.smithi049.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-04-18T21:43:08.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:08 smithi080 bash[22189]: cluster 2024-04-18T21:43:07.197983+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:08.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:08 smithi080 bash[22189]: audit 2024-04-18T21:43:07.920185+0000 mon.a (mon.0) 665 : audit 0 from='client.? 172.21.15.49:0/1915430998' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-18T21:43:08.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:08 smithi049 bash[21444]: cluster 2024-04-18T21:43:07.197983+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:08.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:08 smithi049 bash[21444]: audit 2024-04-18T21:43:07.920185+0000 mon.a (mon.0) 665 : audit 0 from='client.? 172.21.15.49:0/1915430998' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-18T21:43:08.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:08 smithi115 bash[22345]: cluster 2024-04-18T21:43:07.197983+0000 mgr.a (mgr.14152) 262 : cluster 0 pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:08.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:08 smithi115 bash[22345]: audit 2024-04-18T21:43:07.920185+0000 mon.a (mon.0) 665 : audit 0 from='client.? 172.21.15.49:0/1915430998' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-04-18T21:43:08.707 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-04-18T21:43:08.708 INFO:tasks.cephadm:Setup complete, yielding 2024-04-18T21:43:08.708 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-04-18T21:43:08.723 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi049.front.sepia.ceph.com 2024-04-18T21:43:08.723 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:1a6a3e742fd81c6d70be70552499bff767652c32 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 -- bash -c 'set -e 2024-04-18T21:43:08.724 DEBUG:teuthology.orchestra.run.smithi049:> set -x 2024-04-18T21:43:08.724 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch apply node-exporter 2024-04-18T21:43:08.724 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch apply grafana 2024-04-18T21:43:08.724 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch apply alertmanager 2024-04-18T21:43:08.724 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch apply prometheus 2024-04-18T21:43:08.724 DEBUG:teuthology.orchestra.run.smithi049:> sleep 240 2024-04-18T21:43:08.724 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch ls 2024-04-18T21:43:08.724 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch ps 2024-04-18T21:43:08.724 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch host ls 2024-04-18T21:43:08.724 DEBUG:teuthology.orchestra.run.smithi049:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> # check each host node-exporter metrics endpoint is responsive 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> for ip in $ALL_HOST_IPS; do 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${ip}:9100/metric 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> done 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> # check grafana endpoints are responsive and database health is okay 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> # stop mon daemon in order to trigger an alert 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> ceph orch daemon stop $MON_DAEMON 2024-04-18T21:43:08.725 DEBUG:teuthology.orchestra.run.smithi049:> sleep 120 2024-04-18T21:43:08.726 DEBUG:teuthology.orchestra.run.smithi049:> # check prometheus endpoints are responsive and mon down alert is firing 2024-04-18T21:43:08.726 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-04-18T21:43:08.726 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-04-18T21:43:08.726 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-04-18T21:43:08.726 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-04-18T21:43:08.726 DEBUG:teuthology.orchestra.run.smithi049:> # check alertmanager endpoints are responsive and mon down alert is active 2024-04-18T21:43:08.726 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-04-18T21:43:08.726 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-04-18T21:43:08.726 DEBUG:teuthology.orchestra.run.smithi049:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-04-18T21:43:08.726 DEBUG:teuthology.orchestra.run.smithi049:> ' 2024-04-18T21:43:10.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:10 smithi080 bash[22189]: cluster 2024-04-18T21:43:09.198664+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:10.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:10 smithi049 bash[21444]: cluster 2024-04-18T21:43:09.198664+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:10.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:10 smithi115 bash[22345]: cluster 2024-04-18T21:43:09.198664+0000 mgr.a (mgr.14152) 263 : cluster 0 pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:12.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:12 smithi080 bash[22189]: cluster 2024-04-18T21:43:11.199261+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:12.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:12 smithi049 bash[21444]: cluster 2024-04-18T21:43:11.199261+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:12.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:12 smithi115 bash[22345]: cluster 2024-04-18T21:43:11.199261+0000 mgr.a (mgr.14152) 264 : cluster 0 pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:13.450 INFO:teuthology.orchestra.run.smithi049.stderr:Inferring config /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/mon.a/config 2024-04-18T21:43:14.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:14 smithi080 bash[22189]: cluster 2024-04-18T21:43:13.199806+0000 mgr.a (mgr.14152) 265 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:14.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:14 smithi049 bash[21444]: cluster 2024-04-18T21:43:13.199806+0000 mgr.a (mgr.14152) 265 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:14.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:14 smithi115 bash[22345]: cluster 2024-04-18T21:43:13.199806+0000 mgr.a (mgr.14152) 265 : cluster 0 pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:17.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:16 smithi080 bash[22189]: cluster 2024-04-18T21:43:15.200386+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:17.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:16 smithi080 bash[22189]: audit 2024-04-18T21:43:15.746411+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:17.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:16 smithi080 bash[22189]: audit 2024-04-18T21:43:15.754986+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:17.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:16 smithi080 bash[22189]: audit 2024-04-18T21:43:15.765335+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:17.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:16 smithi049 bash[21444]: cluster 2024-04-18T21:43:15.200386+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:17.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:16 smithi049 bash[21444]: audit 2024-04-18T21:43:15.746411+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:17.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:16 smithi049 bash[21444]: audit 2024-04-18T21:43:15.754986+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:17.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:16 smithi049 bash[21444]: audit 2024-04-18T21:43:15.765335+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:17.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:16 smithi115 bash[22345]: cluster 2024-04-18T21:43:15.200386+0000 mgr.a (mgr.14152) 266 : cluster 0 pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:17.159 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:16 smithi115 bash[22345]: audit 2024-04-18T21:43:15.746411+0000 mon.a (mon.0) 666 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:17.159 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:16 smithi115 bash[22345]: audit 2024-04-18T21:43:15.754986+0000 mon.a (mon.0) 667 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:17.159 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:16 smithi115 bash[22345]: audit 2024-04-18T21:43:15.765335+0000 mon.a (mon.0) 668 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:17.286 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch apply node-exporter 2024-04-18T21:43:17.647 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled node-exporter update... 2024-04-18T21:43:17.661 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch apply grafana 2024-04-18T21:43:18.015 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled grafana update... 2024-04-18T21:43:18.030 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch apply alertmanager 2024-04-18T21:43:18.392 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled alertmanager update... 2024-04-18T21:43:18.406 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch apply prometheus 2024-04-18T21:43:18.773 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled prometheus update... 2024-04-18T21:43:18.789 INFO:teuthology.orchestra.run.smithi049.stderr:+ sleep 240 2024-04-18T21:43:18.896 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: cluster 2024-04-18T21:43:17.200866+0000 mgr.a (mgr.14152) 267 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:18.897 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: audit 2024-04-18T21:43:17.641597+0000 mgr.a (mgr.14152) 268 : audit 0 from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:18.897 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: cephadm 2024-04-18T21:43:17.644382+0000 mgr.a (mgr.14152) 269 : cephadm 1 Saving service node-exporter spec with placement * 2024-04-18T21:43:18.897 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: audit 2024-04-18T21:43:17.650487+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:18.897 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: audit 2024-04-18T21:43:17.673050+0000 mon.a (mon.0) 670 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:18.897 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: audit 2024-04-18T21:43:17.676147+0000 mon.a (mon.0) 671 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:18.897 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: audit 2024-04-18T21:43:17.677090+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:18.897 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: audit 2024-04-18T21:43:17.684199+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:18.897 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: cephadm 2024-04-18T21:43:17.688101+0000 mgr.a (mgr.14152) 270 : cephadm 1 Deploying daemon node-exporter.smithi049 on smithi049 2024-04-18T21:43:18.897 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: audit 2024-04-18T21:43:18.018430+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:18.897 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 bash[21444]: audit 2024-04-18T21:43:18.395393+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:18.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: cluster 2024-04-18T21:43:17.200866+0000 mgr.a (mgr.14152) 267 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:18.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: audit 2024-04-18T21:43:17.641597+0000 mgr.a (mgr.14152) 268 : audit 0 from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:18.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: cephadm 2024-04-18T21:43:17.644382+0000 mgr.a (mgr.14152) 269 : cephadm 1 Saving service node-exporter spec with placement * 2024-04-18T21:43:18.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: audit 2024-04-18T21:43:17.650487+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:18.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: audit 2024-04-18T21:43:17.673050+0000 mon.a (mon.0) 670 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:18.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: audit 2024-04-18T21:43:17.676147+0000 mon.a (mon.0) 671 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:18.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: audit 2024-04-18T21:43:17.677090+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:18.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: audit 2024-04-18T21:43:17.684199+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:18.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: cephadm 2024-04-18T21:43:17.688101+0000 mgr.a (mgr.14152) 270 : cephadm 1 Deploying daemon node-exporter.smithi049 on smithi049 2024-04-18T21:43:18.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: audit 2024-04-18T21:43:18.018430+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:18.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:18 smithi115 bash[22345]: audit 2024-04-18T21:43:18.395393+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:19.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: cluster 2024-04-18T21:43:17.200866+0000 mgr.a (mgr.14152) 267 : cluster 0 pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:19.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: audit 2024-04-18T21:43:17.641597+0000 mgr.a (mgr.14152) 268 : audit 0 from='client.14358 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:19.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: cephadm 2024-04-18T21:43:17.644382+0000 mgr.a (mgr.14152) 269 : cephadm 1 Saving service node-exporter spec with placement * 2024-04-18T21:43:19.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: audit 2024-04-18T21:43:17.650487+0000 mon.a (mon.0) 669 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:19.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: audit 2024-04-18T21:43:17.673050+0000 mon.a (mon.0) 670 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:19.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: audit 2024-04-18T21:43:17.676147+0000 mon.a (mon.0) 671 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:19.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: audit 2024-04-18T21:43:17.677090+0000 mon.a (mon.0) 672 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:19.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: audit 2024-04-18T21:43:17.684199+0000 mon.a (mon.0) 673 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:19.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: cephadm 2024-04-18T21:43:17.688101+0000 mgr.a (mgr.14152) 270 : cephadm 1 Deploying daemon node-exporter.smithi049 on smithi049 2024-04-18T21:43:19.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: audit 2024-04-18T21:43:18.018430+0000 mon.a (mon.0) 674 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:19.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:18 smithi080 bash[22189]: audit 2024-04-18T21:43:18.395393+0000 mon.a (mon.0) 675 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:19.226 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:18 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:19.226 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:19.226 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:43:18 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:19.226 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:43:19 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:19.226 INFO:journalctl@ceph.osd.0.smithi049.stdout:Apr 18 21:43:18 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:19.226 INFO:journalctl@ceph.osd.0.smithi049.stdout:Apr 18 21:43:19 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:19.970 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 bash[22189]: audit 2024-04-18T21:43:18.012895+0000 mgr.a (mgr.14152) 271 : audit 0 from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:19.970 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 bash[22189]: cephadm 2024-04-18T21:43:18.014333+0000 mgr.a (mgr.14152) 272 : cephadm 1 Saving service grafana spec with placement count:1 2024-04-18T21:43:19.970 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 bash[22189]: audit 2024-04-18T21:43:18.387620+0000 mgr.a (mgr.14152) 273 : audit 0 from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:19.970 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 bash[22189]: cephadm 2024-04-18T21:43:18.390157+0000 mgr.a (mgr.14152) 274 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-04-18T21:43:19.970 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 bash[22189]: audit 2024-04-18T21:43:18.766284+0000 mgr.a (mgr.14152) 275 : audit 0 from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:19.970 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 bash[22189]: cephadm 2024-04-18T21:43:18.767845+0000 mgr.a (mgr.14152) 276 : cephadm 1 Saving service prometheus spec with placement count:1 2024-04-18T21:43:19.970 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 bash[22189]: audit 2024-04-18T21:43:18.776235+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:19.970 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 bash[22189]: audit 2024-04-18T21:43:19.269389+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:19.970 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 bash[22189]: audit 2024-04-18T21:43:19.274915+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:19.970 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 bash[22189]: audit 2024-04-18T21:43:19.308842+0000 mon.a (mon.0) 679 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:20.071 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 bash[21444]: audit 2024-04-18T21:43:18.012895+0000 mgr.a (mgr.14152) 271 : audit 0 from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:20.071 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 bash[21444]: cephadm 2024-04-18T21:43:18.014333+0000 mgr.a (mgr.14152) 272 : cephadm 1 Saving service grafana spec with placement count:1 2024-04-18T21:43:20.071 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 bash[21444]: audit 2024-04-18T21:43:18.387620+0000 mgr.a (mgr.14152) 273 : audit 0 from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:20.071 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 bash[21444]: cephadm 2024-04-18T21:43:18.390157+0000 mgr.a (mgr.14152) 274 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-04-18T21:43:20.071 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 bash[21444]: audit 2024-04-18T21:43:18.766284+0000 mgr.a (mgr.14152) 275 : audit 0 from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:20.072 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 bash[21444]: cephadm 2024-04-18T21:43:18.767845+0000 mgr.a (mgr.14152) 276 : cephadm 1 Saving service prometheus spec with placement count:1 2024-04-18T21:43:20.072 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 bash[21444]: audit 2024-04-18T21:43:18.776235+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:20.072 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 bash[21444]: audit 2024-04-18T21:43:19.269389+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:20.072 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 bash[21444]: audit 2024-04-18T21:43:19.274915+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:20.072 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:19 smithi049 bash[21444]: audit 2024-04-18T21:43:19.308842+0000 mon.a (mon.0) 679 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:20.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:19 smithi115 bash[22345]: audit 2024-04-18T21:43:18.012895+0000 mgr.a (mgr.14152) 271 : audit 0 from='client.14364 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:20.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:19 smithi115 bash[22345]: cephadm 2024-04-18T21:43:18.014333+0000 mgr.a (mgr.14152) 272 : cephadm 1 Saving service grafana spec with placement count:1 2024-04-18T21:43:20.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:19 smithi115 bash[22345]: audit 2024-04-18T21:43:18.387620+0000 mgr.a (mgr.14152) 273 : audit 0 from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:20.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:19 smithi115 bash[22345]: cephadm 2024-04-18T21:43:18.390157+0000 mgr.a (mgr.14152) 274 : cephadm 1 Saving service alertmanager spec with placement count:1 2024-04-18T21:43:20.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:19 smithi115 bash[22345]: audit 2024-04-18T21:43:18.766284+0000 mgr.a (mgr.14152) 275 : audit 0 from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:43:20.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:19 smithi115 bash[22345]: cephadm 2024-04-18T21:43:18.767845+0000 mgr.a (mgr.14152) 276 : cephadm 1 Saving service prometheus spec with placement count:1 2024-04-18T21:43:20.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:19 smithi115 bash[22345]: audit 2024-04-18T21:43:18.776235+0000 mon.a (mon.0) 676 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:20.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:19 smithi115 bash[22345]: audit 2024-04-18T21:43:19.269389+0000 mon.a (mon.0) 677 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:20.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:19 smithi115 bash[22345]: audit 2024-04-18T21:43:19.274915+0000 mon.a (mon.0) 678 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:20.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:19 smithi115 bash[22345]: audit 2024-04-18T21:43:19.308842+0000 mon.a (mon.0) 679 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:20.233 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:19 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:20.233 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:43:19 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:20.234 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 21:43:19 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:20.234 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 21:43:20 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:20.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:20 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:20.569 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:43:20 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:21.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:20 smithi080 bash[22189]: cluster 2024-04-18T21:43:19.201358+0000 mgr.a (mgr.14152) 277 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:21.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:20 smithi080 bash[22189]: cephadm 2024-04-18T21:43:19.309640+0000 mgr.a (mgr.14152) 278 : cephadm 1 Deploying daemon node-exporter.smithi080 on smithi080 2024-04-18T21:43:21.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:20 smithi080 bash[22189]: audit 2024-04-18T21:43:20.384558+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:21.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:20 smithi080 bash[22189]: audit 2024-04-18T21:43:20.390660+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:21.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:20 smithi080 bash[22189]: audit 2024-04-18T21:43:20.430768+0000 mon.a (mon.0) 682 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:21.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:20 smithi049 bash[21444]: cluster 2024-04-18T21:43:19.201358+0000 mgr.a (mgr.14152) 277 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:21.112 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:20 smithi049 bash[21444]: cephadm 2024-04-18T21:43:19.309640+0000 mgr.a (mgr.14152) 278 : cephadm 1 Deploying daemon node-exporter.smithi080 on smithi080 2024-04-18T21:43:21.113 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:20 smithi049 bash[21444]: audit 2024-04-18T21:43:20.384558+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:21.113 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:20 smithi049 bash[21444]: audit 2024-04-18T21:43:20.390660+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:21.113 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:20 smithi049 bash[21444]: audit 2024-04-18T21:43:20.430768+0000 mon.a (mon.0) 682 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:21.118 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:20 smithi115 bash[22345]: cluster 2024-04-18T21:43:19.201358+0000 mgr.a (mgr.14152) 277 : cluster 0 pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:21.118 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:20 smithi115 bash[22345]: cephadm 2024-04-18T21:43:19.309640+0000 mgr.a (mgr.14152) 278 : cephadm 1 Deploying daemon node-exporter.smithi080 on smithi080 2024-04-18T21:43:21.118 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:20 smithi115 bash[22345]: audit 2024-04-18T21:43:20.384558+0000 mon.a (mon.0) 680 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:21.118 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:20 smithi115 bash[22345]: audit 2024-04-18T21:43:20.390660+0000 mon.a (mon.0) 681 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:21.119 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:20 smithi115 bash[22345]: audit 2024-04-18T21:43:20.430768+0000 mon.a (mon.0) 682 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:21.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:21.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:21.405 INFO:journalctl@ceph.osd.2.smithi115.stdout:Apr 18 21:43:21 smithi115 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:21.405 INFO:journalctl@ceph.osd.2.smithi115.stdout:Apr 18 21:43:21 smithi115 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:22.053 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: cephadm 2024-04-18T21:43:20.431917+0000 mgr.a (mgr.14152) 279 : cephadm 1 Deploying daemon node-exporter.smithi115 on smithi115 2024-04-18T21:43:22.053 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.255992+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.264803+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.275192+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.501538+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.510633+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.555489+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.562743+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.663862+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.668189+0000 mon.a (mon.0) 691 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.669265+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.676618+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.775687+0000 mon.a (mon.0) 694 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.779122+0000 mon.a (mon.0) 695 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:22.054 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:21 smithi080 bash[22189]: audit 2024-04-18T21:43:21.780356+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:22.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: cephadm 2024-04-18T21:43:20.431917+0000 mgr.a (mgr.14152) 279 : cephadm 1 Deploying daemon node-exporter.smithi115 on smithi115 2024-04-18T21:43:22.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.255992+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.264803+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.275192+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.501538+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.510633+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.555489+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.562743+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.663862+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.668189+0000 mon.a (mon.0) 691 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.669265+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.676618+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.775687+0000 mon.a (mon.0) 694 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.779122+0000 mon.a (mon.0) 695 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:22.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:21 smithi049 bash[21444]: audit 2024-04-18T21:43:21.780356+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:22.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: cephadm 2024-04-18T21:43:20.431917+0000 mgr.a (mgr.14152) 279 : cephadm 1 Deploying daemon node-exporter.smithi115 on smithi115 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.255992+0000 mon.a (mon.0) 683 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.264803+0000 mon.a (mon.0) 684 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.275192+0000 mon.a (mon.0) 685 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.501538+0000 mon.a (mon.0) 686 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.510633+0000 mon.a (mon.0) 687 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.555489+0000 mon.a (mon.0) 688 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.562743+0000 mon.a (mon.0) 689 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.663862+0000 mon.a (mon.0) 690 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.668189+0000 mon.a (mon.0) 691 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.669265+0000 mon.a (mon.0) 692 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.676618+0000 mon.a (mon.0) 693 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.775687+0000 mon.a (mon.0) 694 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.779122+0000 mon.a (mon.0) 695 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:22.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:21 smithi115 bash[22345]: audit 2024-04-18T21:43:21.780356+0000 mon.a (mon.0) 696 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:22.952 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:22 smithi049 bash[21444]: cluster 2024-04-18T21:43:21.201779+0000 mgr.a (mgr.14152) 280 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:22.952 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:22 smithi049 bash[21444]: cephadm 2024-04-18T21:43:21.677144+0000 mgr.a (mgr.14152) 281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:43:22.952 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:22 smithi049 bash[21444]: audit 2024-04-18T21:43:21.787831+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:22.952 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:22 smithi049 bash[21444]: cephadm 2024-04-18T21:43:21.788531+0000 mgr.a (mgr.14152) 282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:43:22.952 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:22 smithi049 bash[21444]: audit 2024-04-18T21:43:22.478181+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:23.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:22 smithi080 bash[22189]: cluster 2024-04-18T21:43:21.201779+0000 mgr.a (mgr.14152) 280 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:23.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:22 smithi080 bash[22189]: cephadm 2024-04-18T21:43:21.677144+0000 mgr.a (mgr.14152) 281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:43:23.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:22 smithi080 bash[22189]: audit 2024-04-18T21:43:21.787831+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:23.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:22 smithi080 bash[22189]: cephadm 2024-04-18T21:43:21.788531+0000 mgr.a (mgr.14152) 282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:43:23.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:22 smithi080 bash[22189]: audit 2024-04-18T21:43:22.478181+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:23.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:22 smithi115 bash[22345]: cluster 2024-04-18T21:43:21.201779+0000 mgr.a (mgr.14152) 280 : cluster 0 pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:23.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:22 smithi115 bash[22345]: cephadm 2024-04-18T21:43:21.677144+0000 mgr.a (mgr.14152) 281 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:43:23.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:22 smithi115 bash[22345]: audit 2024-04-18T21:43:21.787831+0000 mon.a (mon.0) 697 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:23.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:22 smithi115 bash[22345]: cephadm 2024-04-18T21:43:21.788531+0000 mgr.a (mgr.14152) 282 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:43:23.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:22 smithi115 bash[22345]: audit 2024-04-18T21:43:22.478181+0000 mon.a (mon.0) 698 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:25.051 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:24 smithi080 bash[22189]: cluster 2024-04-18T21:43:23.202306+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:25.052 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:24 smithi080 bash[22189]: audit 2024-04-18T21:43:24.422044+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:25.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:24 smithi049 bash[21444]: cluster 2024-04-18T21:43:23.202306+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:25.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:24 smithi049 bash[21444]: audit 2024-04-18T21:43:24.422044+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:25.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:24 smithi115 bash[22345]: cluster 2024-04-18T21:43:23.202306+0000 mgr.a (mgr.14152) 283 : cluster 0 pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:25.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:24 smithi115 bash[22345]: audit 2024-04-18T21:43:24.422044+0000 mon.a (mon.0) 699 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:26.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:26 smithi080 bash[22189]: cluster 2024-04-18T21:43:25.202809+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:26.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:26 smithi080 bash[22189]: audit 2024-04-18T21:43:25.538991+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:26.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:26 smithi049 bash[21444]: cluster 2024-04-18T21:43:25.202809+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:26.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:26 smithi049 bash[21444]: audit 2024-04-18T21:43:25.538991+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:26.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:26 smithi115 bash[22345]: cluster 2024-04-18T21:43:25.202809+0000 mgr.a (mgr.14152) 284 : cluster 0 pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:26.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:26 smithi115 bash[22345]: audit 2024-04-18T21:43:25.538991+0000 mon.a (mon.0) 700 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:28.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:27 smithi049 bash[21444]: audit 2024-04-18T21:43:26.943241+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:28.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:27 smithi049 bash[21444]: cluster 2024-04-18T21:43:27.203286+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:28.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:27 smithi049 bash[21444]: audit 2024-04-18T21:43:27.667252+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:28.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:27 smithi049 bash[21444]: audit 2024-04-18T21:43:27.801975+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:28.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:27 smithi080 bash[22189]: audit 2024-04-18T21:43:26.943241+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:28.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:27 smithi080 bash[22189]: cluster 2024-04-18T21:43:27.203286+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:28.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:27 smithi080 bash[22189]: audit 2024-04-18T21:43:27.667252+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:28.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:27 smithi080 bash[22189]: audit 2024-04-18T21:43:27.801975+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:28.392 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:27 smithi115 bash[22345]: audit 2024-04-18T21:43:26.943241+0000 mon.a (mon.0) 701 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:28.392 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:27 smithi115 bash[22345]: cluster 2024-04-18T21:43:27.203286+0000 mgr.a (mgr.14152) 285 : cluster 0 pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:28.392 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:27 smithi115 bash[22345]: audit 2024-04-18T21:43:27.667252+0000 mon.a (mon.0) 702 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:28.392 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:27 smithi115 bash[22345]: audit 2024-04-18T21:43:27.801975+0000 mon.a (mon.0) 703 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:29 smithi115 bash[22345]: audit 2024-04-18T21:43:28.149456+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:29 smithi115 bash[22345]: audit 2024-04-18T21:43:28.158619+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:29 smithi115 bash[22345]: audit 2024-04-18T21:43:28.169369+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:29 smithi115 bash[22345]: audit 2024-04-18T21:43:28.170207+0000 mon.a (mon.0) 707 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:29.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:29 smithi115 bash[22345]: audit 2024-04-18T21:43:28.176195+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:29.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:29 smithi115 bash[22345]: audit 2024-04-18T21:43:28.177920+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:29.405 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:29 smithi115 bash[22345]: audit 2024-04-18T21:43:28.187803+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:29 smithi115 bash[22345]: cephadm 2024-04-18T21:43:28.188752+0000 mgr.a (mgr.14152) 286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:43:29.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:29 smithi115 bash[22345]: audit 2024-04-18T21:43:28.393534+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.533 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:29 smithi049 bash[21444]: audit 2024-04-18T21:43:28.149456+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.534 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:29 smithi049 bash[21444]: audit 2024-04-18T21:43:28.158619+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.534 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:29 smithi049 bash[21444]: audit 2024-04-18T21:43:28.169369+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.534 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:29 smithi049 bash[21444]: audit 2024-04-18T21:43:28.170207+0000 mon.a (mon.0) 707 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:29.534 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:29 smithi049 bash[21444]: audit 2024-04-18T21:43:28.176195+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:29.534 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:29 smithi049 bash[21444]: audit 2024-04-18T21:43:28.177920+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:29.534 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:29 smithi049 bash[21444]: audit 2024-04-18T21:43:28.187803+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.534 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:29 smithi049 bash[21444]: cephadm 2024-04-18T21:43:28.188752+0000 mgr.a (mgr.14152) 286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:43:29.534 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:29 smithi049 bash[21444]: audit 2024-04-18T21:43:28.393534+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:29 smithi080 bash[22189]: audit 2024-04-18T21:43:28.149456+0000 mon.a (mon.0) 704 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:29 smithi080 bash[22189]: audit 2024-04-18T21:43:28.158619+0000 mon.a (mon.0) 705 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:29 smithi080 bash[22189]: audit 2024-04-18T21:43:28.169369+0000 mon.a (mon.0) 706 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:29 smithi080 bash[22189]: audit 2024-04-18T21:43:28.170207+0000 mon.a (mon.0) 707 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:29.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:29 smithi080 bash[22189]: audit 2024-04-18T21:43:28.176195+0000 mon.a (mon.0) 708 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:29.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:29 smithi080 bash[22189]: audit 2024-04-18T21:43:28.177920+0000 mon.a (mon.0) 709 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:29.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:29 smithi080 bash[22189]: audit 2024-04-18T21:43:28.187803+0000 mon.a (mon.0) 710 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:29.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:29 smithi080 bash[22189]: cephadm 2024-04-18T21:43:28.188752+0000 mgr.a (mgr.14152) 286 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:43:29.570 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:29 smithi080 bash[22189]: audit 2024-04-18T21:43:28.393534+0000 mon.a (mon.0) 711 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:30.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:30 smithi080 bash[22189]: cluster 2024-04-18T21:43:29.203928+0000 mgr.a (mgr.14152) 287 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:30.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:30 smithi080 bash[22189]: audit 2024-04-18T21:43:29.515850+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:30.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:30 smithi080 bash[22189]: audit 2024-04-18T21:43:29.524421+0000 mon.a (mon.0) 713 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:30.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:30 smithi080 bash[22189]: audit 2024-04-18T21:43:29.534787+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:30.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:30 smithi049 bash[21444]: cluster 2024-04-18T21:43:29.203928+0000 mgr.a (mgr.14152) 287 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:30.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:30 smithi049 bash[21444]: audit 2024-04-18T21:43:29.515850+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:30.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:30 smithi049 bash[21444]: audit 2024-04-18T21:43:29.524421+0000 mon.a (mon.0) 713 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:30.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:30 smithi049 bash[21444]: audit 2024-04-18T21:43:29.534787+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:30.902 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:30 smithi115 bash[22345]: cluster 2024-04-18T21:43:29.203928+0000 mgr.a (mgr.14152) 287 : cluster 0 pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:30.902 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:30 smithi115 bash[22345]: audit 2024-04-18T21:43:29.515850+0000 mon.a (mon.0) 712 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:30.902 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:30 smithi115 bash[22345]: audit 2024-04-18T21:43:29.524421+0000 mon.a (mon.0) 713 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:30.902 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:30 smithi115 bash[22345]: audit 2024-04-18T21:43:29.534787+0000 mon.a (mon.0) 714 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: cluster 2024-04-18T21:43:31.204492+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:32.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.374784+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.383682+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.395117+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.417610+0000 mon.a (mon.0) 718 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:32.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.423907+0000 mon.a (mon.0) 719 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:32.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.425828+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:32.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.435544+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: cephadm 2024-04-18T21:43:31.488870+0000 mgr.a (mgr.14152) 289 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-04-18T21:43:32.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.637819+0000 mon.a (mon.0) 722 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.644210+0000 mon.a (mon.0) 723 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.647861+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-18T21:43:32.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.648804+0000 mgr.a (mgr.14152) 290 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-18T21:43:32.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: audit 2024-04-18T21:43:31.654730+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:32 smithi115 bash[22345]: cephadm 2024-04-18T21:43:31.682261+0000 mgr.a (mgr.14152) 291 : cephadm 1 Deploying daemon grafana.smithi049 on smithi049 2024-04-18T21:43:32.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: cluster 2024-04-18T21:43:31.204492+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:32.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.374784+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.383682+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.395117+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.417610+0000 mon.a (mon.0) 718 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.423907+0000 mon.a (mon.0) 719 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.425828+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.435544+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: cephadm 2024-04-18T21:43:31.488870+0000 mgr.a (mgr.14152) 289 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-04-18T21:43:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.637819+0000 mon.a (mon.0) 722 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.644210+0000 mon.a (mon.0) 723 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.647861+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-18T21:43:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.648804+0000 mgr.a (mgr.14152) 290 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-18T21:43:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: audit 2024-04-18T21:43:31.654730+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:32 smithi080 bash[22189]: cephadm 2024-04-18T21:43:31.682261+0000 mgr.a (mgr.14152) 291 : cephadm 1 Deploying daemon grafana.smithi049 on smithi049 2024-04-18T21:43:32.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: cluster 2024-04-18T21:43:31.204492+0000 mgr.a (mgr.14152) 288 : cluster 0 pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:32.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.374784+0000 mon.a (mon.0) 715 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.383682+0000 mon.a (mon.0) 716 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.395117+0000 mon.a (mon.0) 717 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.417610+0000 mon.a (mon.0) 718 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.423907+0000 mon.a (mon.0) 719 : audit 0 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.425828+0000 mon.a (mon.0) 720 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.435544+0000 mon.a (mon.0) 721 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: cephadm 2024-04-18T21:43:31.488870+0000 mgr.a (mgr.14152) 289 : cephadm 1 Regenerating cephadm self-signed grafana TLS certificates 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.637819+0000 mon.a (mon.0) 722 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.644210+0000 mon.a (mon.0) 723 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.647861+0000 mon.a (mon.0) 724 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.648804+0000 mgr.a (mgr.14152) 290 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-04-18T21:43:32.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: audit 2024-04-18T21:43:31.654730+0000 mon.a (mon.0) 725 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:32.859 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:32 smithi049 bash[21444]: cephadm 2024-04-18T21:43:31.682261+0000 mgr.a (mgr.14152) 291 : cephadm 1 Deploying daemon grafana.smithi049 on smithi049 2024-04-18T21:43:34.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:34 smithi115 bash[22345]: cluster 2024-04-18T21:43:33.204966+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:34.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:34 smithi080 bash[22189]: cluster 2024-04-18T21:43:33.204966+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:34.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:34 smithi049 bash[21444]: cluster 2024-04-18T21:43:33.204966+0000 mgr.a (mgr.14152) 292 : cluster 0 pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:36 smithi115 bash[22345]: cluster 2024-04-18T21:43:35.205409+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:36 smithi080 bash[22189]: cluster 2024-04-18T21:43:35.205409+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:36.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:36 smithi049 bash[21444]: cluster 2024-04-18T21:43:35.205409+0000 mgr.a (mgr.14152) 293 : cluster 0 pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:38.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:38 smithi115 bash[22345]: cluster 2024-04-18T21:43:37.205843+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:38.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:38 smithi080 bash[22189]: cluster 2024-04-18T21:43:37.205843+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:38.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:38 smithi049 bash[21444]: cluster 2024-04-18T21:43:37.205843+0000 mgr.a (mgr.14152) 294 : cluster 0 pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:40.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:40 smithi115 bash[22345]: cluster 2024-04-18T21:43:39.206385+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:40.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:40 smithi080 bash[22189]: cluster 2024-04-18T21:43:39.206385+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:40.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:40 smithi049 bash[21444]: cluster 2024-04-18T21:43:39.206385+0000 mgr.a (mgr.14152) 295 : cluster 0 pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:42.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:42 smithi115 bash[22345]: cluster 2024-04-18T21:43:41.207001+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:42.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:42 smithi080 bash[22189]: cluster 2024-04-18T21:43:41.207001+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:42.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:42 smithi049 bash[21444]: cluster 2024-04-18T21:43:41.207001+0000 mgr.a (mgr.14152) 296 : cluster 0 pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:44.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:44 smithi080 bash[22189]: cluster 2024-04-18T21:43:43.207545+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:44.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:44 smithi115 bash[22345]: cluster 2024-04-18T21:43:43.207545+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:44.667 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:44 smithi049 bash[21444]: cluster 2024-04-18T21:43:43.207545+0000 mgr.a (mgr.14152) 297 : cluster 0 pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:46.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:46 smithi115 bash[22345]: cluster 2024-04-18T21:43:45.208107+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:46.811 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:46 smithi049 bash[21444]: cluster 2024-04-18T21:43:45.208107+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:46.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:46 smithi080 bash[22189]: cluster 2024-04-18T21:43:45.208107+0000 mgr.a (mgr.14152) 298 : cluster 0 pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:47.774 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:43:47 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:47.774 INFO:journalctl@ceph.osd.0.smithi049.stdout:Apr 18 21:43:47 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:47.775 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:47 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:48.052 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:47 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:48.053 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:43:47 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:48.053 INFO:journalctl@ceph.osd.0.smithi049.stdout:Apr 18 21:43:47 smithi049 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:48.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:48 smithi115 bash[22345]: cluster 2024-04-18T21:43:47.208680+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:48.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:48 smithi115 bash[22345]: audit 2024-04-18T21:43:48.052434+0000 mon.a (mon.0) 726 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:48 smithi115 bash[22345]: audit 2024-04-18T21:43:48.058240+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:48 smithi115 bash[22345]: audit 2024-04-18T21:43:48.092454+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:48 smithi115 bash[22345]: audit 2024-04-18T21:43:48.097156+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:48 smithi115 bash[22345]: audit 2024-04-18T21:43:48.352003+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:48 smithi115 bash[22345]: audit 2024-04-18T21:43:48.359716+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:48 smithi115 bash[22345]: audit 2024-04-18T21:43:48.368358+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:48 smithi080 bash[22189]: cluster 2024-04-18T21:43:47.208680+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:48.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:48 smithi080 bash[22189]: audit 2024-04-18T21:43:48.052434+0000 mon.a (mon.0) 726 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:48 smithi080 bash[22189]: audit 2024-04-18T21:43:48.058240+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:48 smithi080 bash[22189]: audit 2024-04-18T21:43:48.092454+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:48 smithi080 bash[22189]: audit 2024-04-18T21:43:48.097156+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:48 smithi080 bash[22189]: audit 2024-04-18T21:43:48.352003+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:48 smithi080 bash[22189]: audit 2024-04-18T21:43:48.359716+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:48 smithi080 bash[22189]: audit 2024-04-18T21:43:48.368358+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:48 smithi049 bash[21444]: cluster 2024-04-18T21:43:47.208680+0000 mgr.a (mgr.14152) 299 : cluster 0 pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:48.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:48 smithi049 bash[21444]: audit 2024-04-18T21:43:48.052434+0000 mon.a (mon.0) 726 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:48 smithi049 bash[21444]: audit 2024-04-18T21:43:48.058240+0000 mon.a (mon.0) 727 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:48 smithi049 bash[21444]: audit 2024-04-18T21:43:48.092454+0000 mon.a (mon.0) 728 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:48 smithi049 bash[21444]: audit 2024-04-18T21:43:48.097156+0000 mon.a (mon.0) 729 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:48 smithi049 bash[21444]: audit 2024-04-18T21:43:48.352003+0000 mon.a (mon.0) 730 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:48 smithi049 bash[21444]: audit 2024-04-18T21:43:48.359716+0000 mon.a (mon.0) 731 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:48.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:48 smithi049 bash[21444]: audit 2024-04-18T21:43:48.368358+0000 mon.a (mon.0) 732 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:49.575 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:49 smithi049 bash[21444]: cephadm 2024-04-18T21:43:48.110060+0000 mgr.a (mgr.14152) 300 : cephadm 1 Deploying daemon alertmanager.smithi115 on smithi115 2024-04-18T21:43:49.816 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:49 smithi115 bash[22345]: cephadm 2024-04-18T21:43:48.110060+0000 mgr.a (mgr.14152) 300 : cephadm 1 Deploying daemon alertmanager.smithi115 on smithi115 2024-04-18T21:43:49.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:49 smithi080 bash[22189]: cephadm 2024-04-18T21:43:48.110060+0000 mgr.a (mgr.14152) 300 : cephadm 1 Deploying daemon alertmanager.smithi115 on smithi115 2024-04-18T21:43:50.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:50 smithi115 bash[22345]: cluster 2024-04-18T21:43:49.209280+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:50.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:50 smithi115 bash[22345]: audit 2024-04-18T21:43:49.651236+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:50.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:50 smithi115 bash[22345]: audit 2024-04-18T21:43:49.991697+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:50.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:50 smithi115 bash[22345]: audit 2024-04-18T21:43:50.002455+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:50.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:50 smithi115 bash[22345]: audit 2024-04-18T21:43:50.009346+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:51.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:50 smithi080 bash[22189]: cluster 2024-04-18T21:43:49.209280+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:51.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:50 smithi080 bash[22189]: audit 2024-04-18T21:43:49.651236+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:51.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:50 smithi080 bash[22189]: audit 2024-04-18T21:43:49.991697+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:51.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:50 smithi080 bash[22189]: audit 2024-04-18T21:43:50.002455+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:51.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:50 smithi080 bash[22189]: audit 2024-04-18T21:43:50.009346+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:50 smithi049 bash[21444]: cluster 2024-04-18T21:43:49.209280+0000 mgr.a (mgr.14152) 301 : cluster 0 pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:50 smithi049 bash[21444]: audit 2024-04-18T21:43:49.651236+0000 mon.a (mon.0) 733 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:50 smithi049 bash[21444]: audit 2024-04-18T21:43:49.991697+0000 mon.a (mon.0) 734 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:50 smithi049 bash[21444]: audit 2024-04-18T21:43:50.002455+0000 mon.a (mon.0) 735 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:51.111 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:50 smithi049 bash[21444]: audit 2024-04-18T21:43:50.009346+0000 mon.a (mon.0) 736 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:52.764 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:52 smithi049 bash[21444]: cluster 2024-04-18T21:43:51.209782+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:52.764 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:52 smithi049 bash[21444]: audit 2024-04-18T21:43:52.488052+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:52.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:52 smithi115 bash[22345]: cluster 2024-04-18T21:43:51.209782+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:52.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:52 smithi115 bash[22345]: audit 2024-04-18T21:43:52.488052+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:53.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:52 smithi080 bash[22189]: cluster 2024-04-18T21:43:51.209782+0000 mgr.a (mgr.14152) 302 : cluster 0 pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:53.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:52 smithi080 bash[22189]: audit 2024-04-18T21:43:52.488052+0000 mon.a (mon.0) 737 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:54.802 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:54 smithi049 bash[21444]: cluster 2024-04-18T21:43:53.210282+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:55.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:54 smithi080 bash[22189]: cluster 2024-04-18T21:43:53.210282+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:55.110 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:54 smithi115 bash[22345]: cluster 2024-04-18T21:43:53.210282+0000 mgr.a (mgr.14152) 303 : cluster 0 pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:56.241 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:56 smithi115 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:56.241 INFO:journalctl@ceph.osd.2.smithi115.stdout:Apr 18 21:43:56 smithi115 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:56.520 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:56 smithi115 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:56.520 INFO:journalctl@ceph.osd.2.smithi115.stdout:Apr 18 21:43:56 smithi115 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:43:56.885 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:56 smithi115 bash[22345]: cluster 2024-04-18T21:43:55.210600+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:56.886 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:56 smithi115 bash[22345]: audit 2024-04-18T21:43:55.627719+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:56.886 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:56 smithi115 bash[22345]: audit 2024-04-18T21:43:56.532095+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:56.886 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:56 smithi115 bash[22345]: audit 2024-04-18T21:43:56.541171+0000 mon.a (mon.0) 740 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:56.886 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:56 smithi115 bash[22345]: audit 2024-04-18T21:43:56.598392+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:56.886 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:56 smithi115 bash[22345]: audit 2024-04-18T21:43:56.605831+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:56.889 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:56 smithi049 bash[21444]: cluster 2024-04-18T21:43:55.210600+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:56.889 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:56 smithi049 bash[21444]: audit 2024-04-18T21:43:55.627719+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:56.889 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:56 smithi049 bash[21444]: audit 2024-04-18T21:43:56.532095+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:56.889 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:56 smithi049 bash[21444]: audit 2024-04-18T21:43:56.541171+0000 mon.a (mon.0) 740 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:56.889 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:56 smithi049 bash[21444]: audit 2024-04-18T21:43:56.598392+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:56.889 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:56 smithi049 bash[21444]: audit 2024-04-18T21:43:56.605831+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:57.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:56 smithi080 bash[22189]: cluster 2024-04-18T21:43:55.210600+0000 mgr.a (mgr.14152) 304 : cluster 0 pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:57.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:56 smithi080 bash[22189]: audit 2024-04-18T21:43:55.627719+0000 mon.a (mon.0) 738 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:57.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:56 smithi080 bash[22189]: audit 2024-04-18T21:43:56.532095+0000 mon.a (mon.0) 739 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:57.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:56 smithi080 bash[22189]: audit 2024-04-18T21:43:56.541171+0000 mon.a (mon.0) 740 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:57.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:56 smithi080 bash[22189]: audit 2024-04-18T21:43:56.598392+0000 mon.a (mon.0) 741 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:57.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:56 smithi080 bash[22189]: audit 2024-04-18T21:43:56.605831+0000 mon.a (mon.0) 742 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:58.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:58 smithi115 bash[22345]: cephadm 2024-04-18T21:43:56.920813+0000 mgr.a (mgr.14152) 305 : cephadm 1 Deploying daemon prometheus.smithi080 on smithi080 2024-04-18T21:43:58.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:58 smithi115 bash[22345]: audit 2024-04-18T21:43:57.044900+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:58.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:58 smithi115 bash[22345]: cluster 2024-04-18T21:43:57.211055+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:58.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:58 smithi115 bash[22345]: audit 2024-04-18T21:43:57.496214+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:58.205 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:58 smithi049 bash[21444]: cephadm 2024-04-18T21:43:56.920813+0000 mgr.a (mgr.14152) 305 : cephadm 1 Deploying daemon prometheus.smithi080 on smithi080 2024-04-18T21:43:58.205 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:58 smithi049 bash[21444]: audit 2024-04-18T21:43:57.044900+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:58.205 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:58 smithi049 bash[21444]: cluster 2024-04-18T21:43:57.211055+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:58.205 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:58 smithi049 bash[21444]: audit 2024-04-18T21:43:57.496214+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:58.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:58 smithi080 bash[22189]: cephadm 2024-04-18T21:43:56.920813+0000 mgr.a (mgr.14152) 305 : cephadm 1 Deploying daemon prometheus.smithi080 on smithi080 2024-04-18T21:43:58.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:58 smithi080 bash[22189]: audit 2024-04-18T21:43:57.044900+0000 mon.a (mon.0) 743 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:58.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:58 smithi080 bash[22189]: cluster 2024-04-18T21:43:57.211055+0000 mgr.a (mgr.14152) 306 : cluster 0 pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:43:58.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:58 smithi080 bash[22189]: audit 2024-04-18T21:43:57.496214+0000 mon.a (mon.0) 744 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:59.828 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:59 smithi049 bash[21444]: audit 2024-04-18T21:43:58.604828+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:59.829 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:59 smithi049 bash[21444]: audit 2024-04-18T21:43:58.610237+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:59.829 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:43:59 smithi049 bash[21444]: audit 2024-04-18T21:43:58.615343+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:59.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:59 smithi115 bash[22345]: audit 2024-04-18T21:43:58.604828+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:59.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:59 smithi115 bash[22345]: audit 2024-04-18T21:43:58.610237+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:43:59.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:43:59 smithi115 bash[22345]: audit 2024-04-18T21:43:58.615343+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:00.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:59 smithi080 bash[22189]: audit 2024-04-18T21:43:58.604828+0000 mon.a (mon.0) 745 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:00.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:59 smithi080 bash[22189]: audit 2024-04-18T21:43:58.610237+0000 mon.a (mon.0) 746 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:00.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:43:59 smithi080 bash[22189]: audit 2024-04-18T21:43:58.615343+0000 mon.a (mon.0) 747 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:00.662 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:00 smithi049 bash[21444]: cluster 2024-04-18T21:43:59.211543+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:00.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:00 smithi115 bash[22345]: cluster 2024-04-18T21:43:59.211543+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:01.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:00 smithi080 bash[22189]: cluster 2024-04-18T21:43:59.211543+0000 mgr.a (mgr.14152) 307 : cluster 0 pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:02.775 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:02 smithi049 bash[21444]: cluster 2024-04-18T21:44:01.212089+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:02.775 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:02 smithi049 bash[21444]: audit 2024-04-18T21:44:01.809771+0000 mon.a (mon.0) 748 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:02.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:02 smithi115 bash[22345]: cluster 2024-04-18T21:44:01.212089+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:02.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:02 smithi115 bash[22345]: audit 2024-04-18T21:44:01.809771+0000 mon.a (mon.0) 748 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:02.905 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:02 smithi080 bash[22189]: cluster 2024-04-18T21:44:01.212089+0000 mgr.a (mgr.14152) 308 : cluster 0 pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:02.905 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:02 smithi080 bash[22189]: audit 2024-04-18T21:44:01.809771+0000 mon.a (mon.0) 748 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:04.879 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:04 smithi049 bash[21444]: cluster 2024-04-18T21:44:03.212633+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:04.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:04 smithi115 bash[22345]: cluster 2024-04-18T21:44:03.212633+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:05.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:04 smithi080 bash[22189]: cluster 2024-04-18T21:44:03.212633+0000 mgr.a (mgr.14152) 309 : cluster 0 pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:06.217 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:06 smithi049 bash[21444]: audit 2024-04-18T21:44:05.002982+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:06.217 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:06 smithi049 bash[21444]: audit 2024-04-18T21:44:05.012816+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:06.217 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:06 smithi049 bash[21444]: audit 2024-04-18T21:44:05.024051+0000 mon.a (mon.0) 751 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:06.217 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:06 smithi049 bash[21444]: cluster 2024-04-18T21:44:05.213221+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:06.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:06 smithi080 bash[22189]: audit 2024-04-18T21:44:05.002982+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:06.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:06 smithi080 bash[22189]: audit 2024-04-18T21:44:05.012816+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:06.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:06 smithi080 bash[22189]: audit 2024-04-18T21:44:05.024051+0000 mon.a (mon.0) 751 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:06.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:06 smithi080 bash[22189]: cluster 2024-04-18T21:44:05.213221+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:06.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:05 smithi115 bash[22345]: audit 2024-04-18T21:44:05.002982+0000 mon.a (mon.0) 749 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:06.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:05 smithi115 bash[22345]: audit 2024-04-18T21:44:05.012816+0000 mon.a (mon.0) 750 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:06.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:05 smithi115 bash[22345]: audit 2024-04-18T21:44:05.024051+0000 mon.a (mon.0) 751 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:06.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:05 smithi115 bash[22345]: cluster 2024-04-18T21:44:05.213221+0000 mgr.a (mgr.14152) 310 : cluster 0 pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:08.302 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:08 smithi049 bash[21444]: cluster 2024-04-18T21:44:07.213731+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:08.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:08 smithi080 bash[22189]: cluster 2024-04-18T21:44:07.213731+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:08.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:08 smithi115 bash[22345]: cluster 2024-04-18T21:44:07.213731+0000 mgr.a (mgr.14152) 311 : cluster 0 pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:09.696 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:09 smithi080 bash[22189]: audit 2024-04-18T21:44:08.574989+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:09.696 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:09 smithi080 bash[22189]: audit 2024-04-18T21:44:08.584300+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:09.696 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:09 smithi080 bash[22189]: audit 2024-04-18T21:44:08.594657+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:09.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:09 smithi049 bash[21444]: audit 2024-04-18T21:44:08.574989+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:09.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:09 smithi049 bash[21444]: audit 2024-04-18T21:44:08.584300+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:09.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:09 smithi049 bash[21444]: audit 2024-04-18T21:44:08.594657+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:09.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:09 smithi115 bash[22345]: audit 2024-04-18T21:44:08.574989+0000 mon.a (mon.0) 752 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:09.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:09 smithi115 bash[22345]: audit 2024-04-18T21:44:08.584300+0000 mon.a (mon.0) 753 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:09.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:09 smithi115 bash[22345]: audit 2024-04-18T21:44:08.594657+0000 mon.a (mon.0) 754 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:10.458 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:10 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:44:10.459 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:10 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:44:10.459 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 21:44:10 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:44:10.713 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:10 smithi080 bash[22189]: cluster 2024-04-18T21:44:09.214282+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:10.714 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:10 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:44:10.714 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:10 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:44:10.714 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 21:44:10 smithi080 systemd[1]: /etc/systemd/system/ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-18T21:44:10.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:10 smithi049 bash[21444]: cluster 2024-04-18T21:44:09.214282+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:10.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:10 smithi115 bash[22345]: cluster 2024-04-18T21:44:09.214282+0000 mgr.a (mgr.14152) 312 : cluster 0 pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:12.017 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:11 smithi080 bash[23249]: ignoring --setuser ceph since I am not root 2024-04-18T21:44:12.018 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:11 smithi080 bash[23249]: ignoring --setgroup ceph since I am not root 2024-04-18T21:44:12.018 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:11 smithi080 bash[23249]: debug 2024-04-18T21:44:11.926+0000 7fa981e06700 1 -- 172.21.15.80:0/1227752503 <== mon.2 v2:172.21.15.80:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x555b1a9c85a0 con 0x555b1b746800 2024-04-18T21:44:12.018 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:11 smithi080 bash[22189]: audit 2024-04-18T21:44:10.772233+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:12.018 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:11 smithi080 bash[22189]: audit 2024-04-18T21:44:10.781800+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:12.019 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:11 smithi080 bash[22189]: audit 2024-04-18T21:44:10.838352+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:12.019 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:11 smithi080 bash[22189]: audit 2024-04-18T21:44:10.847330+0000 mon.a (mon.0) 758 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-18T21:44:12.055 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:11 smithi049 bash[21694]: ignoring --setuser ceph since I am not root 2024-04-18T21:44:12.055 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:11 smithi049 bash[21694]: ignoring --setgroup ceph since I am not root 2024-04-18T21:44:12.055 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:11 smithi049 bash[21444]: audit 2024-04-18T21:44:10.772233+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:12.056 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:11 smithi049 bash[21444]: audit 2024-04-18T21:44:10.781800+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:12.056 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:11 smithi049 bash[21444]: audit 2024-04-18T21:44:10.838352+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:12.056 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:11 smithi049 bash[21444]: audit 2024-04-18T21:44:10.847330+0000 mon.a (mon.0) 758 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-18T21:44:12.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:11 smithi115 bash[22345]: audit 2024-04-18T21:44:10.772233+0000 mon.a (mon.0) 755 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:12.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:11 smithi115 bash[22345]: audit 2024-04-18T21:44:10.781800+0000 mon.a (mon.0) 756 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:12.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:11 smithi115 bash[22345]: audit 2024-04-18T21:44:10.838352+0000 mon.a (mon.0) 757 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' 2024-04-18T21:44:12.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:11 smithi115 bash[22345]: audit 2024-04-18T21:44:10.847330+0000 mon.a (mon.0) 758 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-04-18T21:44:12.318 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:12 smithi080 bash[23249]: debug 2024-04-18T21:44:12.082+0000 7fa98bbf0200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T21:44:12.356 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:12 smithi049 bash[21694]: debug 2024-04-18T21:44:12.054+0000 7f737e8e9200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-18T21:44:13.032 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:12 smithi049 bash[21444]: cluster 2024-04-18T21:44:11.214800+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:13.032 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:12 smithi049 bash[21444]: audit 2024-04-18T21:44:11.840102+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-18T21:44:13.032 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:12 smithi049 bash[21444]: cluster 2024-04-18T21:44:11.849574+0000 mon.a (mon.0) 760 : cluster 0 mgrmap e16: a(active, since 7m), standbys: b 2024-04-18T21:44:13.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:12 smithi080 bash[22189]: cluster 2024-04-18T21:44:11.214800+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:13.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:12 smithi080 bash[22189]: audit 2024-04-18T21:44:11.840102+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-18T21:44:13.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:12 smithi080 bash[22189]: cluster 2024-04-18T21:44:11.849574+0000 mon.a (mon.0) 760 : cluster 0 mgrmap e16: a(active, since 7m), standbys: b 2024-04-18T21:44:13.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:12 smithi115 bash[22345]: cluster 2024-04-18T21:44:11.214800+0000 mgr.a (mgr.14152) 313 : cluster 0 pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:13.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:12 smithi115 bash[22345]: audit 2024-04-18T21:44:11.840102+0000 mon.a (mon.0) 759 : audit 1 from='mgr.14152 172.21.15.49:0/1676332178' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-04-18T21:44:13.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:12 smithi115 bash[22345]: cluster 2024-04-18T21:44:11.849574+0000 mon.a (mon.0) 760 : cluster 0 mgrmap e16: a(active, since 7m), standbys: b 2024-04-18T21:44:14.009 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:13 smithi080 bash[23249]: debug 2024-04-18T21:44:13.666+0000 7fa98bbf0200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T21:44:14.009 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:13 smithi080 bash[23249]: debug 2024-04-18T21:44:13.762+0000 7fa98bbf0200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T21:44:14.058 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:13 smithi049 bash[21694]: debug 2024-04-18T21:44:13.698+0000 7f737e8e9200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-18T21:44:14.058 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:13 smithi049 bash[21694]: debug 2024-04-18T21:44:13.802+0000 7f737e8e9200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-18T21:44:14.318 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:14 smithi080 bash[23249]: debug 2024-04-18T21:44:14.010+0000 7fa98bbf0200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T21:44:14.356 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:14 smithi049 bash[21694]: debug 2024-04-18T21:44:14.058+0000 7f737e8e9200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-18T21:44:15.068 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:14 smithi080 bash[23249]: debug 2024-04-18T21:44:14.806+0000 7fa98bbf0200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T21:44:15.068 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:14 smithi080 bash[23249]: debug 2024-04-18T21:44:14.918+0000 7fa98bbf0200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T21:44:15.068 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:15 smithi080 bash[23249]: debug 2024-04-18T21:44:15.018+0000 7fa98bbf0200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T21:44:15.301 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:14 smithi049 bash[21694]: debug 2024-04-18T21:44:14.902+0000 7f737e8e9200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-18T21:44:15.301 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:15 smithi049 bash[21694]: debug 2024-04-18T21:44:15.018+0000 7f737e8e9200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-18T21:44:15.301 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:15 smithi049 bash[21694]: debug 2024-04-18T21:44:15.130+0000 7f737e8e9200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-18T21:44:15.599 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:15 smithi049 bash[21694]: debug 2024-04-18T21:44:15.506+0000 7f737e8e9200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T21:44:15.819 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:15 smithi080 bash[23249]: debug 2024-04-18T21:44:15.370+0000 7fa98bbf0200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-18T21:44:15.819 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:15 smithi080 bash[23249]: debug 2024-04-18T21:44:15.482+0000 7fa98bbf0200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T21:44:15.819 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:15 smithi080 bash[23249]: debug 2024-04-18T21:44:15.586+0000 7fa98bbf0200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T21:44:15.856 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:15 smithi049 bash[21694]: debug 2024-04-18T21:44:15.622+0000 7f737e8e9200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-18T21:44:15.856 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:15 smithi049 bash[21694]: debug 2024-04-18T21:44:15.734+0000 7f737e8e9200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-18T21:44:16.318 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:15 smithi080 bash[23249]: debug 2024-04-18T21:44:15.942+0000 7fa98bbf0200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T21:44:16.318 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:16 smithi080 bash[23249]: debug 2024-04-18T21:44:16.178+0000 7fa98bbf0200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T21:44:16.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:16 smithi049 bash[21694]: debug 2024-04-18T21:44:16.110+0000 7f737e8e9200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-18T21:44:16.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:16 smithi049 bash[21694]: debug 2024-04-18T21:44:16.354+0000 7f737e8e9200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-18T21:44:16.818 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:16 smithi080 bash[23249]: debug 2024-04-18T21:44:16.442+0000 7fa98bbf0200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T21:44:16.818 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:16 smithi080 bash[23249]: debug 2024-04-18T21:44:16.554+0000 7fa98bbf0200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T21:44:17.041 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:16 smithi049 bash[21694]: debug 2024-04-18T21:44:16.630+0000 7f737e8e9200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-18T21:44:17.041 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:16 smithi049 bash[21694]: debug 2024-04-18T21:44:16.750+0000 7f737e8e9200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-18T21:44:17.234 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:16 smithi080 bash[23249]: debug 2024-04-18T21:44:16.826+0000 7fa98bbf0200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T21:44:17.356 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:17 smithi049 bash[21694]: debug 2024-04-18T21:44:17.038+0000 7f737e8e9200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-18T21:44:17.568 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:17 smithi080 bash[23249]: debug 2024-04-18T21:44:17.234+0000 7fa98bbf0200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:44:17.568 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:17 smithi080 bash[23249]: debug 2024-04-18T21:44:17.470+0000 7fa98bbf0200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T21:44:17.752 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:17 smithi049 bash[21694]: debug 2024-04-18T21:44:17.494+0000 7f737e8e9200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:44:18.068 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:17 smithi080 bash[23249]: debug 2024-04-18T21:44:17.586+0000 7fa98bbf0200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T21:44:18.068 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:17 smithi080 bash[23249]: debug 2024-04-18T21:44:17.830+0000 7fa98bbf0200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:44:18.106 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:17 smithi049 bash[21694]: debug 2024-04-18T21:44:17.750+0000 7f737e8e9200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-18T21:44:18.106 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:17 smithi049 bash[21694]: debug 2024-04-18T21:44:17.874+0000 7f737e8e9200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-18T21:44:18.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:18 smithi049 bash[21694]: debug 2024-04-18T21:44:18.138+0000 7f737e8e9200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-18T21:44:19.236 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:18 smithi080 bash[23249]: debug 2024-04-18T21:44:18.830+0000 7fa98bbf0200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T21:44:19.236 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:18 smithi080 bash[23249]: debug 2024-04-18T21:44:18.946+0000 7fa98bbf0200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T21:44:19.568 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:19 smithi080 bash[23249]: debug 2024-04-18T21:44:19.238+0000 7fa98bbf0200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T21:44:19.568 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:19 smithi080 bash[23249]: debug 2024-04-18T21:44:19.346+0000 7fa98bbf0200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T21:44:19.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:19 smithi049 bash[21694]: debug 2024-04-18T21:44:19.194+0000 7f737e8e9200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-18T21:44:19.607 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:19 smithi049 bash[21694]: debug 2024-04-18T21:44:19.318+0000 7f737e8e9200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-18T21:44:19.999 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:19 smithi049 bash[21694]: debug 2024-04-18T21:44:19.626+0000 7f737e8e9200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-18T21:44:20.000 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:19 smithi049 bash[21694]: debug 2024-04-18T21:44:19.746+0000 7f737e8e9200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-18T21:44:20.068 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:19 smithi080 bash[23249]: debug 2024-04-18T21:44:19.794+0000 7fa98bbf0200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T21:44:20.068 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:19 smithi080 bash[23249]: debug 2024-04-18T21:44:19.914+0000 7fa98bbf0200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T21:44:20.068 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:19 smithi080 bash[23249]: [18/Apr/2024:21:44:19] ENGINE Bus STARTING 2024-04-18T21:44:20.069 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:20 smithi080 bash[23249]: CherryPy Checker: 2024-04-18T21:44:20.069 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:20 smithi080 bash[23249]: The Application mounted at '' has an empty config. 2024-04-18T21:44:20.069 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:20 smithi080 bash[23249]: [18/Apr/2024:21:44:20] ENGINE Serving on http://:::9283 2024-04-18T21:44:20.069 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:44:20 smithi080 bash[23249]: [18/Apr/2024:21:44:20] ENGINE Bus STARTED 2024-04-18T21:44:20.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:20 smithi080 bash[22189]: cluster 2024-04-18T21:44:19.939476+0000 mon.a (mon.0) 761 : cluster 0 Standby manager daemon b restarted 2024-04-18T21:44:20.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:20 smithi080 bash[22189]: cluster 2024-04-18T21:44:19.939702+0000 mon.a (mon.0) 762 : cluster 0 Standby manager daemon b started 2024-04-18T21:44:20.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:20 smithi080 bash[22189]: audit 2024-04-18T21:44:19.941385+0000 mon.b (mon.2) 12 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T21:44:20.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:20 smithi080 bash[22189]: audit 2024-04-18T21:44:19.942206+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T21:44:20.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:20 smithi080 bash[22189]: audit 2024-04-18T21:44:19.945244+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T21:44:20.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:20 smithi080 bash[22189]: audit 2024-04-18T21:44:19.945669+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T21:44:20.356 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21694]: debug 2024-04-18T21:44:20.226+0000 7f737e8e9200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-18T21:44:20.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21444]: cluster 2024-04-18T21:44:19.939476+0000 mon.a (mon.0) 761 : cluster 0 Standby manager daemon b restarted 2024-04-18T21:44:20.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21444]: cluster 2024-04-18T21:44:19.939702+0000 mon.a (mon.0) 762 : cluster 0 Standby manager daemon b started 2024-04-18T21:44:20.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21444]: audit 2024-04-18T21:44:19.941385+0000 mon.b (mon.2) 12 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T21:44:20.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21444]: audit 2024-04-18T21:44:19.942206+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T21:44:20.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21444]: audit 2024-04-18T21:44:19.945244+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T21:44:20.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21444]: audit 2024-04-18T21:44:19.945669+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T21:44:20.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:20 smithi115 bash[22345]: cluster 2024-04-18T21:44:19.939476+0000 mon.a (mon.0) 761 : cluster 0 Standby manager daemon b restarted 2024-04-18T21:44:20.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:20 smithi115 bash[22345]: cluster 2024-04-18T21:44:19.939702+0000 mon.a (mon.0) 762 : cluster 0 Standby manager daemon b started 2024-04-18T21:44:20.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:20 smithi115 bash[22345]: audit 2024-04-18T21:44:19.941385+0000 mon.b (mon.2) 12 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-04-18T21:44:20.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:20 smithi115 bash[22345]: audit 2024-04-18T21:44:19.942206+0000 mon.b (mon.2) 13 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-04-18T21:44:20.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:20 smithi115 bash[22345]: audit 2024-04-18T21:44:19.945244+0000 mon.b (mon.2) 14 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-04-18T21:44:20.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:20 smithi115 bash[22345]: audit 2024-04-18T21:44:19.945669+0000 mon.b (mon.2) 15 : audit 0 from='mgr.? 172.21.15.80:0/2873886181' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-04-18T21:44:20.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21694]: debug 2024-04-18T21:44:20.354+0000 7f737e8e9200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-18T21:44:20.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21694]: [18/Apr/2024:21:44:20] ENGINE Bus STARTING 2024-04-18T21:44:21.001 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21694]: CherryPy Checker: 2024-04-18T21:44:21.002 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21694]: The Application mounted at '' has an empty config. 2024-04-18T21:44:21.002 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21694]: [18/Apr/2024:21:44:20] ENGINE Serving on http://:::9283 2024-04-18T21:44:21.002 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:20 smithi049 bash[21694]: [18/Apr/2024:21:44:20] ENGINE Bus STARTED 2024-04-18T21:44:21.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: cluster 2024-04-18T21:44:20.001729+0000 mon.a (mon.0) 763 : cluster 0 mgrmap e17: a(active, since 7m), standbys: b 2024-04-18T21:44:21.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: cluster 2024-04-18T21:44:20.380819+0000 mon.a (mon.0) 764 : cluster 1 Active manager daemon a restarted 2024-04-18T21:44:21.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: cluster 2024-04-18T21:44:20.381368+0000 mon.a (mon.0) 765 : cluster 1 Activating manager daemon a 2024-04-18T21:44:21.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: cluster 2024-04-18T21:44:20.392349+0000 mon.a (mon.0) 766 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2024-04-18T21:44:21.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: cluster 2024-04-18T21:44:20.392957+0000 mon.a (mon.0) 767 : cluster 0 mgrmap e18: a(active, starting, since 0.0117774s), standbys: b 2024-04-18T21:44:21.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.397306+0000 mon.a (mon.0) 768 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:44:21.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.397647+0000 mon.a (mon.0) 769 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:44:21.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.397958+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:44:21.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.400207+0000 mon.a (mon.0) 771 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T21:44:21.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.401001+0000 mon.a (mon.0) 772 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T21:44:21.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.401474+0000 mon.a (mon.0) 773 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:44:21.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.402203+0000 mon.a (mon.0) 774 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:44:21.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.402785+0000 mon.a (mon.0) 775 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:44:21.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.403390+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T21:44:21.156 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.403790+0000 mon.a (mon.0) 777 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T21:44:21.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.404528+0000 mon.a (mon.0) 778 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T21:44:21.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: cluster 2024-04-18T21:44:20.431894+0000 mon.a (mon.0) 779 : cluster 1 Manager daemon a is now available 2024-04-18T21:44:21.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.463476+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:21.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.466580+0000 mon.a (mon.0) 781 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:21.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.474500+0000 mon.a (mon.0) 782 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:44:21.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.474746+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:44:21.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.475160+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:44:21.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.477920+0000 mon.a (mon.0) 785 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-04-18T21:44:21.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.481678+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:21.157 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.482864+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:21.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: cephadm 2024-04-18T21:44:20.484154+0000 mgr.a (mgr.14382) 1 : cephadm 1 Updating smithi049:/etc/ceph/ceph.conf 2024-04-18T21:44:21.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: cephadm 2024-04-18T21:44:20.484516+0000 mgr.a (mgr.14382) 2 : cephadm 1 Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T21:44:21.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: cephadm 2024-04-18T21:44:20.485496+0000 mgr.a (mgr.14382) 3 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-18T21:44:21.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.485991+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:21.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.489488+0000 mon.a (mon.0) 789 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:44:21.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.495567+0000 mon.a (mon.0) 790 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T21:44:21.158 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:21 smithi115 bash[22345]: audit 2024-04-18T21:44:20.507912+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T21:44:21.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: cluster 2024-04-18T21:44:20.001729+0000 mon.a (mon.0) 763 : cluster 0 mgrmap e17: a(active, since 7m), standbys: b 2024-04-18T21:44:21.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: cluster 2024-04-18T21:44:20.380819+0000 mon.a (mon.0) 764 : cluster 1 Active manager daemon a restarted 2024-04-18T21:44:21.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: cluster 2024-04-18T21:44:20.381368+0000 mon.a (mon.0) 765 : cluster 1 Activating manager daemon a 2024-04-18T21:44:21.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: cluster 2024-04-18T21:44:20.392349+0000 mon.a (mon.0) 766 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2024-04-18T21:44:21.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: cluster 2024-04-18T21:44:20.392957+0000 mon.a (mon.0) 767 : cluster 0 mgrmap e18: a(active, starting, since 0.0117774s), standbys: b 2024-04-18T21:44:21.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.397306+0000 mon.a (mon.0) 768 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:44:21.319 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.397647+0000 mon.a (mon.0) 769 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.397958+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.400207+0000 mon.a (mon.0) 771 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.401001+0000 mon.a (mon.0) 772 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.401474+0000 mon.a (mon.0) 773 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.402203+0000 mon.a (mon.0) 774 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.402785+0000 mon.a (mon.0) 775 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.403390+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.403790+0000 mon.a (mon.0) 777 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.404528+0000 mon.a (mon.0) 778 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: cluster 2024-04-18T21:44:20.431894+0000 mon.a (mon.0) 779 : cluster 1 Manager daemon a is now available 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.463476+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.466580+0000 mon.a (mon.0) 781 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.474500+0000 mon.a (mon.0) 782 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:44:21.320 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.474746+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.475160+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.477920+0000 mon.a (mon.0) 785 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.481678+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.482864+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: cephadm 2024-04-18T21:44:20.484154+0000 mgr.a (mgr.14382) 1 : cephadm 1 Updating smithi049:/etc/ceph/ceph.conf 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: cephadm 2024-04-18T21:44:20.484516+0000 mgr.a (mgr.14382) 2 : cephadm 1 Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: cephadm 2024-04-18T21:44:20.485496+0000 mgr.a (mgr.14382) 3 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.485991+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.489488+0000 mon.a (mon.0) 789 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.495567+0000 mon.a (mon.0) 790 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T21:44:21.321 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:21 smithi080 bash[22189]: audit 2024-04-18T21:44:20.507912+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T21:44:21.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: cluster 2024-04-18T21:44:20.001729+0000 mon.a (mon.0) 763 : cluster 0 mgrmap e17: a(active, since 7m), standbys: b 2024-04-18T21:44:21.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: cluster 2024-04-18T21:44:20.380819+0000 mon.a (mon.0) 764 : cluster 1 Active manager daemon a restarted 2024-04-18T21:44:21.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: cluster 2024-04-18T21:44:20.381368+0000 mon.a (mon.0) 765 : cluster 1 Activating manager daemon a 2024-04-18T21:44:21.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: cluster 2024-04-18T21:44:20.392349+0000 mon.a (mon.0) 766 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2024-04-18T21:44:21.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: cluster 2024-04-18T21:44:20.392957+0000 mon.a (mon.0) 767 : cluster 0 mgrmap e18: a(active, starting, since 0.0117774s), standbys: b 2024-04-18T21:44:21.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.397306+0000 mon.a (mon.0) 768 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-18T21:44:21.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.397647+0000 mon.a (mon.0) 769 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-18T21:44:21.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.397958+0000 mon.a (mon.0) 770 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-18T21:44:21.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.400207+0000 mon.a (mon.0) 771 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.401001+0000 mon.a (mon.0) 772 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.401474+0000 mon.a (mon.0) 773 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.402203+0000 mon.a (mon.0) 774 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.402785+0000 mon.a (mon.0) 775 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.403390+0000 mon.a (mon.0) 776 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.403790+0000 mon.a (mon.0) 777 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.404528+0000 mon.a (mon.0) 778 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: cluster 2024-04-18T21:44:20.431894+0000 mon.a (mon.0) 779 : cluster 1 Manager daemon a is now available 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.463476+0000 mon.a (mon.0) 780 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.466580+0000 mon.a (mon.0) 781 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.474500+0000 mon.a (mon.0) 782 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi080", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:44:21.358 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.474746+0000 mon.a (mon.0) 783 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.475160+0000 mon.a (mon.0) 784 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi049", "name": "osd_memory_target"}]: dispatch 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.477920+0000 mon.a (mon.0) 785 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi115", "name": "osd_memory_target"}]': finished 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.481678+0000 mon.a (mon.0) 786 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.482864+0000 mon.a (mon.0) 787 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: cephadm 2024-04-18T21:44:20.484154+0000 mgr.a (mgr.14382) 1 : cephadm 1 Updating smithi049:/etc/ceph/ceph.conf 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: cephadm 2024-04-18T21:44:20.484516+0000 mgr.a (mgr.14382) 2 : cephadm 1 Updating smithi080:/etc/ceph/ceph.conf 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: cephadm 2024-04-18T21:44:20.485496+0000 mgr.a (mgr.14382) 3 : cephadm 1 Updating smithi115:/etc/ceph/ceph.conf 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.485991+0000 mon.a (mon.0) 788 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.489488+0000 mon.a (mon.0) 789 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.495567+0000 mon.a (mon.0) 790 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-18T21:44:21.359 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:21 smithi049 bash[21444]: audit 2024-04-18T21:44:20.507912+0000 mon.a (mon.0) 791 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:20.946456+0000 mgr.a (mgr.14382) 4 : cephadm 1 [18/Apr/2024:21:44:20] ENGINE Bus STARTING 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.073036+0000 mgr.a (mgr.14382) 5 : cephadm 1 [18/Apr/2024:21:44:21] ENGINE Serving on https://172.21.15.49:7151 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.096693+0000 mgr.a (mgr.14382) 6 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.130375+0000 mgr.a (mgr.14382) 7 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.175765+0000 mgr.a (mgr.14382) 8 : cephadm 1 [18/Apr/2024:21:44:21] ENGINE Serving on http://172.21.15.49:8765 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.176077+0000 mgr.a (mgr.14382) 9 : cephadm 1 [18/Apr/2024:21:44:21] ENGINE Bus STARTED 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.180429+0000 mgr.a (mgr.14382) 10 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cluster 2024-04-18T21:44:21.398209+0000 mon.a (mon.0) 792 : cluster 0 mgrmap e19: a(active, since 1.01704s), standbys: b 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cluster 2024-04-18T21:44:21.403357+0000 mgr.a (mgr.14382) 11 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.553507+0000 mgr.a (mgr.14382) 12 : cephadm 1 Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:44:22.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.603422+0000 mgr.a (mgr.14382) 13 : cephadm 1 Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.609594+0000 mgr.a (mgr.14382) 14 : cephadm 1 Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.718454+0000 mgr.a (mgr.14382) 15 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.818286+0000 mgr.a (mgr.14382) 16 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: cephadm 2024-04-18T21:44:21.824631+0000 mgr.a (mgr.14382) 17 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: audit 2024-04-18T21:44:21.890639+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: audit 2024-04-18T21:44:21.897947+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: audit 2024-04-18T21:44:21.989018+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: audit 2024-04-18T21:44:21.996064+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: audit 2024-04-18T21:44:22.003094+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: audit 2024-04-18T21:44:22.009762+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: audit 2024-04-18T21:44:22.016223+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: audit 2024-04-18T21:44:22.023256+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.656 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:22 smithi115 bash[22345]: audit 2024-04-18T21:44:22.089884+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]: dispatch 2024-04-18T21:44:22.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:20.946456+0000 mgr.a (mgr.14382) 4 : cephadm 1 [18/Apr/2024:21:44:20] ENGINE Bus STARTING 2024-04-18T21:44:22.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.073036+0000 mgr.a (mgr.14382) 5 : cephadm 1 [18/Apr/2024:21:44:21] ENGINE Serving on https://172.21.15.49:7151 2024-04-18T21:44:22.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.096693+0000 mgr.a (mgr.14382) 6 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:44:22.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.130375+0000 mgr.a (mgr.14382) 7 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:44:22.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.175765+0000 mgr.a (mgr.14382) 8 : cephadm 1 [18/Apr/2024:21:44:21] ENGINE Serving on http://172.21.15.49:8765 2024-04-18T21:44:22.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.176077+0000 mgr.a (mgr.14382) 9 : cephadm 1 [18/Apr/2024:21:44:21] ENGINE Bus STARTED 2024-04-18T21:44:22.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.180429+0000 mgr.a (mgr.14382) 10 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:44:22.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cluster 2024-04-18T21:44:21.398209+0000 mon.a (mon.0) 792 : cluster 0 mgrmap e19: a(active, since 1.01704s), standbys: b 2024-04-18T21:44:22.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cluster 2024-04-18T21:44:21.403357+0000 mgr.a (mgr.14382) 11 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:22.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.553507+0000 mgr.a (mgr.14382) 12 : cephadm 1 Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:44:22.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.603422+0000 mgr.a (mgr.14382) 13 : cephadm 1 Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:44:22.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.609594+0000 mgr.a (mgr.14382) 14 : cephadm 1 Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:44:22.820 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.718454+0000 mgr.a (mgr.14382) 15 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.818286+0000 mgr.a (mgr.14382) 16 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: cephadm 2024-04-18T21:44:21.824631+0000 mgr.a (mgr.14382) 17 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: audit 2024-04-18T21:44:21.890639+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: audit 2024-04-18T21:44:21.897947+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: audit 2024-04-18T21:44:21.989018+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: audit 2024-04-18T21:44:21.996064+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: audit 2024-04-18T21:44:22.003094+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: audit 2024-04-18T21:44:22.009762+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: audit 2024-04-18T21:44:22.016223+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: audit 2024-04-18T21:44:22.023256+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.821 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:22 smithi080 bash[22189]: audit 2024-04-18T21:44:22.089884+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]: dispatch 2024-04-18T21:44:22.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:20.946456+0000 mgr.a (mgr.14382) 4 : cephadm 1 [18/Apr/2024:21:44:20] ENGINE Bus STARTING 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.073036+0000 mgr.a (mgr.14382) 5 : cephadm 1 [18/Apr/2024:21:44:21] ENGINE Serving on https://172.21.15.49:7151 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.096693+0000 mgr.a (mgr.14382) 6 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.130375+0000 mgr.a (mgr.14382) 7 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.175765+0000 mgr.a (mgr.14382) 8 : cephadm 1 [18/Apr/2024:21:44:21] ENGINE Serving on http://172.21.15.49:8765 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.176077+0000 mgr.a (mgr.14382) 9 : cephadm 1 [18/Apr/2024:21:44:21] ENGINE Bus STARTED 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.180429+0000 mgr.a (mgr.14382) 10 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.conf 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cluster 2024-04-18T21:44:21.398209+0000 mon.a (mon.0) 792 : cluster 0 mgrmap e19: a(active, since 1.01704s), standbys: b 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cluster 2024-04-18T21:44:21.403357+0000 mgr.a (mgr.14382) 11 : cluster 0 pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.553507+0000 mgr.a (mgr.14382) 12 : cephadm 1 Updating smithi049:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.603422+0000 mgr.a (mgr.14382) 13 : cephadm 1 Updating smithi115:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.609594+0000 mgr.a (mgr.14382) 14 : cephadm 1 Updating smithi080:/etc/ceph/ceph.client.admin.keyring 2024-04-18T21:44:22.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.718454+0000 mgr.a (mgr.14382) 15 : cephadm 1 Updating smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.818286+0000 mgr.a (mgr.14382) 16 : cephadm 1 Updating smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: cephadm 2024-04-18T21:44:21.824631+0000 mgr.a (mgr.14382) 17 : cephadm 1 Updating smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/config/ceph.client.admin.keyring 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: audit 2024-04-18T21:44:21.890639+0000 mon.a (mon.0) 793 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: audit 2024-04-18T21:44:21.897947+0000 mon.a (mon.0) 794 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: audit 2024-04-18T21:44:21.989018+0000 mon.a (mon.0) 795 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: audit 2024-04-18T21:44:21.996064+0000 mon.a (mon.0) 796 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: audit 2024-04-18T21:44:22.003094+0000 mon.a (mon.0) 797 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: audit 2024-04-18T21:44:22.009762+0000 mon.a (mon.0) 798 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: audit 2024-04-18T21:44:22.016223+0000 mon.a (mon.0) 799 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: audit 2024-04-18T21:44:22.023256+0000 mon.a (mon.0) 800 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:22.858 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:22 smithi049 bash[21444]: audit 2024-04-18T21:44:22.089884+0000 mon.a (mon.0) 801 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi049", "caps": []}]: dispatch 2024-04-18T21:44:23.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:23 smithi080 bash[22189]: cephadm 2024-04-18T21:44:22.017009+0000 mgr.a (mgr.14382) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:44:23.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:23 smithi080 bash[22189]: cluster 2024-04-18T21:44:22.401961+0000 mgr.a (mgr.14382) 19 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:23.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:23 smithi049 bash[21444]: cephadm 2024-04-18T21:44:22.017009+0000 mgr.a (mgr.14382) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:44:23.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:23 smithi049 bash[21444]: cluster 2024-04-18T21:44:22.401961+0000 mgr.a (mgr.14382) 19 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:23.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:23 smithi115 bash[22345]: cephadm 2024-04-18T21:44:22.017009+0000 mgr.a (mgr.14382) 18 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:44:23.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:23 smithi115 bash[22345]: cluster 2024-04-18T21:44:22.401961+0000 mgr.a (mgr.14382) 19 : cluster 0 pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:24.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:24 smithi049 bash[21444]: cephadm 2024-04-18T21:44:23.085001+0000 mgr.a (mgr.14382) 20 : cephadm 1 Reconfiguring grafana.smithi049 (dependencies changed)... 2024-04-18T21:44:24.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:24 smithi049 bash[21444]: cephadm 2024-04-18T21:44:23.105732+0000 mgr.a (mgr.14382) 21 : cephadm 1 Reconfiguring daemon grafana.smithi049 on smithi049 2024-04-18T21:44:24.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:24 smithi049 bash[21444]: cluster 2024-04-18T21:44:23.403538+0000 mon.a (mon.0) 802 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2024-04-18T21:44:24.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:24 smithi049 bash[21444]: audit 2024-04-18T21:44:24.118203+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:24.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:24 smithi049 bash[21444]: audit 2024-04-18T21:44:24.197179+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:24.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:24 smithi049 bash[21444]: audit 2024-04-18T21:44:24.322993+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:24.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:24 smithi080 bash[22189]: cephadm 2024-04-18T21:44:23.085001+0000 mgr.a (mgr.14382) 20 : cephadm 1 Reconfiguring grafana.smithi049 (dependencies changed)... 2024-04-18T21:44:24.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:24 smithi080 bash[22189]: cephadm 2024-04-18T21:44:23.105732+0000 mgr.a (mgr.14382) 21 : cephadm 1 Reconfiguring daemon grafana.smithi049 on smithi049 2024-04-18T21:44:24.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:24 smithi080 bash[22189]: cluster 2024-04-18T21:44:23.403538+0000 mon.a (mon.0) 802 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2024-04-18T21:44:24.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:24 smithi080 bash[22189]: audit 2024-04-18T21:44:24.118203+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:24.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:24 smithi080 bash[22189]: audit 2024-04-18T21:44:24.197179+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:24.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:24 smithi080 bash[22189]: audit 2024-04-18T21:44:24.322993+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:24.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:24 smithi115 bash[22345]: cephadm 2024-04-18T21:44:23.085001+0000 mgr.a (mgr.14382) 20 : cephadm 1 Reconfiguring grafana.smithi049 (dependencies changed)... 2024-04-18T21:44:24.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:24 smithi115 bash[22345]: cephadm 2024-04-18T21:44:23.105732+0000 mgr.a (mgr.14382) 21 : cephadm 1 Reconfiguring daemon grafana.smithi049 on smithi049 2024-04-18T21:44:24.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:24 smithi115 bash[22345]: cluster 2024-04-18T21:44:23.403538+0000 mon.a (mon.0) 802 : cluster 0 mgrmap e20: a(active, since 3s), standbys: b 2024-04-18T21:44:24.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:24 smithi115 bash[22345]: audit 2024-04-18T21:44:24.118203+0000 mon.a (mon.0) 803 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:24.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:24 smithi115 bash[22345]: audit 2024-04-18T21:44:24.197179+0000 mon.a (mon.0) 804 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:24.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:24 smithi115 bash[22345]: audit 2024-04-18T21:44:24.322993+0000 mon.a (mon.0) 805 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:25.684 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:25 smithi049 bash[21444]: cluster 2024-04-18T21:44:24.402370+0000 mgr.a (mgr.14382) 22 : cluster 0 pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:25.684 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:25 smithi049 bash[21444]: cluster 2024-04-18T21:44:25.338258+0000 mon.a (mon.0) 806 : cluster 0 mgrmap e21: a(active, since 4s), standbys: b 2024-04-18T21:44:25.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:25 smithi080 bash[22189]: cluster 2024-04-18T21:44:24.402370+0000 mgr.a (mgr.14382) 22 : cluster 0 pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:25.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:25 smithi080 bash[22189]: cluster 2024-04-18T21:44:25.338258+0000 mon.a (mon.0) 806 : cluster 0 mgrmap e21: a(active, since 4s), standbys: b 2024-04-18T21:44:25.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:25 smithi115 bash[22345]: cluster 2024-04-18T21:44:24.402370+0000 mgr.a (mgr.14382) 22 : cluster 0 pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:25.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:25 smithi115 bash[22345]: cluster 2024-04-18T21:44:25.338258+0000 mon.a (mon.0) 806 : cluster 0 mgrmap e21: a(active, since 4s), standbys: b 2024-04-18T21:44:27.474 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:27 smithi049 bash[21444]: cluster 2024-04-18T21:44:26.402966+0000 mgr.a (mgr.14382) 23 : cluster 0 pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:27.475 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:27 smithi049 bash[21444]: audit 2024-04-18T21:44:27.395484+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:27.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:27 smithi080 bash[22189]: cluster 2024-04-18T21:44:26.402966+0000 mgr.a (mgr.14382) 23 : cluster 0 pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:27.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:27 smithi080 bash[22189]: audit 2024-04-18T21:44:27.395484+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:27.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:27 smithi115 bash[22345]: cluster 2024-04-18T21:44:26.402966+0000 mgr.a (mgr.14382) 23 : cluster 0 pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:27.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:27 smithi115 bash[22345]: audit 2024-04-18T21:44:27.395484+0000 mon.a (mon.0) 807 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:29.756 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:29 smithi080 bash[22189]: cluster 2024-04-18T21:44:28.403545+0000 mgr.a (mgr.14382) 24 : cluster 0 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-04-18T21:44:29.756 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:29 smithi080 bash[22189]: audit 2024-04-18T21:44:29.088376+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:29.756 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:29 smithi080 bash[22189]: audit 2024-04-18T21:44:29.093215+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:29.756 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:29 smithi080 bash[22189]: audit 2024-04-18T21:44:29.102847+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi080", "caps": []}]: dispatch 2024-04-18T21:44:29.756 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:29 smithi080 bash[22189]: audit 2024-04-18T21:44:29.386759+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-18T21:44:29.835 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:29 smithi049 bash[21444]: cluster 2024-04-18T21:44:28.403545+0000 mgr.a (mgr.14382) 24 : cluster 0 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-04-18T21:44:29.835 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:29 smithi049 bash[21444]: audit 2024-04-18T21:44:29.088376+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:29.835 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:29 smithi049 bash[21444]: audit 2024-04-18T21:44:29.093215+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:29.835 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:29 smithi049 bash[21444]: audit 2024-04-18T21:44:29.102847+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi080", "caps": []}]: dispatch 2024-04-18T21:44:29.835 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:29 smithi049 bash[21444]: audit 2024-04-18T21:44:29.386759+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-18T21:44:29.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:29 smithi115 bash[22345]: cluster 2024-04-18T21:44:28.403545+0000 mgr.a (mgr.14382) 24 : cluster 0 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-04-18T21:44:29.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:29 smithi115 bash[22345]: audit 2024-04-18T21:44:29.088376+0000 mon.a (mon.0) 808 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:29.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:29 smithi115 bash[22345]: audit 2024-04-18T21:44:29.093215+0000 mon.a (mon.0) 809 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:29.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:29 smithi115 bash[22345]: audit 2024-04-18T21:44:29.102847+0000 mon.a (mon.0) 810 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi080", "caps": []}]: dispatch 2024-04-18T21:44:29.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:29 smithi115 bash[22345]: audit 2024-04-18T21:44:29.386759+0000 mon.a (mon.0) 811 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi115", "caps": []}]: dispatch 2024-04-18T21:44:31.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:30 smithi115 bash[22345]: audit 2024-04-18T21:44:29.907459+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:31.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:30 smithi115 bash[22345]: audit 2024-04-18T21:44:30.077479+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:31.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:30 smithi115 bash[22345]: audit 2024-04-18T21:44:30.199067+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:31.279 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:30 smithi049 bash[21444]: audit 2024-04-18T21:44:29.907459+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:31.280 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:30 smithi049 bash[21444]: audit 2024-04-18T21:44:30.077479+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:31.280 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:30 smithi049 bash[21444]: audit 2024-04-18T21:44:30.199067+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:31.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:30 smithi080 bash[22189]: audit 2024-04-18T21:44:29.907459+0000 mon.a (mon.0) 812 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:31.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:30 smithi080 bash[22189]: audit 2024-04-18T21:44:30.077479+0000 mon.a (mon.0) 813 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:31.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:30 smithi080 bash[22189]: audit 2024-04-18T21:44:30.199067+0000 mon.a (mon.0) 814 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:32.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:31 smithi080 bash[22189]: cluster 2024-04-18T21:44:30.403897+0000 mgr.a (mgr.14382) 25 : cluster 0 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-04-18T21:44:32.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:31 smithi080 bash[22189]: cephadm 2024-04-18T21:44:30.479468+0000 mgr.a (mgr.14382) 26 : cephadm 1 Reconfiguring alertmanager.smithi115 (dependencies changed)... 2024-04-18T21:44:32.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:31 smithi080 bash[22189]: cephadm 2024-04-18T21:44:30.491479+0000 mgr.a (mgr.14382) 27 : cephadm 1 Reconfiguring daemon alertmanager.smithi115 on smithi115 2024-04-18T21:44:32.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:31 smithi080 bash[22189]: audit 2024-04-18T21:44:31.425064+0000 mon.a (mon.0) 815 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:32.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:31 smithi080 bash[22189]: audit 2024-04-18T21:44:31.559333+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:32.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:31 smithi080 bash[22189]: audit 2024-04-18T21:44:31.686640+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:32.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:31 smithi049 bash[21444]: cluster 2024-04-18T21:44:30.403897+0000 mgr.a (mgr.14382) 25 : cluster 0 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-04-18T21:44:32.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:31 smithi049 bash[21444]: cephadm 2024-04-18T21:44:30.479468+0000 mgr.a (mgr.14382) 26 : cephadm 1 Reconfiguring alertmanager.smithi115 (dependencies changed)... 2024-04-18T21:44:32.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:31 smithi049 bash[21444]: cephadm 2024-04-18T21:44:30.491479+0000 mgr.a (mgr.14382) 27 : cephadm 1 Reconfiguring daemon alertmanager.smithi115 on smithi115 2024-04-18T21:44:32.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:31 smithi049 bash[21444]: audit 2024-04-18T21:44:31.425064+0000 mon.a (mon.0) 815 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:32.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:31 smithi049 bash[21444]: audit 2024-04-18T21:44:31.559333+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:32.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:31 smithi049 bash[21444]: audit 2024-04-18T21:44:31.686640+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:32.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:31 smithi115 bash[22345]: cluster 2024-04-18T21:44:30.403897+0000 mgr.a (mgr.14382) 25 : cluster 0 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-04-18T21:44:32.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:31 smithi115 bash[22345]: cephadm 2024-04-18T21:44:30.479468+0000 mgr.a (mgr.14382) 26 : cephadm 1 Reconfiguring alertmanager.smithi115 (dependencies changed)... 2024-04-18T21:44:32.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:31 smithi115 bash[22345]: cephadm 2024-04-18T21:44:30.491479+0000 mgr.a (mgr.14382) 27 : cephadm 1 Reconfiguring daemon alertmanager.smithi115 on smithi115 2024-04-18T21:44:32.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:31 smithi115 bash[22345]: audit 2024-04-18T21:44:31.425064+0000 mon.a (mon.0) 815 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:32.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:31 smithi115 bash[22345]: audit 2024-04-18T21:44:31.559333+0000 mon.a (mon.0) 816 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:32.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:31 smithi115 bash[22345]: audit 2024-04-18T21:44:31.686640+0000 mon.a (mon.0) 817 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:33.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:32 smithi080 bash[22189]: audit 2024-04-18T21:44:31.924373+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:33.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:32 smithi080 bash[22189]: audit 2024-04-18T21:44:32.197525+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:33.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:32 smithi080 bash[22189]: cluster 2024-04-18T21:44:32.404441+0000 mgr.a (mgr.14382) 28 : cluster 0 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-04-18T21:44:33.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:32 smithi049 bash[21444]: audit 2024-04-18T21:44:31.924373+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:33.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:32 smithi049 bash[21444]: audit 2024-04-18T21:44:32.197525+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:33.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:32 smithi049 bash[21444]: cluster 2024-04-18T21:44:32.404441+0000 mgr.a (mgr.14382) 28 : cluster 0 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-04-18T21:44:33.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:32 smithi115 bash[22345]: audit 2024-04-18T21:44:31.924373+0000 mon.a (mon.0) 818 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:33.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:32 smithi115 bash[22345]: audit 2024-04-18T21:44:32.197525+0000 mon.a (mon.0) 819 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:33.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:32 smithi115 bash[22345]: cluster 2024-04-18T21:44:32.404441+0000 mgr.a (mgr.14382) 28 : cluster 0 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-04-18T21:44:35.563 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:35 smithi115 bash[22345]: audit 2024-04-18T21:44:34.394236+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.563 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:35 smithi115 bash[22345]: cluster 2024-04-18T21:44:34.404806+0000 mgr.a (mgr.14382) 29 : cluster 0 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-04-18T21:44:35.564 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:35 smithi115 bash[22345]: audit 2024-04-18T21:44:34.623567+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.564 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:35 smithi115 bash[22345]: audit 2024-04-18T21:44:35.173645+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.564 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:35 smithi115 bash[22345]: audit 2024-04-18T21:44:35.182054+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.564 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:35 smithi115 bash[22345]: audit 2024-04-18T21:44:35.190262+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:35 smithi080 bash[22189]: audit 2024-04-18T21:44:34.394236+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:35 smithi080 bash[22189]: cluster 2024-04-18T21:44:34.404806+0000 mgr.a (mgr.14382) 29 : cluster 0 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-04-18T21:44:35.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:35 smithi080 bash[22189]: audit 2024-04-18T21:44:34.623567+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:35 smithi080 bash[22189]: audit 2024-04-18T21:44:35.173645+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:35 smithi080 bash[22189]: audit 2024-04-18T21:44:35.182054+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:35 smithi080 bash[22189]: audit 2024-04-18T21:44:35.190262+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:35 smithi049 bash[21444]: audit 2024-04-18T21:44:34.394236+0000 mon.a (mon.0) 820 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:35 smithi049 bash[21444]: cluster 2024-04-18T21:44:34.404806+0000 mgr.a (mgr.14382) 29 : cluster 0 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-04-18T21:44:35.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:35 smithi049 bash[21444]: audit 2024-04-18T21:44:34.623567+0000 mon.a (mon.0) 821 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:35 smithi049 bash[21444]: audit 2024-04-18T21:44:35.173645+0000 mon.a (mon.0) 822 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:35 smithi049 bash[21444]: audit 2024-04-18T21:44:35.182054+0000 mon.a (mon.0) 823 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:35.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:35 smithi049 bash[21444]: audit 2024-04-18T21:44:35.190262+0000 mon.a (mon.0) 824 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.229 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE Bus STOPPING 2024-04-18T21:44:36.229 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-18T21:44:36.229 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE Bus STOPPED 2024-04-18T21:44:36.229 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE Bus STARTING 2024-04-18T21:44:36.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE Serving on http://:::9283 2024-04-18T21:44:36.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE Bus STARTED 2024-04-18T21:44:36.606 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE Bus STOPPING 2024-04-18T21:44:36.607 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-18T21:44:36.607 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE Bus STOPPED 2024-04-18T21:44:36.607 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE Bus STARTING 2024-04-18T21:44:36.607 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE Serving on http://:::9283 2024-04-18T21:44:36.607 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21694]: [18/Apr/2024:21:44:36] ENGINE Bus STARTED 2024-04-18T21:44:36.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:35.490687+0000 mon.a (mon.0) 825 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:44:36.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:35.890929+0000 mon.a (mon.0) 826 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.059604+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.069154+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.607 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.082063+0000 mon.a (mon.0) 829 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.086765+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.094306+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.118597+0000 mon.a (mon.0) 832 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.124534+0000 mon.a (mon.0) 833 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi115.front.sepia.ceph.com:9093"}]: dispatch 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.133528+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.153245+0000 mon.a (mon.0) 835 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.157340+0000 mon.a (mon.0) 836 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.158396+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.164902+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.273604+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.276193+0000 mon.a (mon.0) 840 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:36.608 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.276945+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:36.609 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:36 smithi049 bash[21444]: audit 2024-04-18T21:44:36.282302+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:35.490687+0000 mon.a (mon.0) 825 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:44:36.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:35.890929+0000 mon.a (mon.0) 826 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.059604+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.069154+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.082063+0000 mon.a (mon.0) 829 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.086765+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.094306+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.118597+0000 mon.a (mon.0) 832 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.124534+0000 mon.a (mon.0) 833 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi115.front.sepia.ceph.com:9093"}]: dispatch 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.133528+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.153245+0000 mon.a (mon.0) 835 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.157340+0000 mon.a (mon.0) 836 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.158396+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.164902+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.273604+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.276193+0000 mon.a (mon.0) 840 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.276945+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:36.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:36 smithi115 bash[22345]: audit 2024-04-18T21:44:36.282302+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:35.490687+0000 mon.a (mon.0) 825 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:44:36.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:35.890929+0000 mon.a (mon.0) 826 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.059604+0000 mon.a (mon.0) 827 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.069154+0000 mon.a (mon.0) 828 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.082063+0000 mon.a (mon.0) 829 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.086765+0000 mon.a (mon.0) 830 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.094306+0000 mon.a (mon.0) 831 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.118597+0000 mon.a (mon.0) 832 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.124534+0000 mon.a (mon.0) 833 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi115.front.sepia.ceph.com:9093"}]: dispatch 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.133528+0000 mon.a (mon.0) 834 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.153245+0000 mon.a (mon.0) 835 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.157340+0000 mon.a (mon.0) 836 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.158396+0000 mon.a (mon.0) 837 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.164902+0000 mon.a (mon.0) 838 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.273604+0000 mon.a (mon.0) 839 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.276193+0000 mon.a (mon.0) 840 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.276945+0000 mon.a (mon.0) 841 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:36.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:36 smithi080 bash[22189]: audit 2024-04-18T21:44:36.282302+0000 mon.a (mon.0) 842 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:37.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:37 smithi080 bash[22189]: audit 2024-04-18T21:44:36.083186+0000 mgr.a (mgr.14382) 30 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-18T21:44:37.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:37 smithi080 bash[22189]: audit 2024-04-18T21:44:36.087730+0000 mgr.a (mgr.14382) 31 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-04-18T21:44:37.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:37 smithi080 bash[22189]: audit 2024-04-18T21:44:36.119296+0000 mgr.a (mgr.14382) 32 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-18T21:44:37.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:37 smithi080 bash[22189]: audit 2024-04-18T21:44:36.125075+0000 mgr.a (mgr.14382) 33 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi115.front.sepia.ceph.com:9093"}]: dispatch 2024-04-18T21:44:37.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:37 smithi080 bash[22189]: cephadm 2024-04-18T21:44:36.165647+0000 mgr.a (mgr.14382) 34 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:44:37.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:37 smithi080 bash[22189]: cephadm 2024-04-18T21:44:36.282787+0000 mgr.a (mgr.14382) 35 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:44:37.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:37 smithi080 bash[22189]: cluster 2024-04-18T21:44:36.405152+0000 mgr.a (mgr.14382) 36 : cluster 0 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-04-18T21:44:37.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:37 smithi080 bash[22189]: audit 2024-04-18T21:44:36.953401+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:37.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:37 smithi080 bash[22189]: audit 2024-04-18T21:44:36.962862+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:37.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:37 smithi080 bash[22189]: audit 2024-04-18T21:44:36.973531+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:37.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:37 smithi049 bash[21444]: audit 2024-04-18T21:44:36.083186+0000 mgr.a (mgr.14382) 30 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-18T21:44:37.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:37 smithi049 bash[21444]: audit 2024-04-18T21:44:36.087730+0000 mgr.a (mgr.14382) 31 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-04-18T21:44:37.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:37 smithi049 bash[21444]: audit 2024-04-18T21:44:36.119296+0000 mgr.a (mgr.14382) 32 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-18T21:44:37.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:37 smithi049 bash[21444]: audit 2024-04-18T21:44:36.125075+0000 mgr.a (mgr.14382) 33 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi115.front.sepia.ceph.com:9093"}]: dispatch 2024-04-18T21:44:37.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:37 smithi049 bash[21444]: cephadm 2024-04-18T21:44:36.165647+0000 mgr.a (mgr.14382) 34 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:44:37.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:37 smithi049 bash[21444]: cephadm 2024-04-18T21:44:36.282787+0000 mgr.a (mgr.14382) 35 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:44:37.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:37 smithi049 bash[21444]: cluster 2024-04-18T21:44:36.405152+0000 mgr.a (mgr.14382) 36 : cluster 0 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-04-18T21:44:37.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:37 smithi049 bash[21444]: audit 2024-04-18T21:44:36.953401+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:37.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:37 smithi049 bash[21444]: audit 2024-04-18T21:44:36.962862+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:37.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:37 smithi049 bash[21444]: audit 2024-04-18T21:44:36.973531+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:37.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:37 smithi115 bash[22345]: audit 2024-04-18T21:44:36.083186+0000 mgr.a (mgr.14382) 30 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-04-18T21:44:37.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:37 smithi115 bash[22345]: audit 2024-04-18T21:44:36.087730+0000 mgr.a (mgr.14382) 31 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi049.front.sepia.ceph.com:3000"}]: dispatch 2024-04-18T21:44:37.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:37 smithi115 bash[22345]: audit 2024-04-18T21:44:36.119296+0000 mgr.a (mgr.14382) 32 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-04-18T21:44:37.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:37 smithi115 bash[22345]: audit 2024-04-18T21:44:36.125075+0000 mgr.a (mgr.14382) 33 : audit 0 from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi115.front.sepia.ceph.com:9093"}]: dispatch 2024-04-18T21:44:37.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:37 smithi115 bash[22345]: cephadm 2024-04-18T21:44:36.165647+0000 mgr.a (mgr.14382) 34 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:44:37.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:37 smithi115 bash[22345]: cephadm 2024-04-18T21:44:36.282787+0000 mgr.a (mgr.14382) 35 : cephadm 1 Metadata not up to date on all hosts. Skipping non agent specs 2024-04-18T21:44:37.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:37 smithi115 bash[22345]: cluster 2024-04-18T21:44:36.405152+0000 mgr.a (mgr.14382) 36 : cluster 0 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-04-18T21:44:37.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:37 smithi115 bash[22345]: audit 2024-04-18T21:44:36.953401+0000 mon.a (mon.0) 843 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:37.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:37 smithi115 bash[22345]: audit 2024-04-18T21:44:36.962862+0000 mon.a (mon.0) 844 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:37.905 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:37 smithi115 bash[22345]: audit 2024-04-18T21:44:36.973531+0000 mon.a (mon.0) 845 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:39.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:39 smithi080 bash[22189]: audit 2024-04-18T21:44:38.026890+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:39.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:39 smithi080 bash[22189]: audit 2024-04-18T21:44:38.037060+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:39.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:39 smithi080 bash[22189]: audit 2024-04-18T21:44:38.048322+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:39.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:39 smithi080 bash[22189]: cluster 2024-04-18T21:44:38.405689+0000 mgr.a (mgr.14382) 37 : cluster 0 pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-18T21:44:39.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:39 smithi049 bash[21444]: audit 2024-04-18T21:44:38.026890+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:39.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:39 smithi049 bash[21444]: audit 2024-04-18T21:44:38.037060+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:39.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:39 smithi049 bash[21444]: audit 2024-04-18T21:44:38.048322+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:39.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:39 smithi049 bash[21444]: cluster 2024-04-18T21:44:38.405689+0000 mgr.a (mgr.14382) 37 : cluster 0 pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-18T21:44:39.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:39 smithi115 bash[22345]: audit 2024-04-18T21:44:38.026890+0000 mon.a (mon.0) 846 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:39.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:39 smithi115 bash[22345]: audit 2024-04-18T21:44:38.037060+0000 mon.a (mon.0) 847 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:39.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:39 smithi115 bash[22345]: audit 2024-04-18T21:44:38.048322+0000 mon.a (mon.0) 848 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:39.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:39 smithi115 bash[22345]: cluster 2024-04-18T21:44:38.405689+0000 mgr.a (mgr.14382) 37 : cluster 0 pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-04-18T21:44:40.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:40 smithi080 bash[22189]: audit 2024-04-18T21:44:39.040295+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:40.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:40 smithi049 bash[21444]: audit 2024-04-18T21:44:39.040295+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:40.406 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:40 smithi115 bash[22345]: audit 2024-04-18T21:44:39.040295+0000 mon.a (mon.0) 849 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:41.297 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:41 smithi115 bash[22345]: cluster 2024-04-18T21:44:40.406406+0000 mgr.a (mgr.14382) 38 : cluster 0 pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:41.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:41 smithi080 bash[22189]: cluster 2024-04-18T21:44:40.406406+0000 mgr.a (mgr.14382) 38 : cluster 0 pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:41.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:41 smithi049 bash[21444]: cluster 2024-04-18T21:44:40.406406+0000 mgr.a (mgr.14382) 38 : cluster 0 pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:43.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.073917+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.083677+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.094539+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.098005+0000 mon.a (mon.0) 853 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.104168+0000 mon.a (mon.0) 854 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.105858+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.116137+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.139540+0000 mon.a (mon.0) 857 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: cluster 2024-04-18T21:44:42.407140+0000 mgr.a (mgr.14382) 39 : cluster 0 pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.851633+0000 mon.a (mon.0) 858 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.861147+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.155 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:43 smithi115 bash[22345]: audit 2024-04-18T21:44:42.871649+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.073917+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.083677+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.094539+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.098005+0000 mon.a (mon.0) 853 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.104168+0000 mon.a (mon.0) 854 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.105858+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.116137+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.139540+0000 mon.a (mon.0) 857 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: cluster 2024-04-18T21:44:42.407140+0000 mgr.a (mgr.14382) 39 : cluster 0 pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.851633+0000 mon.a (mon.0) 858 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.861147+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.357 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:43 smithi049 bash[21444]: audit 2024-04-18T21:44:42.871649+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.073917+0000 mon.a (mon.0) 850 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.083677+0000 mon.a (mon.0) 851 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.094539+0000 mon.a (mon.0) 852 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.098005+0000 mon.a (mon.0) 853 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.104168+0000 mon.a (mon.0) 854 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.105858+0000 mon.a (mon.0) 855 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.116137+0000 mon.a (mon.0) 856 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.139540+0000 mon.a (mon.0) 857 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: cluster 2024-04-18T21:44:42.407140+0000 mgr.a (mgr.14382) 39 : cluster 0 pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.851633+0000 mon.a (mon.0) 858 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.861147+0000 mon.a (mon.0) 859 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:43.569 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:43 smithi080 bash[22189]: audit 2024-04-18T21:44:42.871649+0000 mon.a (mon.0) 860 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:45.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:45 smithi080 bash[22189]: cluster 2024-04-18T21:44:44.407871+0000 mgr.a (mgr.14382) 40 : cluster 0 pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:45.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:45 smithi049 bash[21444]: cluster 2024-04-18T21:44:44.407871+0000 mgr.a (mgr.14382) 40 : cluster 0 pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:45.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:45 smithi115 bash[22345]: cluster 2024-04-18T21:44:44.407871+0000 mgr.a (mgr.14382) 40 : cluster 0 pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:47.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:47 smithi080 bash[22189]: cluster 2024-04-18T21:44:46.408514+0000 mgr.a (mgr.14382) 41 : cluster 0 pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:47.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:47 smithi049 bash[21444]: cluster 2024-04-18T21:44:46.408514+0000 mgr.a (mgr.14382) 41 : cluster 0 pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:47.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:47 smithi115 bash[22345]: cluster 2024-04-18T21:44:46.408514+0000 mgr.a (mgr.14382) 41 : cluster 0 pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:49.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:49 smithi080 bash[22189]: cluster 2024-04-18T21:44:48.409187+0000 mgr.a (mgr.14382) 42 : cluster 0 pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:49.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:49 smithi049 bash[21444]: cluster 2024-04-18T21:44:48.409187+0000 mgr.a (mgr.14382) 42 : cluster 0 pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:49.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:49 smithi115 bash[22345]: cluster 2024-04-18T21:44:48.409187+0000 mgr.a (mgr.14382) 42 : cluster 0 pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:51.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:51 smithi080 bash[22189]: cluster 2024-04-18T21:44:50.409877+0000 mgr.a (mgr.14382) 43 : cluster 0 pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:51.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:51 smithi080 bash[22189]: audit 2024-04-18T21:44:50.491269+0000 mon.a (mon.0) 861 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:44:51.825 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:51 smithi049 bash[21444]: cluster 2024-04-18T21:44:50.409877+0000 mgr.a (mgr.14382) 43 : cluster 0 pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:51.825 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:51 smithi049 bash[21444]: audit 2024-04-18T21:44:50.491269+0000 mon.a (mon.0) 861 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:44:51.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:51 smithi115 bash[22345]: cluster 2024-04-18T21:44:50.409877+0000 mgr.a (mgr.14382) 43 : cluster 0 pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:51.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:51 smithi115 bash[22345]: audit 2024-04-18T21:44:50.491269+0000 mon.a (mon.0) 861 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:44:53.741 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:53 smithi049 bash[21444]: cluster 2024-04-18T21:44:52.410493+0000 mgr.a (mgr.14382) 44 : cluster 0 pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:53.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:53 smithi080 bash[22189]: cluster 2024-04-18T21:44:52.410493+0000 mgr.a (mgr.14382) 44 : cluster 0 pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:53.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:53 smithi115 bash[22345]: cluster 2024-04-18T21:44:52.410493+0000 mgr.a (mgr.14382) 44 : cluster 0 pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:55.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:55 smithi080 bash[22189]: cluster 2024-04-18T21:44:54.411002+0000 mgr.a (mgr.14382) 45 : cluster 0 pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:55.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:55 smithi080 bash[22189]: audit 2024-04-18T21:44:55.146754+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:55.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:55 smithi080 bash[22189]: audit 2024-04-18T21:44:55.155803+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:55.819 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:55 smithi080 bash[22189]: audit 2024-04-18T21:44:55.164614+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:55.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:55 smithi049 bash[21444]: cluster 2024-04-18T21:44:54.411002+0000 mgr.a (mgr.14382) 45 : cluster 0 pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:55.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:55 smithi049 bash[21444]: audit 2024-04-18T21:44:55.146754+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:55.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:55 smithi049 bash[21444]: audit 2024-04-18T21:44:55.155803+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:55.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:55 smithi049 bash[21444]: audit 2024-04-18T21:44:55.164614+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:55.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:55 smithi115 bash[22345]: cluster 2024-04-18T21:44:54.411002+0000 mgr.a (mgr.14382) 45 : cluster 0 pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:55.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:55 smithi115 bash[22345]: audit 2024-04-18T21:44:55.146754+0000 mon.a (mon.0) 862 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:55.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:55 smithi115 bash[22345]: audit 2024-04-18T21:44:55.155803+0000 mon.a (mon.0) 863 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:55.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:55 smithi115 bash[22345]: audit 2024-04-18T21:44:55.164614+0000 mon.a (mon.0) 864 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:57.802 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:57 smithi080 bash[22189]: cluster 2024-04-18T21:44:56.411517+0000 mgr.a (mgr.14382) 46 : cluster 0 pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:57.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:57 smithi049 bash[21444]: cluster 2024-04-18T21:44:56.411517+0000 mgr.a (mgr.14382) 46 : cluster 0 pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:57.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:57 smithi115 bash[22345]: cluster 2024-04-18T21:44:56.411517+0000 mgr.a (mgr.14382) 46 : cluster 0 pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:59.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:59 smithi080 bash[22189]: audit 2024-04-18T21:44:58.236964+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:59.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:59 smithi080 bash[22189]: audit 2024-04-18T21:44:58.247311+0000 mon.a (mon.0) 866 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:59.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:59 smithi080 bash[22189]: audit 2024-04-18T21:44:58.257547+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:59.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:44:59 smithi080 bash[22189]: cluster 2024-04-18T21:44:58.412068+0000 mgr.a (mgr.14382) 47 : cluster 0 pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:59.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:59 smithi049 bash[21444]: audit 2024-04-18T21:44:58.236964+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:59.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:59 smithi049 bash[21444]: audit 2024-04-18T21:44:58.247311+0000 mon.a (mon.0) 866 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:59.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:59 smithi049 bash[21444]: audit 2024-04-18T21:44:58.257547+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:59.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:44:59 smithi049 bash[21444]: cluster 2024-04-18T21:44:58.412068+0000 mgr.a (mgr.14382) 47 : cluster 0 pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:44:59.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:59 smithi115 bash[22345]: audit 2024-04-18T21:44:58.236964+0000 mon.a (mon.0) 865 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:59.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:59 smithi115 bash[22345]: audit 2024-04-18T21:44:58.247311+0000 mon.a (mon.0) 866 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:59.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:59 smithi115 bash[22345]: audit 2024-04-18T21:44:58.257547+0000 mon.a (mon.0) 867 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:44:59.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:44:59 smithi115 bash[22345]: cluster 2024-04-18T21:44:58.412068+0000 mgr.a (mgr.14382) 47 : cluster 0 pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:02.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:01 smithi080 bash[22189]: cluster 2024-04-18T21:45:00.412583+0000 mgr.a (mgr.14382) 48 : cluster 0 pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:02.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:01 smithi080 bash[22189]: audit 2024-04-18T21:45:00.702972+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:02.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:01 smithi080 bash[22189]: audit 2024-04-18T21:45:00.712527+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:02.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:01 smithi080 bash[22189]: audit 2024-04-18T21:45:00.722915+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:02.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:01 smithi049 bash[21444]: cluster 2024-04-18T21:45:00.412583+0000 mgr.a (mgr.14382) 48 : cluster 0 pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:02.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:01 smithi049 bash[21444]: audit 2024-04-18T21:45:00.702972+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:02.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:01 smithi049 bash[21444]: audit 2024-04-18T21:45:00.712527+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:02.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:01 smithi049 bash[21444]: audit 2024-04-18T21:45:00.722915+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:02.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:01 smithi115 bash[22345]: cluster 2024-04-18T21:45:00.412583+0000 mgr.a (mgr.14382) 48 : cluster 0 pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:02.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:01 smithi115 bash[22345]: audit 2024-04-18T21:45:00.702972+0000 mon.a (mon.0) 868 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:02.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:01 smithi115 bash[22345]: audit 2024-04-18T21:45:00.712527+0000 mon.a (mon.0) 869 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:02.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:01 smithi115 bash[22345]: audit 2024-04-18T21:45:00.722915+0000 mon.a (mon.0) 870 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:04.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:03 smithi080 bash[22189]: cluster 2024-04-18T21:45:02.413176+0000 mgr.a (mgr.14382) 49 : cluster 0 pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:04.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:03 smithi049 bash[21444]: cluster 2024-04-18T21:45:02.413176+0000 mgr.a (mgr.14382) 49 : cluster 0 pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:04.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:03 smithi115 bash[22345]: cluster 2024-04-18T21:45:02.413176+0000 mgr.a (mgr.14382) 49 : cluster 0 pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:06.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:05 smithi080 bash[22189]: cluster 2024-04-18T21:45:04.413713+0000 mgr.a (mgr.14382) 50 : cluster 0 pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:06.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:05 smithi080 bash[22189]: audit 2024-04-18T21:45:05.491767+0000 mon.a (mon.0) 871 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:06.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:05 smithi049 bash[21444]: cluster 2024-04-18T21:45:04.413713+0000 mgr.a (mgr.14382) 50 : cluster 0 pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:06.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:05 smithi049 bash[21444]: audit 2024-04-18T21:45:05.491767+0000 mon.a (mon.0) 871 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:06.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:05 smithi115 bash[22345]: cluster 2024-04-18T21:45:04.413713+0000 mgr.a (mgr.14382) 50 : cluster 0 pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:06.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:05 smithi115 bash[22345]: audit 2024-04-18T21:45:05.491767+0000 mon.a (mon.0) 871 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:08.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:07 smithi080 bash[22189]: cluster 2024-04-18T21:45:06.414314+0000 mgr.a (mgr.14382) 51 : cluster 0 pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:08.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:07 smithi049 bash[21444]: cluster 2024-04-18T21:45:06.414314+0000 mgr.a (mgr.14382) 51 : cluster 0 pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:08.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:07 smithi115 bash[22345]: cluster 2024-04-18T21:45:06.414314+0000 mgr.a (mgr.14382) 51 : cluster 0 pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:10.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:09 smithi080 bash[22189]: cluster 2024-04-18T21:45:08.414818+0000 mgr.a (mgr.14382) 52 : cluster 0 pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:10.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:09 smithi049 bash[21444]: cluster 2024-04-18T21:45:08.414818+0000 mgr.a (mgr.14382) 52 : cluster 0 pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:10.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:09 smithi115 bash[22345]: cluster 2024-04-18T21:45:08.414818+0000 mgr.a (mgr.14382) 52 : cluster 0 pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:12.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:11 smithi080 bash[22189]: cluster 2024-04-18T21:45:10.415300+0000 mgr.a (mgr.14382) 53 : cluster 0 pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:12.104 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:11 smithi049 bash[21444]: cluster 2024-04-18T21:45:10.415300+0000 mgr.a (mgr.14382) 53 : cluster 0 pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:12.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:11 smithi115 bash[22345]: cluster 2024-04-18T21:45:10.415300+0000 mgr.a (mgr.14382) 53 : cluster 0 pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:14.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:13 smithi080 bash[22189]: cluster 2024-04-18T21:45:12.415783+0000 mgr.a (mgr.14382) 54 : cluster 0 pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:14.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:13 smithi049 bash[21444]: cluster 2024-04-18T21:45:12.415783+0000 mgr.a (mgr.14382) 54 : cluster 0 pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:14.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:13 smithi115 bash[22345]: cluster 2024-04-18T21:45:12.415783+0000 mgr.a (mgr.14382) 54 : cluster 0 pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:16.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:15 smithi080 bash[22189]: cluster 2024-04-18T21:45:14.416284+0000 mgr.a (mgr.14382) 55 : cluster 0 pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:16.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:15 smithi080 bash[22189]: audit 2024-04-18T21:45:15.377128+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:16.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:15 smithi080 bash[22189]: audit 2024-04-18T21:45:15.385305+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:16.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:15 smithi080 bash[22189]: audit 2024-04-18T21:45:15.394600+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:16.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:15 smithi049 bash[21444]: cluster 2024-04-18T21:45:14.416284+0000 mgr.a (mgr.14382) 55 : cluster 0 pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:16.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:15 smithi049 bash[21444]: audit 2024-04-18T21:45:15.377128+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:16.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:15 smithi049 bash[21444]: audit 2024-04-18T21:45:15.385305+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:16.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:15 smithi049 bash[21444]: audit 2024-04-18T21:45:15.394600+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:16.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:15 smithi115 bash[22345]: cluster 2024-04-18T21:45:14.416284+0000 mgr.a (mgr.14382) 55 : cluster 0 pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:16.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:15 smithi115 bash[22345]: audit 2024-04-18T21:45:15.377128+0000 mon.a (mon.0) 872 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:16.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:15 smithi115 bash[22345]: audit 2024-04-18T21:45:15.385305+0000 mon.a (mon.0) 873 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:16.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:15 smithi115 bash[22345]: audit 2024-04-18T21:45:15.394600+0000 mon.a (mon.0) 874 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:17.916 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:17 smithi115 bash[22345]: cluster 2024-04-18T21:45:16.416841+0000 mgr.a (mgr.14382) 56 : cluster 0 pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:18.061 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:17 smithi080 bash[22189]: cluster 2024-04-18T21:45:16.416841+0000 mgr.a (mgr.14382) 56 : cluster 0 pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:18.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:17 smithi049 bash[21444]: cluster 2024-04-18T21:45:16.416841+0000 mgr.a (mgr.14382) 56 : cluster 0 pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:19.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:19 smithi080 bash[22189]: cluster 2024-04-18T21:45:18.417328+0000 mgr.a (mgr.14382) 57 : cluster 0 pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:19.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:19 smithi080 bash[22189]: audit 2024-04-18T21:45:18.444865+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:19.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:19 smithi080 bash[22189]: audit 2024-04-18T21:45:18.455134+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:19.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:19 smithi080 bash[22189]: audit 2024-04-18T21:45:18.466171+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:19.828 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:19 smithi115 bash[22345]: cluster 2024-04-18T21:45:18.417328+0000 mgr.a (mgr.14382) 57 : cluster 0 pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:19.828 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:19 smithi115 bash[22345]: audit 2024-04-18T21:45:18.444865+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:19.828 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:19 smithi115 bash[22345]: audit 2024-04-18T21:45:18.455134+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:19.828 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:19 smithi115 bash[22345]: audit 2024-04-18T21:45:18.466171+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:19.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:19 smithi049 bash[21444]: cluster 2024-04-18T21:45:18.417328+0000 mgr.a (mgr.14382) 57 : cluster 0 pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:19.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:19 smithi049 bash[21444]: audit 2024-04-18T21:45:18.444865+0000 mon.a (mon.0) 875 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:19.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:19 smithi049 bash[21444]: audit 2024-04-18T21:45:18.455134+0000 mon.a (mon.0) 876 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:19.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:19 smithi049 bash[21444]: audit 2024-04-18T21:45:18.466171+0000 mon.a (mon.0) 877 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:21.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:21 smithi080 bash[22189]: cluster 2024-04-18T21:45:20.417859+0000 mgr.a (mgr.14382) 58 : cluster 0 pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:21.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:21 smithi080 bash[22189]: audit 2024-04-18T21:45:20.492310+0000 mon.a (mon.0) 878 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:21.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:21 smithi080 bash[22189]: audit 2024-04-18T21:45:20.942856+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:21.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:21 smithi080 bash[22189]: audit 2024-04-18T21:45:20.952495+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:21.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:21 smithi080 bash[22189]: audit 2024-04-18T21:45:20.963074+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:21.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:21 smithi049 bash[21444]: cluster 2024-04-18T21:45:20.417859+0000 mgr.a (mgr.14382) 58 : cluster 0 pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:21.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:21 smithi049 bash[21444]: audit 2024-04-18T21:45:20.492310+0000 mon.a (mon.0) 878 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:21.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:21 smithi049 bash[21444]: audit 2024-04-18T21:45:20.942856+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:21.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:21 smithi049 bash[21444]: audit 2024-04-18T21:45:20.952495+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:21.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:21 smithi049 bash[21444]: audit 2024-04-18T21:45:20.963074+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:21.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:21 smithi115 bash[22345]: cluster 2024-04-18T21:45:20.417859+0000 mgr.a (mgr.14382) 58 : cluster 0 pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:21.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:21 smithi115 bash[22345]: audit 2024-04-18T21:45:20.492310+0000 mon.a (mon.0) 878 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:21.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:21 smithi115 bash[22345]: audit 2024-04-18T21:45:20.942856+0000 mon.a (mon.0) 879 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:21.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:21 smithi115 bash[22345]: audit 2024-04-18T21:45:20.952495+0000 mon.a (mon.0) 880 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:21.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:21 smithi115 bash[22345]: audit 2024-04-18T21:45:20.963074+0000 mon.a (mon.0) 881 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:23.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:23 smithi080 bash[22189]: cluster 2024-04-18T21:45:22.418483+0000 mgr.a (mgr.14382) 59 : cluster 0 pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:23.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:23 smithi049 bash[21444]: cluster 2024-04-18T21:45:22.418483+0000 mgr.a (mgr.14382) 59 : cluster 0 pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:23.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:23 smithi115 bash[22345]: cluster 2024-04-18T21:45:22.418483+0000 mgr.a (mgr.14382) 59 : cluster 0 pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:25.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:25 smithi080 bash[22189]: cluster 2024-04-18T21:45:24.418990+0000 mgr.a (mgr.14382) 60 : cluster 0 pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:25.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:25 smithi049 bash[21444]: cluster 2024-04-18T21:45:24.418990+0000 mgr.a (mgr.14382) 60 : cluster 0 pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:25.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:25 smithi115 bash[22345]: cluster 2024-04-18T21:45:24.418990+0000 mgr.a (mgr.14382) 60 : cluster 0 pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:27.106 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:45:26 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:45:26] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.43.0" 2024-04-18T21:45:27.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:27 smithi080 bash[22189]: cluster 2024-04-18T21:45:26.419528+0000 mgr.a (mgr.14382) 61 : cluster 0 pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:27.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:27 smithi049 bash[21444]: cluster 2024-04-18T21:45:26.419528+0000 mgr.a (mgr.14382) 61 : cluster 0 pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:27.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:27 smithi115 bash[22345]: cluster 2024-04-18T21:45:26.419528+0000 mgr.a (mgr.14382) 61 : cluster 0 pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:29.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:29 smithi080 bash[22189]: cluster 2024-04-18T21:45:28.420081+0000 mgr.a (mgr.14382) 62 : cluster 0 pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:29.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:29 smithi049 bash[21444]: cluster 2024-04-18T21:45:28.420081+0000 mgr.a (mgr.14382) 62 : cluster 0 pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:29.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:29 smithi115 bash[22345]: cluster 2024-04-18T21:45:28.420081+0000 mgr.a (mgr.14382) 62 : cluster 0 pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:31.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:31 smithi049 bash[21444]: cluster 2024-04-18T21:45:30.420610+0000 mgr.a (mgr.14382) 63 : cluster 0 pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:31.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:31 smithi080 bash[22189]: cluster 2024-04-18T21:45:30.420610+0000 mgr.a (mgr.14382) 63 : cluster 0 pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:31.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:31 smithi115 bash[22345]: cluster 2024-04-18T21:45:30.420610+0000 mgr.a (mgr.14382) 63 : cluster 0 pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:33.746 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:33 smithi049 bash[21444]: cluster 2024-04-18T21:45:32.421196+0000 mgr.a (mgr.14382) 64 : cluster 0 pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:33.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:33 smithi080 bash[22189]: cluster 2024-04-18T21:45:32.421196+0000 mgr.a (mgr.14382) 64 : cluster 0 pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:33.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:33 smithi115 bash[22345]: cluster 2024-04-18T21:45:32.421196+0000 mgr.a (mgr.14382) 64 : cluster 0 pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:35.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:35 smithi080 bash[22189]: cluster 2024-04-18T21:45:34.421678+0000 mgr.a (mgr.14382) 65 : cluster 0 pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:35.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:35 smithi049 bash[21444]: cluster 2024-04-18T21:45:34.421678+0000 mgr.a (mgr.14382) 65 : cluster 0 pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:35.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:35 smithi115 bash[22345]: cluster 2024-04-18T21:45:34.421678+0000 mgr.a (mgr.14382) 65 : cluster 0 pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:36.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:36 smithi080 bash[22189]: audit 2024-04-18T21:45:35.492194+0000 mon.a (mon.0) 882 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:36.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:36 smithi080 bash[22189]: audit 2024-04-18T21:45:35.575904+0000 mon.a (mon.0) 883 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:36.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:36 smithi080 bash[22189]: audit 2024-04-18T21:45:35.584572+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:36.568 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:36 smithi080 bash[22189]: audit 2024-04-18T21:45:35.594655+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:36.840 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:36 smithi049 bash[21444]: audit 2024-04-18T21:45:35.492194+0000 mon.a (mon.0) 882 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:36.840 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:36 smithi049 bash[21444]: audit 2024-04-18T21:45:35.575904+0000 mon.a (mon.0) 883 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:36.841 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:36 smithi049 bash[21444]: audit 2024-04-18T21:45:35.584572+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:36.841 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:36 smithi049 bash[21444]: audit 2024-04-18T21:45:35.594655+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:36.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:36 smithi115 bash[22345]: audit 2024-04-18T21:45:35.492194+0000 mon.a (mon.0) 882 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:36.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:36 smithi115 bash[22345]: audit 2024-04-18T21:45:35.575904+0000 mon.a (mon.0) 883 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:36.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:36 smithi115 bash[22345]: audit 2024-04-18T21:45:35.584572+0000 mon.a (mon.0) 884 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:36.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:36 smithi115 bash[22345]: audit 2024-04-18T21:45:35.594655+0000 mon.a (mon.0) 885 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:37.106 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:45:36 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:45:36] "GET /metrics HTTP/1.1" 200 21445 "" "Prometheus/2.43.0" 2024-04-18T21:45:37.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:37 smithi049 bash[21444]: cluster 2024-04-18T21:45:36.422209+0000 mgr.a (mgr.14382) 66 : cluster 0 pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:37.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:37 smithi115 bash[22345]: cluster 2024-04-18T21:45:36.422209+0000 mgr.a (mgr.14382) 66 : cluster 0 pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:38.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:37 smithi080 bash[22189]: cluster 2024-04-18T21:45:36.422209+0000 mgr.a (mgr.14382) 66 : cluster 0 pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:39.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:39 smithi049 bash[21444]: cluster 2024-04-18T21:45:38.422683+0000 mgr.a (mgr.14382) 67 : cluster 0 pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:39.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:39 smithi049 bash[21444]: audit 2024-04-18T21:45:38.595302+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:39.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:39 smithi049 bash[21444]: audit 2024-04-18T21:45:38.608810+0000 mon.a (mon.0) 887 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:39.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:39 smithi049 bash[21444]: audit 2024-04-18T21:45:38.619463+0000 mon.a (mon.0) 888 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:39.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:39 smithi115 bash[22345]: cluster 2024-04-18T21:45:38.422683+0000 mgr.a (mgr.14382) 67 : cluster 0 pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:39.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:39 smithi115 bash[22345]: audit 2024-04-18T21:45:38.595302+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:39.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:39 smithi115 bash[22345]: audit 2024-04-18T21:45:38.608810+0000 mon.a (mon.0) 887 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:39.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:39 smithi115 bash[22345]: audit 2024-04-18T21:45:38.619463+0000 mon.a (mon.0) 888 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:40.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:39 smithi080 bash[22189]: cluster 2024-04-18T21:45:38.422683+0000 mgr.a (mgr.14382) 67 : cluster 0 pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:40.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:39 smithi080 bash[22189]: audit 2024-04-18T21:45:38.595302+0000 mon.a (mon.0) 886 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:40.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:39 smithi080 bash[22189]: audit 2024-04-18T21:45:38.608810+0000 mon.a (mon.0) 887 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:40.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:39 smithi080 bash[22189]: audit 2024-04-18T21:45:38.619463+0000 mon.a (mon.0) 888 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:41.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:41 smithi049 bash[21444]: cluster 2024-04-18T21:45:40.423198+0000 mgr.a (mgr.14382) 68 : cluster 0 pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:41.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:41 smithi049 bash[21444]: audit 2024-04-18T21:45:41.150619+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:41.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:41 smithi049 bash[21444]: audit 2024-04-18T21:45:41.160348+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:41.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:41 smithi049 bash[21444]: audit 2024-04-18T21:45:41.171343+0000 mon.a (mon.0) 891 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:41.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:41 smithi115 bash[22345]: cluster 2024-04-18T21:45:40.423198+0000 mgr.a (mgr.14382) 68 : cluster 0 pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:41.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:41 smithi115 bash[22345]: audit 2024-04-18T21:45:41.150619+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:41.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:41 smithi115 bash[22345]: audit 2024-04-18T21:45:41.160348+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:41.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:41 smithi115 bash[22345]: audit 2024-04-18T21:45:41.171343+0000 mon.a (mon.0) 891 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:42.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:41 smithi080 bash[22189]: cluster 2024-04-18T21:45:40.423198+0000 mgr.a (mgr.14382) 68 : cluster 0 pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:42.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:41 smithi080 bash[22189]: audit 2024-04-18T21:45:41.150619+0000 mon.a (mon.0) 889 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:42.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:41 smithi080 bash[22189]: audit 2024-04-18T21:45:41.160348+0000 mon.a (mon.0) 890 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:42.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:41 smithi080 bash[22189]: audit 2024-04-18T21:45:41.171343+0000 mon.a (mon.0) 891 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:42.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:42 smithi049 bash[21444]: audit 2024-04-18T21:45:42.256591+0000 mon.a (mon.0) 892 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:45:42.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:42 smithi049 bash[21444]: audit 2024-04-18T21:45:42.263102+0000 mon.a (mon.0) 893 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:45:42.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:42 smithi049 bash[21444]: audit 2024-04-18T21:45:42.264995+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:45:42.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:42 smithi049 bash[21444]: audit 2024-04-18T21:45:42.276045+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:42.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:42 smithi115 bash[22345]: audit 2024-04-18T21:45:42.256591+0000 mon.a (mon.0) 892 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:45:42.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:42 smithi115 bash[22345]: audit 2024-04-18T21:45:42.263102+0000 mon.a (mon.0) 893 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:45:42.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:42 smithi115 bash[22345]: audit 2024-04-18T21:45:42.264995+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:45:42.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:42 smithi115 bash[22345]: audit 2024-04-18T21:45:42.276045+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:43.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:42 smithi080 bash[22189]: audit 2024-04-18T21:45:42.256591+0000 mon.a (mon.0) 892 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:45:43.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:42 smithi080 bash[22189]: audit 2024-04-18T21:45:42.263102+0000 mon.a (mon.0) 893 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:45:43.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:42 smithi080 bash[22189]: audit 2024-04-18T21:45:42.264995+0000 mon.a (mon.0) 894 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:45:43.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:42 smithi080 bash[22189]: audit 2024-04-18T21:45:42.276045+0000 mon.a (mon.0) 895 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:43.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:43 smithi049 bash[21444]: cluster 2024-04-18T21:45:42.423765+0000 mgr.a (mgr.14382) 69 : cluster 0 pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:43.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:43 smithi115 bash[22345]: cluster 2024-04-18T21:45:42.423765+0000 mgr.a (mgr.14382) 69 : cluster 0 pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:44.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:43 smithi080 bash[22189]: cluster 2024-04-18T21:45:42.423765+0000 mgr.a (mgr.14382) 69 : cluster 0 pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:45.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:45 smithi049 bash[21444]: cluster 2024-04-18T21:45:44.424297+0000 mgr.a (mgr.14382) 70 : cluster 0 pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:45.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:45 smithi115 bash[22345]: cluster 2024-04-18T21:45:44.424297+0000 mgr.a (mgr.14382) 70 : cluster 0 pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:46.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:45 smithi080 bash[22189]: cluster 2024-04-18T21:45:44.424297+0000 mgr.a (mgr.14382) 70 : cluster 0 pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:47.106 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:45:46 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:45:46] "GET /metrics HTTP/1.1" 200 21445 "" "Prometheus/2.43.0" 2024-04-18T21:45:47.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:47 smithi049 bash[21444]: cluster 2024-04-18T21:45:46.424850+0000 mgr.a (mgr.14382) 71 : cluster 0 pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:47.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:47 smithi115 bash[22345]: cluster 2024-04-18T21:45:46.424850+0000 mgr.a (mgr.14382) 71 : cluster 0 pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:48.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:47 smithi080 bash[22189]: cluster 2024-04-18T21:45:46.424850+0000 mgr.a (mgr.14382) 71 : cluster 0 pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:49.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:49 smithi115 bash[22345]: cluster 2024-04-18T21:45:48.425389+0000 mgr.a (mgr.14382) 72 : cluster 0 pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:50.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:49 smithi080 bash[22189]: cluster 2024-04-18T21:45:48.425389+0000 mgr.a (mgr.14382) 72 : cluster 0 pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:50.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:49 smithi049 bash[21444]: cluster 2024-04-18T21:45:48.425389+0000 mgr.a (mgr.14382) 72 : cluster 0 pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:50.869 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:50 smithi049 bash[21444]: audit 2024-04-18T21:45:50.493181+0000 mon.a (mon.0) 896 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:50.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:50 smithi115 bash[22345]: audit 2024-04-18T21:45:50.493181+0000 mon.a (mon.0) 896 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:51.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:50 smithi080 bash[22189]: audit 2024-04-18T21:45:50.493181+0000 mon.a (mon.0) 896 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:45:51.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:51 smithi049 bash[21444]: cluster 2024-04-18T21:45:50.425858+0000 mgr.a (mgr.14382) 73 : cluster 0 pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:51.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:51 smithi115 bash[22345]: cluster 2024-04-18T21:45:50.425858+0000 mgr.a (mgr.14382) 73 : cluster 0 pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:52.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:51 smithi080 bash[22189]: cluster 2024-04-18T21:45:50.425858+0000 mgr.a (mgr.14382) 73 : cluster 0 pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:53.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:53 smithi080 bash[22189]: cluster 2024-04-18T21:45:52.426348+0000 mgr.a (mgr.14382) 74 : cluster 0 pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:53.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:53 smithi115 bash[22345]: cluster 2024-04-18T21:45:52.426348+0000 mgr.a (mgr.14382) 74 : cluster 0 pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:53.947 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:53 smithi049 bash[21444]: cluster 2024-04-18T21:45:52.426348+0000 mgr.a (mgr.14382) 74 : cluster 0 pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:55.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:55 smithi115 bash[22345]: cluster 2024-04-18T21:45:54.426882+0000 mgr.a (mgr.14382) 75 : cluster 0 pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:56.017 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:55 smithi080 bash[22189]: cluster 2024-04-18T21:45:54.426882+0000 mgr.a (mgr.14382) 75 : cluster 0 pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:56.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:55 smithi049 bash[21444]: cluster 2024-04-18T21:45:54.426882+0000 mgr.a (mgr.14382) 75 : cluster 0 pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:57.031 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:56 smithi080 bash[22189]: audit 2024-04-18T21:45:55.786473+0000 mon.a (mon.0) 897 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:57.031 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:56 smithi080 bash[22189]: audit 2024-04-18T21:45:55.796281+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:57.032 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:56 smithi080 bash[22189]: audit 2024-04-18T21:45:55.806906+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:57.106 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:45:56 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:45:56] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-04-18T21:45:57.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:56 smithi049 bash[21444]: audit 2024-04-18T21:45:55.786473+0000 mon.a (mon.0) 897 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:57.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:56 smithi049 bash[21444]: audit 2024-04-18T21:45:55.796281+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:57.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:56 smithi049 bash[21444]: audit 2024-04-18T21:45:55.806906+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:57.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:56 smithi115 bash[22345]: audit 2024-04-18T21:45:55.786473+0000 mon.a (mon.0) 897 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:57.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:56 smithi115 bash[22345]: audit 2024-04-18T21:45:55.796281+0000 mon.a (mon.0) 898 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:57.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:56 smithi115 bash[22345]: audit 2024-04-18T21:45:55.806906+0000 mon.a (mon.0) 899 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:45:58.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:57 smithi080 bash[22189]: cluster 2024-04-18T21:45:56.427444+0000 mgr.a (mgr.14382) 76 : cluster 0 pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:58.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:57 smithi049 bash[21444]: cluster 2024-04-18T21:45:56.427444+0000 mgr.a (mgr.14382) 76 : cluster 0 pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:45:58.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:57 smithi115 bash[22345]: cluster 2024-04-18T21:45:56.427444+0000 mgr.a (mgr.14382) 76 : cluster 0 pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:00.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:59 smithi080 bash[22189]: cluster 2024-04-18T21:45:58.427963+0000 mgr.a (mgr.14382) 77 : cluster 0 pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:00.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:59 smithi080 bash[22189]: audit 2024-04-18T21:45:58.755898+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:00.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:59 smithi080 bash[22189]: audit 2024-04-18T21:45:58.765566+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:00.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:45:59 smithi080 bash[22189]: audit 2024-04-18T21:45:58.775704+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:00.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:59 smithi049 bash[21444]: cluster 2024-04-18T21:45:58.427963+0000 mgr.a (mgr.14382) 77 : cluster 0 pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:00.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:59 smithi049 bash[21444]: audit 2024-04-18T21:45:58.755898+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:00.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:59 smithi049 bash[21444]: audit 2024-04-18T21:45:58.765566+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:00.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:45:59 smithi049 bash[21444]: audit 2024-04-18T21:45:58.775704+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:00.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:59 smithi115 bash[22345]: cluster 2024-04-18T21:45:58.427963+0000 mgr.a (mgr.14382) 77 : cluster 0 pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:00.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:59 smithi115 bash[22345]: audit 2024-04-18T21:45:58.755898+0000 mon.a (mon.0) 900 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:00.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:59 smithi115 bash[22345]: audit 2024-04-18T21:45:58.765566+0000 mon.a (mon.0) 901 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:00.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:45:59 smithi115 bash[22345]: audit 2024-04-18T21:45:58.775704+0000 mon.a (mon.0) 902 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:02.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:01 smithi080 bash[22189]: cluster 2024-04-18T21:46:00.428602+0000 mgr.a (mgr.14382) 78 : cluster 0 pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:02.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:01 smithi080 bash[22189]: audit 2024-04-18T21:46:01.334239+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:02.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:01 smithi080 bash[22189]: audit 2024-04-18T21:46:01.343808+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:02.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:01 smithi080 bash[22189]: audit 2024-04-18T21:46:01.354610+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:02.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:01 smithi049 bash[21444]: cluster 2024-04-18T21:46:00.428602+0000 mgr.a (mgr.14382) 78 : cluster 0 pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:02.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:01 smithi049 bash[21444]: audit 2024-04-18T21:46:01.334239+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:02.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:01 smithi049 bash[21444]: audit 2024-04-18T21:46:01.343808+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:02.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:01 smithi049 bash[21444]: audit 2024-04-18T21:46:01.354610+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:02.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:01 smithi115 bash[22345]: cluster 2024-04-18T21:46:00.428602+0000 mgr.a (mgr.14382) 78 : cluster 0 pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:02.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:01 smithi115 bash[22345]: audit 2024-04-18T21:46:01.334239+0000 mon.a (mon.0) 903 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:02.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:01 smithi115 bash[22345]: audit 2024-04-18T21:46:01.343808+0000 mon.a (mon.0) 904 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:02.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:01 smithi115 bash[22345]: audit 2024-04-18T21:46:01.354610+0000 mon.a (mon.0) 905 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:04.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:03 smithi080 bash[22189]: cluster 2024-04-18T21:46:02.429298+0000 mgr.a (mgr.14382) 79 : cluster 0 pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:04.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:03 smithi049 bash[21444]: cluster 2024-04-18T21:46:02.429298+0000 mgr.a (mgr.14382) 79 : cluster 0 pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:04.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:03 smithi115 bash[22345]: cluster 2024-04-18T21:46:02.429298+0000 mgr.a (mgr.14382) 79 : cluster 0 pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:06.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:05 smithi080 bash[22189]: cluster 2024-04-18T21:46:04.429939+0000 mgr.a (mgr.14382) 80 : cluster 0 pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:06.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:05 smithi080 bash[22189]: audit 2024-04-18T21:46:05.493463+0000 mon.a (mon.0) 906 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:06.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:05 smithi049 bash[21444]: cluster 2024-04-18T21:46:04.429939+0000 mgr.a (mgr.14382) 80 : cluster 0 pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:06.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:05 smithi049 bash[21444]: audit 2024-04-18T21:46:05.493463+0000 mon.a (mon.0) 906 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:06.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:05 smithi115 bash[22345]: cluster 2024-04-18T21:46:04.429939+0000 mgr.a (mgr.14382) 80 : cluster 0 pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:06.154 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:05 smithi115 bash[22345]: audit 2024-04-18T21:46:05.493463+0000 mon.a (mon.0) 906 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:07.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:46:06 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:46:06] "GET /metrics HTTP/1.1" 200 21445 "" "Prometheus/2.43.0" 2024-04-18T21:46:08.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:07 smithi080 bash[22189]: cluster 2024-04-18T21:46:06.430490+0000 mgr.a (mgr.14382) 81 : cluster 0 pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:08.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:07 smithi049 bash[21444]: cluster 2024-04-18T21:46:06.430490+0000 mgr.a (mgr.14382) 81 : cluster 0 pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:08.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:07 smithi115 bash[22345]: cluster 2024-04-18T21:46:06.430490+0000 mgr.a (mgr.14382) 81 : cluster 0 pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:10.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:09 smithi080 bash[22189]: cluster 2024-04-18T21:46:08.431019+0000 mgr.a (mgr.14382) 82 : cluster 0 pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:10.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:09 smithi049 bash[21444]: cluster 2024-04-18T21:46:08.431019+0000 mgr.a (mgr.14382) 82 : cluster 0 pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:10.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:09 smithi115 bash[22345]: cluster 2024-04-18T21:46:08.431019+0000 mgr.a (mgr.14382) 82 : cluster 0 pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:12.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:11 smithi080 bash[22189]: cluster 2024-04-18T21:46:10.431564+0000 mgr.a (mgr.14382) 83 : cluster 0 pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:12.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:11 smithi049 bash[21444]: cluster 2024-04-18T21:46:10.431564+0000 mgr.a (mgr.14382) 83 : cluster 0 pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:12.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:11 smithi115 bash[22345]: cluster 2024-04-18T21:46:10.431564+0000 mgr.a (mgr.14382) 83 : cluster 0 pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:14.028 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:13 smithi049 bash[21444]: cluster 2024-04-18T21:46:12.432069+0000 mgr.a (mgr.14382) 84 : cluster 0 pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:14.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:13 smithi080 bash[22189]: cluster 2024-04-18T21:46:12.432069+0000 mgr.a (mgr.14382) 84 : cluster 0 pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:14.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:13 smithi115 bash[22345]: cluster 2024-04-18T21:46:12.432069+0000 mgr.a (mgr.14382) 84 : cluster 0 pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:16.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:15 smithi080 bash[22189]: cluster 2024-04-18T21:46:14.432593+0000 mgr.a (mgr.14382) 85 : cluster 0 pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:16.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:15 smithi049 bash[21444]: cluster 2024-04-18T21:46:14.432593+0000 mgr.a (mgr.14382) 85 : cluster 0 pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:16.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:15 smithi115 bash[22345]: cluster 2024-04-18T21:46:14.432593+0000 mgr.a (mgr.14382) 85 : cluster 0 pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:17.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:46:16 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:46:16] "GET /metrics HTTP/1.1" 200 21445 "" "Prometheus/2.43.0" 2024-04-18T21:46:17.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:16 smithi049 bash[21444]: audit 2024-04-18T21:46:15.990557+0000 mon.a (mon.0) 907 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:17.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:16 smithi049 bash[21444]: audit 2024-04-18T21:46:15.999199+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:17.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:16 smithi049 bash[21444]: audit 2024-04-18T21:46:16.009143+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:17.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:16 smithi049 bash[21444]: cluster 2024-04-18T21:46:16.433197+0000 mgr.a (mgr.14382) 86 : cluster 0 pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:17.298 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:16 smithi080 bash[22189]: audit 2024-04-18T21:46:15.990557+0000 mon.a (mon.0) 907 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:17.298 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:16 smithi080 bash[22189]: audit 2024-04-18T21:46:15.999199+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:17.298 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:16 smithi080 bash[22189]: audit 2024-04-18T21:46:16.009143+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:17.298 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:16 smithi080 bash[22189]: cluster 2024-04-18T21:46:16.433197+0000 mgr.a (mgr.14382) 86 : cluster 0 pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:17.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:16 smithi115 bash[22345]: audit 2024-04-18T21:46:15.990557+0000 mon.a (mon.0) 907 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:17.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:16 smithi115 bash[22345]: audit 2024-04-18T21:46:15.999199+0000 mon.a (mon.0) 908 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:17.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:16 smithi115 bash[22345]: audit 2024-04-18T21:46:16.009143+0000 mon.a (mon.0) 909 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:17.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:16 smithi115 bash[22345]: cluster 2024-04-18T21:46:16.433197+0000 mgr.a (mgr.14382) 86 : cluster 0 pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:19.794 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:19 smithi115 bash[22345]: cluster 2024-04-18T21:46:18.433835+0000 mgr.a (mgr.14382) 87 : cluster 0 pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:19.794 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:19 smithi115 bash[22345]: audit 2024-04-18T21:46:18.939991+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:19.794 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:19 smithi115 bash[22345]: audit 2024-04-18T21:46:18.949355+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:19.794 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:19 smithi115 bash[22345]: audit 2024-04-18T21:46:18.959306+0000 mon.a (mon.0) 912 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:19.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:19 smithi080 bash[22189]: cluster 2024-04-18T21:46:18.433835+0000 mgr.a (mgr.14382) 87 : cluster 0 pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:19.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:19 smithi080 bash[22189]: audit 2024-04-18T21:46:18.939991+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:19.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:19 smithi080 bash[22189]: audit 2024-04-18T21:46:18.949355+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:19.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:19 smithi080 bash[22189]: audit 2024-04-18T21:46:18.959306+0000 mon.a (mon.0) 912 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:19.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:19 smithi049 bash[21444]: cluster 2024-04-18T21:46:18.433835+0000 mgr.a (mgr.14382) 87 : cluster 0 pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:19.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:19 smithi049 bash[21444]: audit 2024-04-18T21:46:18.939991+0000 mon.a (mon.0) 910 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:19.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:19 smithi049 bash[21444]: audit 2024-04-18T21:46:18.949355+0000 mon.a (mon.0) 911 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:19.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:19 smithi049 bash[21444]: audit 2024-04-18T21:46:18.959306+0000 mon.a (mon.0) 912 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:21.519 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:21 smithi115 bash[22345]: cluster 2024-04-18T21:46:20.434415+0000 mgr.a (mgr.14382) 88 : cluster 0 pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:21.519 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:21 smithi115 bash[22345]: audit 2024-04-18T21:46:20.495620+0000 mon.a (mon.0) 913 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:21.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:21 smithi080 bash[22189]: cluster 2024-04-18T21:46:20.434415+0000 mgr.a (mgr.14382) 88 : cluster 0 pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:21.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:21 smithi080 bash[22189]: audit 2024-04-18T21:46:20.495620+0000 mon.a (mon.0) 913 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:21.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:21 smithi049 bash[21444]: cluster 2024-04-18T21:46:20.434415+0000 mgr.a (mgr.14382) 88 : cluster 0 pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:21.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:21 smithi049 bash[21444]: audit 2024-04-18T21:46:20.495620+0000 mon.a (mon.0) 913 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:22.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:22 smithi080 bash[22189]: audit 2024-04-18T21:46:21.496898+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:22.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:22 smithi080 bash[22189]: audit 2024-04-18T21:46:21.512130+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:22.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:22 smithi080 bash[22189]: audit 2024-04-18T21:46:21.522669+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:22.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:22 smithi049 bash[21444]: audit 2024-04-18T21:46:21.496898+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:22.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:22 smithi049 bash[21444]: audit 2024-04-18T21:46:21.512130+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:22.856 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:22 smithi049 bash[21444]: audit 2024-04-18T21:46:21.522669+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:22.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:22 smithi115 bash[22345]: audit 2024-04-18T21:46:21.496898+0000 mon.a (mon.0) 914 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:22.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:22 smithi115 bash[22345]: audit 2024-04-18T21:46:21.512130+0000 mon.a (mon.0) 915 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:22.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:22 smithi115 bash[22345]: audit 2024-04-18T21:46:21.522669+0000 mon.a (mon.0) 916 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:23.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:23 smithi080 bash[22189]: cluster 2024-04-18T21:46:22.434946+0000 mgr.a (mgr.14382) 89 : cluster 0 pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:23 smithi049 bash[21444]: cluster 2024-04-18T21:46:22.434946+0000 mgr.a (mgr.14382) 89 : cluster 0 pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:23.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:23 smithi115 bash[22345]: cluster 2024-04-18T21:46:22.434946+0000 mgr.a (mgr.14382) 89 : cluster 0 pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:25.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:25 smithi080 bash[22189]: cluster 2024-04-18T21:46:24.435453+0000 mgr.a (mgr.14382) 90 : cluster 0 pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:25.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:25 smithi049 bash[21444]: cluster 2024-04-18T21:46:24.435453+0000 mgr.a (mgr.14382) 90 : cluster 0 pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:25.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:25 smithi115 bash[22345]: cluster 2024-04-18T21:46:24.435453+0000 mgr.a (mgr.14382) 90 : cluster 0 pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:27.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:46:26 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:46:26] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-04-18T21:46:27.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:27 smithi080 bash[22189]: cluster 2024-04-18T21:46:26.436000+0000 mgr.a (mgr.14382) 91 : cluster 0 pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:27.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:27 smithi049 bash[21444]: cluster 2024-04-18T21:46:26.436000+0000 mgr.a (mgr.14382) 91 : cluster 0 pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:27.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:27 smithi115 bash[22345]: cluster 2024-04-18T21:46:26.436000+0000 mgr.a (mgr.14382) 91 : cluster 0 pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:29.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:29 smithi080 bash[22189]: cluster 2024-04-18T21:46:28.436523+0000 mgr.a (mgr.14382) 92 : cluster 0 pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:29.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:29 smithi049 bash[21444]: cluster 2024-04-18T21:46:28.436523+0000 mgr.a (mgr.14382) 92 : cluster 0 pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:29.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:29 smithi115 bash[22345]: cluster 2024-04-18T21:46:28.436523+0000 mgr.a (mgr.14382) 92 : cluster 0 pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:31.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:31 smithi080 bash[22189]: cluster 2024-04-18T21:46:30.437040+0000 mgr.a (mgr.14382) 93 : cluster 0 pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:31.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:31 smithi049 bash[21444]: cluster 2024-04-18T21:46:30.437040+0000 mgr.a (mgr.14382) 93 : cluster 0 pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:31.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:31 smithi115 bash[22345]: cluster 2024-04-18T21:46:30.437040+0000 mgr.a (mgr.14382) 93 : cluster 0 pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:33.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:33 smithi080 bash[22189]: cluster 2024-04-18T21:46:32.437437+0000 mgr.a (mgr.14382) 94 : cluster 0 pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:33.840 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:33 smithi049 bash[21444]: cluster 2024-04-18T21:46:32.437437+0000 mgr.a (mgr.14382) 94 : cluster 0 pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:33.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:33 smithi115 bash[22345]: cluster 2024-04-18T21:46:32.437437+0000 mgr.a (mgr.14382) 94 : cluster 0 pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:35.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:35 smithi080 bash[22189]: cluster 2024-04-18T21:46:34.437952+0000 mgr.a (mgr.14382) 95 : cluster 0 pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:35.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:35 smithi080 bash[22189]: audit 2024-04-18T21:46:35.495935+0000 mon.a (mon.0) 917 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:35.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:35 smithi049 bash[21444]: cluster 2024-04-18T21:46:34.437952+0000 mgr.a (mgr.14382) 95 : cluster 0 pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:35.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:35 smithi049 bash[21444]: audit 2024-04-18T21:46:35.495935+0000 mon.a (mon.0) 917 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:35.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:35 smithi115 bash[22345]: cluster 2024-04-18T21:46:34.437952+0000 mgr.a (mgr.14382) 95 : cluster 0 pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:35.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:35 smithi115 bash[22345]: audit 2024-04-18T21:46:35.495935+0000 mon.a (mon.0) 917 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:37.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:46:36 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:46:36] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-04-18T21:46:37.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:37 smithi080 bash[22189]: audit 2024-04-18T21:46:36.202785+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:37.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:37 smithi080 bash[22189]: audit 2024-04-18T21:46:36.212470+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:37.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:37 smithi080 bash[22189]: audit 2024-04-18T21:46:36.221437+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:37.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:37 smithi080 bash[22189]: cluster 2024-04-18T21:46:36.438486+0000 mgr.a (mgr.14382) 96 : cluster 0 pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:37.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:37 smithi049 bash[21444]: audit 2024-04-18T21:46:36.202785+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:37.605 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:37 smithi049 bash[21444]: audit 2024-04-18T21:46:36.212470+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:37.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:37 smithi049 bash[21444]: audit 2024-04-18T21:46:36.221437+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:37.606 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:37 smithi049 bash[21444]: cluster 2024-04-18T21:46:36.438486+0000 mgr.a (mgr.14382) 96 : cluster 0 pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:37.653 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:37 smithi115 bash[22345]: audit 2024-04-18T21:46:36.202785+0000 mon.a (mon.0) 918 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:37.653 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:37 smithi115 bash[22345]: audit 2024-04-18T21:46:36.212470+0000 mon.a (mon.0) 919 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:37.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:37 smithi115 bash[22345]: audit 2024-04-18T21:46:36.221437+0000 mon.a (mon.0) 920 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:37.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:37 smithi115 bash[22345]: cluster 2024-04-18T21:46:36.438486+0000 mgr.a (mgr.14382) 96 : cluster 0 pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:39.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:39 smithi080 bash[22189]: cluster 2024-04-18T21:46:38.438952+0000 mgr.a (mgr.14382) 97 : cluster 0 pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:39.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:39 smithi080 bash[22189]: audit 2024-04-18T21:46:39.125478+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:39.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:39 smithi080 bash[22189]: audit 2024-04-18T21:46:39.135456+0000 mon.a (mon.0) 922 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:39.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:39 smithi080 bash[22189]: audit 2024-04-18T21:46:39.145987+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:39.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:39 smithi049 bash[21444]: cluster 2024-04-18T21:46:38.438952+0000 mgr.a (mgr.14382) 97 : cluster 0 pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:39.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:39 smithi049 bash[21444]: audit 2024-04-18T21:46:39.125478+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:39.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:39 smithi049 bash[21444]: audit 2024-04-18T21:46:39.135456+0000 mon.a (mon.0) 922 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:39.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:39 smithi049 bash[21444]: audit 2024-04-18T21:46:39.145987+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:39.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:39 smithi115 bash[22345]: cluster 2024-04-18T21:46:38.438952+0000 mgr.a (mgr.14382) 97 : cluster 0 pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:39.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:39 smithi115 bash[22345]: audit 2024-04-18T21:46:39.125478+0000 mon.a (mon.0) 921 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:39.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:39 smithi115 bash[22345]: audit 2024-04-18T21:46:39.135456+0000 mon.a (mon.0) 922 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:39.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:39 smithi115 bash[22345]: audit 2024-04-18T21:46:39.145987+0000 mon.a (mon.0) 923 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:41.655 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:41 smithi115 bash[22345]: cluster 2024-04-18T21:46:40.439409+0000 mgr.a (mgr.14382) 98 : cluster 0 pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:41.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:41 smithi080 bash[22189]: cluster 2024-04-18T21:46:40.439409+0000 mgr.a (mgr.14382) 98 : cluster 0 pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:41.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:41 smithi049 bash[21444]: cluster 2024-04-18T21:46:40.439409+0000 mgr.a (mgr.14382) 98 : cluster 0 pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:42.980 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:42 smithi115 bash[22345]: audit 2024-04-18T21:46:41.732938+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:42.980 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:42 smithi115 bash[22345]: audit 2024-04-18T21:46:41.742355+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:42.980 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:42 smithi115 bash[22345]: audit 2024-04-18T21:46:41.753716+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:42.980 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:42 smithi115 bash[22345]: audit 2024-04-18T21:46:42.404717+0000 mon.a (mon.0) 927 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:46:43.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:42 smithi080 bash[22189]: audit 2024-04-18T21:46:41.732938+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:43.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:42 smithi080 bash[22189]: audit 2024-04-18T21:46:41.742355+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:43.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:42 smithi080 bash[22189]: audit 2024-04-18T21:46:41.753716+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:43.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:42 smithi080 bash[22189]: audit 2024-04-18T21:46:42.404717+0000 mon.a (mon.0) 927 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:46:43.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:42 smithi049 bash[21444]: audit 2024-04-18T21:46:41.732938+0000 mon.a (mon.0) 924 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:43.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:42 smithi049 bash[21444]: audit 2024-04-18T21:46:41.742355+0000 mon.a (mon.0) 925 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:43.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:42 smithi049 bash[21444]: audit 2024-04-18T21:46:41.753716+0000 mon.a (mon.0) 926 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:43.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:42 smithi049 bash[21444]: audit 2024-04-18T21:46:42.404717+0000 mon.a (mon.0) 927 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:46:44.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:43 smithi080 bash[22189]: cluster 2024-04-18T21:46:42.440070+0000 mgr.a (mgr.14382) 99 : cluster 0 pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:44.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:43 smithi080 bash[22189]: audit 2024-04-18T21:46:42.931863+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:44.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:43 smithi080 bash[22189]: audit 2024-04-18T21:46:42.936699+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:44.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:43 smithi080 bash[22189]: audit 2024-04-18T21:46:42.937790+0000 mon.a (mon.0) 930 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:46:44.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:43 smithi080 bash[22189]: audit 2024-04-18T21:46:42.938648+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:46:44.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:43 smithi080 bash[22189]: audit 2024-04-18T21:46:42.943840+0000 mon.a (mon.0) 932 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:44.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:43 smithi049 bash[21444]: cluster 2024-04-18T21:46:42.440070+0000 mgr.a (mgr.14382) 99 : cluster 0 pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:44.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:43 smithi049 bash[21444]: audit 2024-04-18T21:46:42.931863+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:44.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:43 smithi049 bash[21444]: audit 2024-04-18T21:46:42.936699+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:44.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:43 smithi049 bash[21444]: audit 2024-04-18T21:46:42.937790+0000 mon.a (mon.0) 930 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:46:44.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:43 smithi049 bash[21444]: audit 2024-04-18T21:46:42.938648+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:46:44.356 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:43 smithi049 bash[21444]: audit 2024-04-18T21:46:42.943840+0000 mon.a (mon.0) 932 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:44.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:43 smithi115 bash[22345]: cluster 2024-04-18T21:46:42.440070+0000 mgr.a (mgr.14382) 99 : cluster 0 pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:44.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:43 smithi115 bash[22345]: audit 2024-04-18T21:46:42.931863+0000 mon.a (mon.0) 928 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:44.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:43 smithi115 bash[22345]: audit 2024-04-18T21:46:42.936699+0000 mon.a (mon.0) 929 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:44.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:43 smithi115 bash[22345]: audit 2024-04-18T21:46:42.937790+0000 mon.a (mon.0) 930 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:46:44.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:43 smithi115 bash[22345]: audit 2024-04-18T21:46:42.938648+0000 mon.a (mon.0) 931 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:46:44.404 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:43 smithi115 bash[22345]: audit 2024-04-18T21:46:42.943840+0000 mon.a (mon.0) 932 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:46.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:45 smithi080 bash[22189]: cluster 2024-04-18T21:46:44.440681+0000 mgr.a (mgr.14382) 100 : cluster 0 pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:46.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:45 smithi049 bash[21444]: cluster 2024-04-18T21:46:44.440681+0000 mgr.a (mgr.14382) 100 : cluster 0 pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:46.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:45 smithi115 bash[22345]: cluster 2024-04-18T21:46:44.440681+0000 mgr.a (mgr.14382) 100 : cluster 0 pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:47.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:46:46 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:46:46] "GET /metrics HTTP/1.1" 200 21461 "" "Prometheus/2.43.0" 2024-04-18T21:46:48.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:47 smithi080 bash[22189]: cluster 2024-04-18T21:46:46.441235+0000 mgr.a (mgr.14382) 101 : cluster 0 pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:48.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:47 smithi049 bash[21444]: cluster 2024-04-18T21:46:46.441235+0000 mgr.a (mgr.14382) 101 : cluster 0 pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:48.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:47 smithi115 bash[22345]: cluster 2024-04-18T21:46:46.441235+0000 mgr.a (mgr.14382) 101 : cluster 0 pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:50.318 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:49 smithi080 bash[22189]: cluster 2024-04-18T21:46:48.441681+0000 mgr.a (mgr.14382) 102 : cluster 0 pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:50.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:49 smithi049 bash[21444]: cluster 2024-04-18T21:46:48.441681+0000 mgr.a (mgr.14382) 102 : cluster 0 pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:50.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:49 smithi115 bash[22345]: cluster 2024-04-18T21:46:48.441681+0000 mgr.a (mgr.14382) 102 : cluster 0 pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:51.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:50 smithi080 bash[22189]: cluster 2024-04-18T21:46:50.442225+0000 mgr.a (mgr.14382) 103 : cluster 0 pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:51.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:50 smithi080 bash[22189]: audit 2024-04-18T21:46:50.496293+0000 mon.a (mon.0) 933 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:51.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:50 smithi049 bash[21444]: cluster 2024-04-18T21:46:50.442225+0000 mgr.a (mgr.14382) 103 : cluster 0 pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:51.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:50 smithi049 bash[21444]: audit 2024-04-18T21:46:50.496293+0000 mon.a (mon.0) 933 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:51.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:50 smithi115 bash[22345]: cluster 2024-04-18T21:46:50.442225+0000 mgr.a (mgr.14382) 103 : cluster 0 pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:51.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:50 smithi115 bash[22345]: audit 2024-04-18T21:46:50.496293+0000 mon.a (mon.0) 933 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:46:53.591 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:53 smithi049 bash[21444]: cluster 2024-04-18T21:46:52.442604+0000 mgr.a (mgr.14382) 104 : cluster 0 pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:53.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:53 smithi080 bash[22189]: cluster 2024-04-18T21:46:52.442604+0000 mgr.a (mgr.14382) 104 : cluster 0 pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:53.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:53 smithi115 bash[22345]: cluster 2024-04-18T21:46:52.442604+0000 mgr.a (mgr.14382) 104 : cluster 0 pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:55.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:55 smithi080 bash[22189]: cluster 2024-04-18T21:46:54.442985+0000 mgr.a (mgr.14382) 105 : cluster 0 pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:55.857 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:55 smithi049 bash[21444]: cluster 2024-04-18T21:46:54.442985+0000 mgr.a (mgr.14382) 105 : cluster 0 pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:55.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:55 smithi115 bash[22345]: cluster 2024-04-18T21:46:54.442985+0000 mgr.a (mgr.14382) 105 : cluster 0 pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:57.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:46:56 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:46:56] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-04-18T21:46:57.653 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:57 smithi115 bash[22345]: audit 2024-04-18T21:46:56.400370+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:57.653 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:57 smithi115 bash[22345]: audit 2024-04-18T21:46:56.410181+0000 mon.a (mon.0) 935 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:57.653 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:57 smithi115 bash[22345]: audit 2024-04-18T21:46:56.420593+0000 mon.a (mon.0) 936 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:57.653 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:57 smithi115 bash[22345]: cluster 2024-04-18T21:46:56.443499+0000 mgr.a (mgr.14382) 106 : cluster 0 pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:57.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:57 smithi080 bash[22189]: audit 2024-04-18T21:46:56.400370+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:57.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:57 smithi080 bash[22189]: audit 2024-04-18T21:46:56.410181+0000 mon.a (mon.0) 935 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:57.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:57 smithi080 bash[22189]: audit 2024-04-18T21:46:56.420593+0000 mon.a (mon.0) 936 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:57.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:57 smithi080 bash[22189]: cluster 2024-04-18T21:46:56.443499+0000 mgr.a (mgr.14382) 106 : cluster 0 pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:57.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:57 smithi049 bash[21444]: audit 2024-04-18T21:46:56.400370+0000 mon.a (mon.0) 934 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:57.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:57 smithi049 bash[21444]: audit 2024-04-18T21:46:56.410181+0000 mon.a (mon.0) 935 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:57.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:57 smithi049 bash[21444]: audit 2024-04-18T21:46:56.420593+0000 mon.a (mon.0) 936 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:57.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:57 smithi049 bash[21444]: cluster 2024-04-18T21:46:56.443499+0000 mgr.a (mgr.14382) 106 : cluster 0 pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:59.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:59 smithi080 bash[22189]: cluster 2024-04-18T21:46:58.444014+0000 mgr.a (mgr.14382) 107 : cluster 0 pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:59.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:59 smithi080 bash[22189]: audit 2024-04-18T21:46:59.327516+0000 mon.a (mon.0) 937 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:59.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:59 smithi080 bash[22189]: audit 2024-04-18T21:46:59.337260+0000 mon.a (mon.0) 938 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:59.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:46:59 smithi080 bash[22189]: audit 2024-04-18T21:46:59.347764+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:59.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:59 smithi049 bash[21444]: cluster 2024-04-18T21:46:58.444014+0000 mgr.a (mgr.14382) 107 : cluster 0 pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:59.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:59 smithi049 bash[21444]: audit 2024-04-18T21:46:59.327516+0000 mon.a (mon.0) 937 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:59.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:59 smithi049 bash[21444]: audit 2024-04-18T21:46:59.337260+0000 mon.a (mon.0) 938 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:59.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:46:59 smithi049 bash[21444]: audit 2024-04-18T21:46:59.347764+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:59.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:59 smithi115 bash[22345]: cluster 2024-04-18T21:46:58.444014+0000 mgr.a (mgr.14382) 107 : cluster 0 pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:46:59.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:59 smithi115 bash[22345]: audit 2024-04-18T21:46:59.327516+0000 mon.a (mon.0) 937 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:59.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:59 smithi115 bash[22345]: audit 2024-04-18T21:46:59.337260+0000 mon.a (mon.0) 938 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:46:59.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:46:59 smithi115 bash[22345]: audit 2024-04-18T21:46:59.347764+0000 mon.a (mon.0) 939 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:01.804 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:01 smithi115 bash[22345]: cluster 2024-04-18T21:47:00.444532+0000 mgr.a (mgr.14382) 108 : cluster 0 pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:01.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:01 smithi080 bash[22189]: cluster 2024-04-18T21:47:00.444532+0000 mgr.a (mgr.14382) 108 : cluster 0 pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:01.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:01 smithi049 bash[21444]: cluster 2024-04-18T21:47:00.444532+0000 mgr.a (mgr.14382) 108 : cluster 0 pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:03.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:02 smithi080 bash[22189]: audit 2024-04-18T21:47:01.940602+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:03.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:02 smithi080 bash[22189]: audit 2024-04-18T21:47:01.949915+0000 mon.a (mon.0) 941 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:03.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:02 smithi080 bash[22189]: audit 2024-04-18T21:47:01.960362+0000 mon.a (mon.0) 942 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:03.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:02 smithi049 bash[21444]: audit 2024-04-18T21:47:01.940602+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:03.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:02 smithi049 bash[21444]: audit 2024-04-18T21:47:01.949915+0000 mon.a (mon.0) 941 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:03.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:02 smithi049 bash[21444]: audit 2024-04-18T21:47:01.960362+0000 mon.a (mon.0) 942 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:03.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:02 smithi115 bash[22345]: audit 2024-04-18T21:47:01.940602+0000 mon.a (mon.0) 940 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:03.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:02 smithi115 bash[22345]: audit 2024-04-18T21:47:01.949915+0000 mon.a (mon.0) 941 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:03.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:02 smithi115 bash[22345]: audit 2024-04-18T21:47:01.960362+0000 mon.a (mon.0) 942 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:04.153 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:03 smithi115 bash[22345]: cluster 2024-04-18T21:47:02.445113+0000 mgr.a (mgr.14382) 109 : cluster 0 pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:04.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:03 smithi080 bash[22189]: cluster 2024-04-18T21:47:02.445113+0000 mgr.a (mgr.14382) 109 : cluster 0 pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:04.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:03 smithi049 bash[21444]: cluster 2024-04-18T21:47:02.445113+0000 mgr.a (mgr.14382) 109 : cluster 0 pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:06.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:05 smithi080 bash[22189]: cluster 2024-04-18T21:47:04.445593+0000 mgr.a (mgr.14382) 110 : cluster 0 pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:06.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:05 smithi080 bash[22189]: audit 2024-04-18T21:47:05.496783+0000 mon.a (mon.0) 943 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:47:06.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:05 smithi049 bash[21444]: cluster 2024-04-18T21:47:04.445593+0000 mgr.a (mgr.14382) 110 : cluster 0 pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:06.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:05 smithi049 bash[21444]: audit 2024-04-18T21:47:05.496783+0000 mon.a (mon.0) 943 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:47:06.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:05 smithi115 bash[22345]: cluster 2024-04-18T21:47:04.445593+0000 mgr.a (mgr.14382) 110 : cluster 0 pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:06.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:05 smithi115 bash[22345]: audit 2024-04-18T21:47:05.496783+0000 mon.a (mon.0) 943 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:47:07.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:06 smithi049 bash[21444]: cluster 2024-04-18T21:47:06.446181+0000 mgr.a (mgr.14382) 111 : cluster 0 pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:07.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:47:06 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:47:06] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-04-18T21:47:07.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:06 smithi080 bash[22189]: cluster 2024-04-18T21:47:06.446181+0000 mgr.a (mgr.14382) 111 : cluster 0 pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:07.403 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:06 smithi115 bash[22345]: cluster 2024-04-18T21:47:06.446181+0000 mgr.a (mgr.14382) 111 : cluster 0 pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:09.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:09 smithi080 bash[22189]: cluster 2024-04-18T21:47:08.446715+0000 mgr.a (mgr.14382) 112 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:09.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:09 smithi049 bash[21444]: cluster 2024-04-18T21:47:08.446715+0000 mgr.a (mgr.14382) 112 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:09.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:09 smithi115 bash[22345]: cluster 2024-04-18T21:47:08.446715+0000 mgr.a (mgr.14382) 112 : cluster 0 pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:11.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:11 smithi080 bash[22189]: cluster 2024-04-18T21:47:10.447247+0000 mgr.a (mgr.14382) 113 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:11.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:11 smithi049 bash[21444]: cluster 2024-04-18T21:47:10.447247+0000 mgr.a (mgr.14382) 113 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:11.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:11 smithi115 bash[22345]: cluster 2024-04-18T21:47:10.447247+0000 mgr.a (mgr.14382) 113 : cluster 0 pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:13.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:13 smithi080 bash[22189]: cluster 2024-04-18T21:47:12.447924+0000 mgr.a (mgr.14382) 114 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:13.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:13 smithi049 bash[21444]: cluster 2024-04-18T21:47:12.447924+0000 mgr.a (mgr.14382) 114 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:13.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:13 smithi115 bash[22345]: cluster 2024-04-18T21:47:12.447924+0000 mgr.a (mgr.14382) 114 : cluster 0 pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:15.784 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:15 smithi049 bash[21444]: cluster 2024-04-18T21:47:14.448421+0000 mgr.a (mgr.14382) 115 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:15.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:15 smithi080 bash[22189]: cluster 2024-04-18T21:47:14.448421+0000 mgr.a (mgr.14382) 115 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:15.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:15 smithi115 bash[22345]: cluster 2024-04-18T21:47:14.448421+0000 mgr.a (mgr.14382) 115 : cluster 0 pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:17.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:47:16 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:47:16] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-04-18T21:47:17.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:17 smithi080 bash[22189]: cluster 2024-04-18T21:47:16.448790+0000 mgr.a (mgr.14382) 116 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:17.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:17 smithi080 bash[22189]: audit 2024-04-18T21:47:16.546458+0000 mon.a (mon.0) 944 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:17.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:17 smithi080 bash[22189]: audit 2024-04-18T21:47:16.552785+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:17.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:17 smithi080 bash[22189]: audit 2024-04-18T21:47:16.559406+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:17.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:17 smithi049 bash[21444]: cluster 2024-04-18T21:47:16.448790+0000 mgr.a (mgr.14382) 116 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:17.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:17 smithi049 bash[21444]: audit 2024-04-18T21:47:16.546458+0000 mon.a (mon.0) 944 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:17.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:17 smithi049 bash[21444]: audit 2024-04-18T21:47:16.552785+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:17.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:17 smithi049 bash[21444]: audit 2024-04-18T21:47:16.559406+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:17.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:17 smithi115 bash[22345]: cluster 2024-04-18T21:47:16.448790+0000 mgr.a (mgr.14382) 116 : cluster 0 pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:17.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:17 smithi115 bash[22345]: audit 2024-04-18T21:47:16.546458+0000 mon.a (mon.0) 944 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:17.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:17 smithi115 bash[22345]: audit 2024-04-18T21:47:16.552785+0000 mon.a (mon.0) 945 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:17.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:17 smithi115 bash[22345]: audit 2024-04-18T21:47:16.559406+0000 mon.a (mon.0) 946 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:18.788 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch ls 2024-04-18T21:47:19.147 INFO:teuthology.orchestra.run.smithi049.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-04-18T21:47:19.147 INFO:teuthology.orchestra.run.smithi049.stdout:agent 3/3 19s ago 2m * 2024-04-18T21:47:19.147 INFO:teuthology.orchestra.run.smithi049.stdout:alertmanager ?:9093,9094 1/1 17s ago 4m count:1 2024-04-18T21:47:19.147 INFO:teuthology.orchestra.run.smithi049.stdout:grafana ?:3000 1/1 2s ago 4m count:1 2024-04-18T21:47:19.147 INFO:teuthology.orchestra.run.smithi049.stdout:mgr 2/2 19s ago 8m smithi049=a;smithi080=b;count:2 2024-04-18T21:47:19.147 INFO:teuthology.orchestra.run.smithi049.stdout:mon 3/3 19s ago 9m smithi049:172.21.15.49=a;smithi080:172.21.15.80=b;smithi115:172.21.15.115=c;count:3 2024-04-18T21:47:19.148 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter ?:9100 3/3 19s ago 4m * 2024-04-18T21:47:19.148 INFO:teuthology.orchestra.run.smithi049.stdout:osd 3 19s ago - 2024-04-18T21:47:19.148 INFO:teuthology.orchestra.run.smithi049.stdout:prometheus ?:9095 1/1 19s ago 4m count:1 2024-04-18T21:47:19.160 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch ps 2024-04-18T21:47:19.524 INFO:teuthology.orchestra.run.smithi049.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-04-18T21:47:19.524 INFO:teuthology.orchestra.run.smithi049.stdout:agent.smithi049 smithi049 running 2s ago 10m - - 2024-04-18T21:47:19.524 INFO:teuthology.orchestra.run.smithi049.stdout:agent.smithi080 smithi080 running 0s ago 9m - - 2024-04-18T21:47:19.524 INFO:teuthology.orchestra.run.smithi049.stdout:agent.smithi115 smithi115 running 17s ago 9m - - 2024-04-18T21:47:19.524 INFO:teuthology.orchestra.run.smithi049.stdout:alertmanager.smithi115 smithi115 *:9093,9094 running (2m) 17s ago 3m 14.0M - 0.25.0 c8568f914cd2 5d6240869aa3 2024-04-18T21:47:19.524 INFO:teuthology.orchestra.run.smithi049.stdout:grafana.smithi049 smithi049 *:3000 running (2m) 2s ago 3m 73.9M - 9.4.12 2bacad6d85d8 9663ddad1594 2024-04-18T21:47:19.524 INFO:teuthology.orchestra.run.smithi049.stdout:mgr.a smithi049 *:9283,8765 running (11m) 2s ago 11m 495M - 19.0.0-2369-g1a6a3e74 adc0eab240f3 74701cdae7b9 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:mgr.b smithi080 *:8443,8765 running (8m) 0s ago 8m 437M - 19.0.0-2369-g1a6a3e74 adc0eab240f3 2717651f8b7c 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:mon.a smithi049 running (11m) 2s ago 11m 44.1M 2048M 19.0.0-2369-g1a6a3e74 adc0eab240f3 8775d75ea1ff 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:mon.b smithi080 running (9m) 0s ago 9m 35.4M 2048M 19.0.0-2369-g1a6a3e74 adc0eab240f3 03da85022a23 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:mon.c smithi115 running (9m) 17s ago 9m 37.4M 2048M 19.0.0-2369-g1a6a3e74 adc0eab240f3 825e1b144209 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi049 smithi049 *:9100 running (3m) 2s ago 4m 8267k - 1.5.0 0da6a335fe13 c97651102e8e 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi080 smithi080 *:9100 running (3m) 0s ago 3m 8328k - 1.5.0 0da6a335fe13 6b106a8b1a3b 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:node-exporter.smithi115 smithi115 *:9100 running (3m) 17s ago 3m 8500k - 1.5.0 0da6a335fe13 8abe224d7297 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:osd.0 smithi049 running (7m) 2s ago 7m 37.6M 4096M 19.0.0-2369-g1a6a3e74 adc0eab240f3 8390c3d05327 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:osd.1 smithi080 running (6m) 0s ago 6m 38.2M 4096M 19.0.0-2369-g1a6a3e74 adc0eab240f3 78d24315392c 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:osd.2 smithi115 running (5m) 17s ago 6m 46.0M 4096M 19.0.0-2369-g1a6a3e74 adc0eab240f3 46bf6c57a221 2024-04-18T21:47:19.525 INFO:teuthology.orchestra.run.smithi049.stdout:prometheus.smithi080 smithi080 *:9095 running (3m) 0s ago 3m 41.6M - 2.43.0 a07b618ecd1d 5cdaf0e5c8b3 2024-04-18T21:47:19.537 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch host ls 2024-04-18T21:47:19.786 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:19 smithi080 bash[22189]: cluster 2024-04-18T21:47:18.449400+0000 mgr.a (mgr.14382) 117 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:19.786 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:19 smithi080 bash[22189]: audit 2024-04-18T21:47:19.490575+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:19.786 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:19 smithi080 bash[22189]: audit 2024-04-18T21:47:19.499459+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:19.787 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:19 smithi080 bash[22189]: audit 2024-04-18T21:47:19.509313+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:19.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:19 smithi049 bash[21444]: cluster 2024-04-18T21:47:18.449400+0000 mgr.a (mgr.14382) 117 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:19.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:19 smithi049 bash[21444]: audit 2024-04-18T21:47:19.490575+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:19.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:19 smithi049 bash[21444]: audit 2024-04-18T21:47:19.499459+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:19.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:19 smithi049 bash[21444]: audit 2024-04-18T21:47:19.509313+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:19.863 INFO:teuthology.orchestra.run.smithi049.stdout:HOST ADDR LABELS STATUS 2024-04-18T21:47:19.863 INFO:teuthology.orchestra.run.smithi049.stdout:smithi049 172.21.15.49 2024-04-18T21:47:19.863 INFO:teuthology.orchestra.run.smithi049.stdout:smithi080 172.21.15.80 2024-04-18T21:47:19.863 INFO:teuthology.orchestra.run.smithi049.stdout:smithi115 172.21.15.115 2024-04-18T21:47:19.863 INFO:teuthology.orchestra.run.smithi049.stdout:3 hosts in cluster 2024-04-18T21:47:19.877 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch ps --daemon-type mon -f json 2024-04-18T21:47:19.877 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r 'last | .daemon_name' 2024-04-18T21:47:19.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:19 smithi115 bash[22345]: cluster 2024-04-18T21:47:18.449400+0000 mgr.a (mgr.14382) 117 : cluster 0 pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:19.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:19 smithi115 bash[22345]: audit 2024-04-18T21:47:19.490575+0000 mon.a (mon.0) 947 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:19.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:19 smithi115 bash[22345]: audit 2024-04-18T21:47:19.499459+0000 mon.a (mon.0) 948 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:19.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:19 smithi115 bash[22345]: audit 2024-04-18T21:47:19.509313+0000 mon.a (mon.0) 949 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:20.245 INFO:teuthology.orchestra.run.smithi049.stderr:+ MON_DAEMON=mon.c 2024-04-18T21:47:20.246 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-04-18T21:47:20.246 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -e '.[]' 2024-04-18T21:47:20.246 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r .hostname 2024-04-18T21:47:20.617 INFO:teuthology.orchestra.run.smithi049.stderr:+ GRAFANA_HOST=smithi049 2024-04-18T21:47:20.617 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-04-18T21:47:20.617 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -e '.[]' 2024-04-18T21:47:20.617 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r .hostname 2024-04-18T21:47:20.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:20 smithi080 bash[22189]: audit 2024-04-18T21:47:19.148042+0000 mgr.a (mgr.14382) 118 : audit 0 from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:20.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:20 smithi080 bash[22189]: audit 2024-04-18T21:47:19.513017+0000 mgr.a (mgr.14382) 119 : audit 0 from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:20.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:20 smithi080 bash[22189]: audit 2024-04-18T21:47:19.867623+0000 mgr.a (mgr.14382) 120 : audit 0 from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:20.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:20 smithi080 bash[22189]: audit 2024-04-18T21:47:20.496985+0000 mon.a (mon.0) 950 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:47:20.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:20 smithi049 bash[21444]: audit 2024-04-18T21:47:19.148042+0000 mgr.a (mgr.14382) 118 : audit 0 from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:20.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:20 smithi049 bash[21444]: audit 2024-04-18T21:47:19.513017+0000 mgr.a (mgr.14382) 119 : audit 0 from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:20.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:20 smithi049 bash[21444]: audit 2024-04-18T21:47:19.867623+0000 mgr.a (mgr.14382) 120 : audit 0 from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:20.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:20 smithi049 bash[21444]: audit 2024-04-18T21:47:20.496985+0000 mon.a (mon.0) 950 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:47:20.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:20 smithi115 bash[22345]: audit 2024-04-18T21:47:19.148042+0000 mgr.a (mgr.14382) 118 : audit 0 from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:20.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:20 smithi115 bash[22345]: audit 2024-04-18T21:47:19.513017+0000 mgr.a (mgr.14382) 119 : audit 0 from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:20.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:20 smithi115 bash[22345]: audit 2024-04-18T21:47:19.867623+0000 mgr.a (mgr.14382) 120 : audit 0 from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:20.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:20 smithi115 bash[22345]: audit 2024-04-18T21:47:20.496985+0000 mon.a (mon.0) 950 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:47:20.981 INFO:teuthology.orchestra.run.smithi049.stderr:+ PROM_HOST=smithi080 2024-04-18T21:47:20.982 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-04-18T21:47:20.982 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -e '.[]' 2024-04-18T21:47:20.982 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r .hostname 2024-04-18T21:47:21.358 INFO:teuthology.orchestra.run.smithi049.stderr:+ ALERTM_HOST=smithi115 2024-04-18T21:47:21.382 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch host ls -f json 2024-04-18T21:47:21.383 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r --arg GRAFANA_HOST smithi049 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-04-18T21:47:21.653 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:21 smithi115 bash[22345]: audit 2024-04-18T21:47:20.230882+0000 mgr.a (mgr.14382) 121 : audit 0 from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:21.653 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:21 smithi115 bash[22345]: cluster 2024-04-18T21:47:20.449937+0000 mgr.a (mgr.14382) 122 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:21.654 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:21 smithi115 bash[22345]: audit 2024-04-18T21:47:20.599756+0000 mgr.a (mgr.14382) 123 : audit 0 from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:21.714 INFO:teuthology.orchestra.run.smithi049.stderr:+ GRAFANA_IP=172.21.15.49 2024-04-18T21:47:21.714 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch host ls -f json 2024-04-18T21:47:21.714 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r --arg PROM_HOST smithi080 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-04-18T21:47:21.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:21 smithi080 bash[22189]: audit 2024-04-18T21:47:20.230882+0000 mgr.a (mgr.14382) 121 : audit 0 from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:21.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:21 smithi080 bash[22189]: cluster 2024-04-18T21:47:20.449937+0000 mgr.a (mgr.14382) 122 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:21.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:21 smithi080 bash[22189]: audit 2024-04-18T21:47:20.599756+0000 mgr.a (mgr.14382) 123 : audit 0 from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:21.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:21 smithi049 bash[21444]: audit 2024-04-18T21:47:20.230882+0000 mgr.a (mgr.14382) 121 : audit 0 from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:21.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:21 smithi049 bash[21444]: cluster 2024-04-18T21:47:20.449937+0000 mgr.a (mgr.14382) 122 : cluster 0 pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:21.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:21 smithi049 bash[21444]: audit 2024-04-18T21:47:20.599756+0000 mgr.a (mgr.14382) 123 : audit 0 from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:22.068 INFO:teuthology.orchestra.run.smithi049.stderr:+ PROM_IP=172.21.15.80 2024-04-18T21:47:22.068 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch host ls -f json 2024-04-18T21:47:22.068 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r --arg ALERTM_HOST smithi115 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-04-18T21:47:22.413 INFO:teuthology.orchestra.run.smithi049.stderr:+ ALERTM_IP=172.21.15.115 2024-04-18T21:47:22.413 INFO:teuthology.orchestra.run.smithi049.stderr:++ ceph orch host ls -f json 2024-04-18T21:47:22.413 INFO:teuthology.orchestra.run.smithi049.stderr:++ jq -r '.[] | .addr' 2024-04-18T21:47:22.751 INFO:teuthology.orchestra.run.smithi049.stderr:+ ALL_HOST_IPS='172.21.15.49 2024-04-18T21:47:22.751 INFO:teuthology.orchestra.run.smithi049.stderr:172.21.15.80 2024-04-18T21:47:22.751 INFO:teuthology.orchestra.run.smithi049.stderr:172.21.15.115' 2024-04-18T21:47:22.751 INFO:teuthology.orchestra.run.smithi049.stderr:+ for ip in $ALL_HOST_IPS 2024-04-18T21:47:22.751 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.49:9100/metric 2024-04-18T21:47:22.755 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:47:22.755 INFO:teuthology.orchestra.run.smithi049.stdout: Node Exporter 2024-04-18T21:47:22.755 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:47:22.755 INFO:teuthology.orchestra.run.smithi049.stdout:

Node Exporter

2024-04-18T21:47:22.755 INFO:teuthology.orchestra.run.smithi049.stdout:

Metrics

2024-04-18T21:47:22.756 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:47:22.756 INFO:teuthology.orchestra.run.smithi049.stderr:+ for ip in $ALL_HOST_IPS 2024-04-18T21:47:22.756 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.80:9100/metric 2024-04-18T21:47:22.759 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:47:22.759 INFO:teuthology.orchestra.run.smithi049.stdout: Node Exporter 2024-04-18T21:47:22.759 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:47:22.759 INFO:teuthology.orchestra.run.smithi049.stdout:

Node Exporter

2024-04-18T21:47:22.759 INFO:teuthology.orchestra.run.smithi049.stdout:

Metrics

2024-04-18T21:47:22.759 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:47:22.759 INFO:teuthology.orchestra.run.smithi049.stderr:+ for ip in $ALL_HOST_IPS 2024-04-18T21:47:22.759 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.115:9100/metric 2024-04-18T21:47:22.763 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:47:22.764 INFO:teuthology.orchestra.run.smithi049.stdout: Node Exporter 2024-04-18T21:47:22.764 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:47:22.764 INFO:teuthology.orchestra.run.smithi049.stdout:

Node Exporter

2024-04-18T21:47:22.764 INFO:teuthology.orchestra.run.smithi049.stdout:

Metrics

2024-04-18T21:47:22.764 INFO:teuthology.orchestra.run.smithi049.stdout: 2024-04-18T21:47:22.764 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -k -s https://172.21.15.49:3000/api/health 2024-04-18T21:47:22.780 INFO:teuthology.orchestra.run.smithi049.stdout: { 2024-04-18T21:47:22.780 INFO:teuthology.orchestra.run.smithi049.stdout: "commit": "37ee25ba46", 2024-04-18T21:47:22.780 INFO:teuthology.orchestra.run.smithi049.stdout: "database": "ok", 2024-04-18T21:47:22.780 INFO:teuthology.orchestra.run.smithi049.stdout: "version": "9.4.12" 2024-04-18T21:47:22.781 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -k -s https://172.21.15.49:3000/api/health 2024-04-18T21:47:22.781 INFO:teuthology.orchestra.run.smithi049.stderr:+ jq -e '.database == "ok"' 2024-04-18T21:47:22.798 INFO:teuthology.orchestra.run.smithi049.stdout:}true 2024-04-18T21:47:22.798 INFO:teuthology.orchestra.run.smithi049.stderr:+ ceph orch daemon stop mon.c 2024-04-18T21:47:22.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:22 smithi080 bash[22189]: audit 2024-04-18T21:47:20.969697+0000 mgr.a (mgr.14382) 124 : audit 0 from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:22.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:22 smithi080 bash[22189]: audit 2024-04-18T21:47:21.339250+0000 mgr.a (mgr.14382) 125 : audit 0 from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:22.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:22 smithi080 bash[22189]: audit 2024-04-18T21:47:21.704587+0000 mgr.a (mgr.14382) 126 : audit 0 from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:22.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:22 smithi080 bash[22189]: audit 2024-04-18T21:47:22.160467+0000 mon.a (mon.0) 951 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:22.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:22 smithi080 bash[22189]: audit 2024-04-18T21:47:22.167899+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:22.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:22 smithi080 bash[22189]: audit 2024-04-18T21:47:22.174649+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:22.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:22 smithi049 bash[21444]: audit 2024-04-18T21:47:20.969697+0000 mgr.a (mgr.14382) 124 : audit 0 from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:22.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:22 smithi049 bash[21444]: audit 2024-04-18T21:47:21.339250+0000 mgr.a (mgr.14382) 125 : audit 0 from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:22.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:22 smithi049 bash[21444]: audit 2024-04-18T21:47:21.704587+0000 mgr.a (mgr.14382) 126 : audit 0 from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:22.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:22 smithi049 bash[21444]: audit 2024-04-18T21:47:22.160467+0000 mon.a (mon.0) 951 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:22.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:22 smithi049 bash[21444]: audit 2024-04-18T21:47:22.167899+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:22.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:22 smithi049 bash[21444]: audit 2024-04-18T21:47:22.174649+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:22.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:22 smithi115 bash[22345]: audit 2024-04-18T21:47:20.969697+0000 mgr.a (mgr.14382) 124 : audit 0 from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:22.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:22 smithi115 bash[22345]: audit 2024-04-18T21:47:21.339250+0000 mgr.a (mgr.14382) 125 : audit 0 from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:22.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:22 smithi115 bash[22345]: audit 2024-04-18T21:47:21.704587+0000 mgr.a (mgr.14382) 126 : audit 0 from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:22.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:22 smithi115 bash[22345]: audit 2024-04-18T21:47:22.160467+0000 mon.a (mon.0) 951 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:22.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:22 smithi115 bash[22345]: audit 2024-04-18T21:47:22.167899+0000 mon.a (mon.0) 952 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:22.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:22 smithi115 bash[22345]: audit 2024-04-18T21:47:22.174649+0000 mon.a (mon.0) 953 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:23.167 INFO:teuthology.orchestra.run.smithi049.stdout:Scheduled to stop mon.c on host 'smithi115' 2024-04-18T21:47:23.181 INFO:teuthology.orchestra.run.smithi049.stderr:+ sleep 120 2024-04-18T21:47:23.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:23 smithi080 bash[22189]: audit 2024-04-18T21:47:22.058951+0000 mgr.a (mgr.14382) 127 : audit 0 from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:23.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:23 smithi080 bash[22189]: audit 2024-04-18T21:47:22.404481+0000 mgr.a (mgr.14382) 128 : audit 0 from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:23.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:23 smithi080 bash[22189]: cluster 2024-04-18T21:47:22.450419+0000 mgr.a (mgr.14382) 129 : cluster 0 pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:23.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:23 smithi080 bash[22189]: audit 2024-04-18T21:47:22.743074+0000 mgr.a (mgr.14382) 130 : audit 0 from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:23.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:23 smithi080 bash[22189]: audit 2024-04-18T21:47:23.167514+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:23.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:23 smithi080 bash[22189]: audit 2024-04-18T21:47:23.172772+0000 mon.a (mon.0) 955 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:23.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:23 smithi080 bash[22189]: audit 2024-04-18T21:47:23.192403+0000 mon.a (mon.0) 956 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:47:23.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:23 smithi080 bash[22189]: audit 2024-04-18T21:47:23.195308+0000 mon.a (mon.0) 957 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:47:23.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:23 smithi080 bash[22189]: audit 2024-04-18T21:47:23.196080+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:47:23.818 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:23 smithi080 bash[22189]: audit 2024-04-18T21:47:23.201098+0000 mon.a (mon.0) 959 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:23 smithi049 bash[21444]: audit 2024-04-18T21:47:22.058951+0000 mgr.a (mgr.14382) 127 : audit 0 from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:23 smithi049 bash[21444]: audit 2024-04-18T21:47:22.404481+0000 mgr.a (mgr.14382) 128 : audit 0 from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:23 smithi049 bash[21444]: cluster 2024-04-18T21:47:22.450419+0000 mgr.a (mgr.14382) 129 : cluster 0 pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:23 smithi049 bash[21444]: audit 2024-04-18T21:47:22.743074+0000 mgr.a (mgr.14382) 130 : audit 0 from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:23 smithi049 bash[21444]: audit 2024-04-18T21:47:23.167514+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:23 smithi049 bash[21444]: audit 2024-04-18T21:47:23.172772+0000 mon.a (mon.0) 955 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:23 smithi049 bash[21444]: audit 2024-04-18T21:47:23.192403+0000 mon.a (mon.0) 956 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:47:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:23 smithi049 bash[21444]: audit 2024-04-18T21:47:23.195308+0000 mon.a (mon.0) 957 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:47:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:23 smithi049 bash[21444]: audit 2024-04-18T21:47:23.196080+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:47:23.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:23 smithi049 bash[21444]: audit 2024-04-18T21:47:23.201098+0000 mon.a (mon.0) 959 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:23.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:23 smithi115 bash[22345]: audit 2024-04-18T21:47:22.058951+0000 mgr.a (mgr.14382) 127 : audit 0 from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:23.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:23 smithi115 bash[22345]: audit 2024-04-18T21:47:22.404481+0000 mgr.a (mgr.14382) 128 : audit 0 from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:23.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:23 smithi115 bash[22345]: cluster 2024-04-18T21:47:22.450419+0000 mgr.a (mgr.14382) 129 : cluster 0 pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:23.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:23 smithi115 bash[22345]: audit 2024-04-18T21:47:22.743074+0000 mgr.a (mgr.14382) 130 : audit 0 from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-18T21:47:23.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:23 smithi115 bash[22345]: audit 2024-04-18T21:47:23.167514+0000 mon.a (mon.0) 954 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:23.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:23 smithi115 bash[22345]: audit 2024-04-18T21:47:23.172772+0000 mon.a (mon.0) 955 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:23.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:23 smithi115 bash[22345]: audit 2024-04-18T21:47:23.192403+0000 mon.a (mon.0) 956 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:47:23.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:23 smithi115 bash[22345]: audit 2024-04-18T21:47:23.195308+0000 mon.a (mon.0) 957 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:47:23.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:23 smithi115 bash[22345]: audit 2024-04-18T21:47:23.196080+0000 mon.a (mon.0) 958 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:47:23.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:23 smithi115 bash[22345]: audit 2024-04-18T21:47:23.201098+0000 mon.a (mon.0) 959 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:24.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:24 smithi080 bash[22189]: audit 2024-04-18T21:47:23.160577+0000 mgr.a (mgr.14382) 131 : audit 0 from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:24.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:24 smithi080 bash[22189]: cephadm 2024-04-18T21:47:23.161178+0000 mgr.a (mgr.14382) 132 : cephadm 1 Schedule stop daemon mon.c 2024-04-18T21:47:24.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:24 smithi049 bash[21444]: audit 2024-04-18T21:47:23.160577+0000 mgr.a (mgr.14382) 131 : audit 0 from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:24.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:24 smithi049 bash[21444]: cephadm 2024-04-18T21:47:23.161178+0000 mgr.a (mgr.14382) 132 : cephadm 1 Schedule stop daemon mon.c 2024-04-18T21:47:24.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:24 smithi115 bash[22345]: audit 2024-04-18T21:47:23.160577+0000 mgr.a (mgr.14382) 131 : audit 0 from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-18T21:47:24.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:24 smithi115 bash[22345]: cephadm 2024-04-18T21:47:23.161178+0000 mgr.a (mgr.14382) 132 : cephadm 1 Schedule stop daemon mon.c 2024-04-18T21:47:25.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:25 smithi080 bash[22189]: cluster 2024-04-18T21:47:24.450895+0000 mgr.a (mgr.14382) 133 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:25.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:25 smithi049 bash[21444]: cluster 2024-04-18T21:47:24.450895+0000 mgr.a (mgr.14382) 133 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:25.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:25 smithi115 bash[22345]: cluster 2024-04-18T21:47:24.450895+0000 mgr.a (mgr.14382) 133 : cluster 0 pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:27.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:47:26 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:47:26] "GET /metrics HTTP/1.1" 200 21457 "" "Prometheus/2.43.0" 2024-04-18T21:47:27.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:27 smithi049 bash[21444]: cluster 2024-04-18T21:47:26.451454+0000 mgr.a (mgr.14382) 134 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:27.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:27 smithi115 bash[22345]: cluster 2024-04-18T21:47:26.451454+0000 mgr.a (mgr.14382) 134 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:28.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:27 smithi080 bash[22189]: cluster 2024-04-18T21:47:26.451454+0000 mgr.a (mgr.14382) 134 : cluster 0 pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:29.066 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:28 smithi115 systemd[1]: Stopping Ceph mon.c for 67f5eea4-fdcb-11ee-bc92-c7b262605968... 2024-04-18T21:47:29.066 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:28 smithi115 bash[22345]: debug 2024-04-18T21:47:28.856+0000 7f68967ac700 -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-04-18T21:47:29.066 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:28 smithi115 bash[22345]: debug 2024-04-18T21:47:28.856+0000 7f68967ac700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-18T21:47:29.903 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:29 smithi115 bash[35036]: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968-mon-c 2024-04-18T21:47:29.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:29 smithi115 bash[35095]: Error response from daemon: No such container: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968-mon-c 2024-04-18T21:47:29.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:29 smithi115 systemd[1]: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.c.service: Deactivated successfully. 2024-04-18T21:47:29.904 INFO:journalctl@ceph.mon.c.smithi115.stdout:Apr 18 21:47:29 smithi115 systemd[1]: Stopped Ceph mon.c for 67f5eea4-fdcb-11ee-bc92-c7b262605968. 2024-04-18T21:47:37.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:47:36 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:47:36] "GET /metrics HTTP/1.1" 200 21457 "" "Prometheus/2.43.0" 2024-04-18T21:47:44.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:43 smithi080 bash[22189]: cluster 2024-04-18T21:47:28.451957+0000 mgr.a (mgr.14382) 135 : cluster 0 pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:44.104 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:43 smithi049 bash[21444]: cluster 2024-04-18T21:47:28.451957+0000 mgr.a (mgr.14382) 135 : cluster 0 pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:30.452442+0000 mgr.a (mgr.14382) 136 : cluster 0 pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:32.452933+0000 mgr.a (mgr.14382) 137 : cluster 0 pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:34.453291+0000 mgr.a (mgr.14382) 138 : cluster 0 pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:35.497644+0000 mon.a (mon.0) 960 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:36.453782+0000 mgr.a (mgr.14382) 139 : cluster 0 pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:38.454310+0000 mgr.a (mgr.14382) 140 : cluster 0 pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:38.583401+0000 mon.b (mon.2) 16 : cluster 1 mon.b calling monitor election 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:38.586642+0000 mon.a (mon.0) 961 : cluster 1 mon.a calling monitor election 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:40.454810+0000 mgr.a (mgr.14382) 141 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:42.455348+0000 mgr.a (mgr.14382) 142 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.607525+0000 mon.a (mon.0) 962 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-18T21:47:45.068 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.618972+0000 mon.a (mon.0) 963 : cluster 0 monmap epoch 3 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.619032+0000 mon.a (mon.0) 964 : cluster 0 fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.619078+0000 mon.a (mon.0) 965 : cluster 0 last_changed 2024-04-18T21:38:22.366531+0000 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.619118+0000 mon.a (mon.0) 966 : cluster 0 created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.619163+0000 mon.a (mon.0) 967 : cluster 0 min_mon_release 19 (squid) 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.619261+0000 mon.a (mon.0) 968 : cluster 0 election_strategy: 1 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.619302+0000 mon.a (mon.0) 969 : cluster 0 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.619347+0000 mon.a (mon.0) 970 : cluster 0 1: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.c 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.619394+0000 mon.a (mon.0) 971 : cluster 0 2: [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon.b 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.639077+0000 mon.a (mon.0) 972 : cluster 0 fsmap 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.639176+0000 mon.a (mon.0) 973 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.641085+0000 mon.a (mon.0) 974 : cluster 0 mgrmap e21: a(active, since 3m), standbys: b 2024-04-18T21:47:45.069 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.641521+0000 mon.a (mon.0) 975 : cluster 3 Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-18T21:47:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.662219+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.663355+0000 mon.a (mon.0) 977 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-18T21:47:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.663417+0000 mon.a (mon.0) 978 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-18T21:47:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: cluster 2024-04-18T21:47:43.663463+0000 mon.a (mon.0) 979 : cluster 3 mon.c (rank 1) addr [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] is down (out of quorum) 2024-04-18T21:47:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.669524+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.676781+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.684395+0000 mon.a (mon.0) 982 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.693182+0000 mon.a (mon.0) 983 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.700991+0000 mon.a (mon.0) 984 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.070 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.709388+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.717174+0000 mon.a (mon.0) 986 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.719594+0000 mon.a (mon.0) 987 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:47:45.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.724396+0000 mon.a (mon.0) 988 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.731708+0000 mon.a (mon.0) 989 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:43.737927+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:44.257895+0000 mon.a (mon.0) 991 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:44.267697+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:44.270140+0000 mon.a (mon.0) 993 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:47:45.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:44.271921+0000 mon.a (mon.0) 994 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:47:45.071 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:44 smithi080 bash[22189]: audit 2024-04-18T21:47:44.281461+0000 mon.a (mon.0) 995 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:30.452442+0000 mgr.a (mgr.14382) 136 : cluster 0 pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:32.452933+0000 mgr.a (mgr.14382) 137 : cluster 0 pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:34.453291+0000 mgr.a (mgr.14382) 138 : cluster 0 pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:35.497644+0000 mon.a (mon.0) 960 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:36.453782+0000 mgr.a (mgr.14382) 139 : cluster 0 pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:38.454310+0000 mgr.a (mgr.14382) 140 : cluster 0 pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:38.583401+0000 mon.b (mon.2) 16 : cluster 1 mon.b calling monitor election 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:38.586642+0000 mon.a (mon.0) 961 : cluster 1 mon.a calling monitor election 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:40.454810+0000 mgr.a (mgr.14382) 141 : cluster 0 pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:42.455348+0000 mgr.a (mgr.14382) 142 : cluster 0 pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.607525+0000 mon.a (mon.0) 962 : cluster 1 mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.618972+0000 mon.a (mon.0) 963 : cluster 0 monmap epoch 3 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.619032+0000 mon.a (mon.0) 964 : cluster 0 fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.619078+0000 mon.a (mon.0) 965 : cluster 0 last_changed 2024-04-18T21:38:22.366531+0000 2024-04-18T21:47:45.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.619118+0000 mon.a (mon.0) 966 : cluster 0 created 2024-04-18T21:35:24.880248+0000 2024-04-18T21:47:45.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.619163+0000 mon.a (mon.0) 967 : cluster 0 min_mon_release 19 (squid) 2024-04-18T21:47:45.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.619261+0000 mon.a (mon.0) 968 : cluster 0 election_strategy: 1 2024-04-18T21:47:45.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.619302+0000 mon.a (mon.0) 969 : cluster 0 0: [v2:172.21.15.49:3300/0,v1:172.21.15.49:6789/0] mon.a 2024-04-18T21:47:45.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.619347+0000 mon.a (mon.0) 970 : cluster 0 1: [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] mon.c 2024-04-18T21:47:45.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.619394+0000 mon.a (mon.0) 971 : cluster 0 2: [v2:172.21.15.80:3300/0,v1:172.21.15.80:6789/0] mon.b 2024-04-18T21:47:45.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.639077+0000 mon.a (mon.0) 972 : cluster 0 fsmap 2024-04-18T21:47:45.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.639176+0000 mon.a (mon.0) 973 : cluster 0 osdmap e23: 3 total, 3 up, 3 in 2024-04-18T21:47:45.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.641085+0000 mon.a (mon.0) 974 : cluster 0 mgrmap e21: a(active, since 3m), standbys: b 2024-04-18T21:47:45.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.641521+0000 mon.a (mon.0) 975 : cluster 3 Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-04-18T21:47:45.107 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.662219+0000 mon.a (mon.0) 976 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.663355+0000 mon.a (mon.0) 977 : cluster 3 Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.663417+0000 mon.a (mon.0) 978 : cluster 3 [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: cluster 2024-04-18T21:47:43.663463+0000 mon.a (mon.0) 979 : cluster 3 mon.c (rank 1) addr [v2:172.21.15.115:3300/0,v1:172.21.15.115:6789/0] is down (out of quorum) 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.669524+0000 mon.a (mon.0) 980 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.676781+0000 mon.a (mon.0) 981 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.684395+0000 mon.a (mon.0) 982 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.693182+0000 mon.a (mon.0) 983 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.700991+0000 mon.a (mon.0) 984 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.709388+0000 mon.a (mon.0) 985 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.717174+0000 mon.a (mon.0) 986 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.719594+0000 mon.a (mon.0) 987 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.724396+0000 mon.a (mon.0) 988 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.108 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.731708+0000 mon.a (mon.0) 989 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:43.737927+0000 mon.a (mon.0) 990 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:44.257895+0000 mon.a (mon.0) 991 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:44.267697+0000 mon.a (mon.0) 992 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:45.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:44.270140+0000 mon.a (mon.0) 993 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:47:45.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:44.271921+0000 mon.a (mon.0) 994 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:47:45.109 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:44 smithi049 bash[21444]: audit 2024-04-18T21:47:44.281461+0000 mon.a (mon.0) 995 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:46.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:45 smithi080 bash[22189]: cluster 2024-04-18T21:47:44.455870+0000 mgr.a (mgr.14382) 143 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:46.104 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:45 smithi049 bash[21444]: cluster 2024-04-18T21:47:44.455870+0000 mgr.a (mgr.14382) 143 : cluster 0 pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:47.105 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:47:46 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:47:46] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.43.0" 2024-04-18T21:47:48.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:47 smithi080 bash[22189]: cluster 2024-04-18T21:47:46.456383+0000 mgr.a (mgr.14382) 144 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:48.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:47 smithi080 bash[22189]: audit 2024-04-18T21:47:47.035928+0000 mon.a (mon.0) 996 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:48.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:47 smithi080 bash[22189]: audit 2024-04-18T21:47:47.045299+0000 mon.a (mon.0) 997 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:48.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:47 smithi080 bash[22189]: audit 2024-04-18T21:47:47.055783+0000 mon.a (mon.0) 998 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:48.104 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:47 smithi049 bash[21444]: cluster 2024-04-18T21:47:46.456383+0000 mgr.a (mgr.14382) 144 : cluster 0 pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:48.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:47 smithi049 bash[21444]: audit 2024-04-18T21:47:47.035928+0000 mon.a (mon.0) 996 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:48.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:47 smithi049 bash[21444]: audit 2024-04-18T21:47:47.045299+0000 mon.a (mon.0) 997 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:48.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:47 smithi049 bash[21444]: audit 2024-04-18T21:47:47.055783+0000 mon.a (mon.0) 998 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:50.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:49 smithi080 bash[22189]: cluster 2024-04-18T21:47:48.456895+0000 mgr.a (mgr.14382) 145 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:50.104 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:49 smithi049 bash[21444]: cluster 2024-04-18T21:47:48.456895+0000 mgr.a (mgr.14382) 145 : cluster 0 pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:51.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:51 smithi080 bash[22189]: cluster 2024-04-18T21:47:50.457403+0000 mgr.a (mgr.14382) 146 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:51.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:51 smithi080 bash[22189]: audit 2024-04-18T21:47:50.503839+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:51.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:51 smithi080 bash[22189]: audit 2024-04-18T21:47:50.505751+0000 mon.a (mon.0) 1000 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:47:51.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:51 smithi049 bash[21444]: cluster 2024-04-18T21:47:50.457403+0000 mgr.a (mgr.14382) 146 : cluster 0 pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:51.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:51 smithi049 bash[21444]: audit 2024-04-18T21:47:50.503839+0000 mon.a (mon.0) 999 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:47:51.855 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:51 smithi049 bash[21444]: audit 2024-04-18T21:47:50.505751+0000 mon.a (mon.0) 1000 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:47:53.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:53 smithi080 bash[22189]: cluster 2024-04-18T21:47:52.457939+0000 mgr.a (mgr.14382) 147 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:53.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:53 smithi049 bash[21444]: cluster 2024-04-18T21:47:52.457939+0000 mgr.a (mgr.14382) 147 : cluster 0 pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:55.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:55 smithi080 bash[22189]: cluster 2024-04-18T21:47:54.458412+0000 mgr.a (mgr.14382) 148 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:55.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:55 smithi049 bash[21444]: cluster 2024-04-18T21:47:54.458412+0000 mgr.a (mgr.14382) 148 : cluster 0 pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:57.104 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:47:56 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:47:56] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-04-18T21:47:57.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:57 smithi080 bash[22189]: cluster 2024-04-18T21:47:56.458941+0000 mgr.a (mgr.14382) 149 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:57.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:57 smithi049 bash[21444]: cluster 2024-04-18T21:47:56.458941+0000 mgr.a (mgr.14382) 149 : cluster 0 pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:59.678 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:47:59 smithi080 bash[22189]: cluster 2024-04-18T21:47:58.459323+0000 mgr.a (mgr.14382) 150 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:47:59.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:47:59 smithi049 bash[21444]: cluster 2024-04-18T21:47:58.459323+0000 mgr.a (mgr.14382) 150 : cluster 0 pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:01.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:01 smithi080 bash[22189]: cluster 2024-04-18T21:48:00.459898+0000 mgr.a (mgr.14382) 151 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:01.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:01 smithi049 bash[21444]: cluster 2024-04-18T21:48:00.459898+0000 mgr.a (mgr.14382) 151 : cluster 0 pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:03.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:02 smithi080 bash[22189]: audit 2024-04-18T21:48:01.929073+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:03.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:02 smithi080 bash[22189]: audit 2024-04-18T21:48:01.936651+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:03.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:02 smithi080 bash[22189]: audit 2024-04-18T21:48:01.947014+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:03.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:02 smithi049 bash[21444]: audit 2024-04-18T21:48:01.929073+0000 mon.a (mon.0) 1001 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:03.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:02 smithi049 bash[21444]: audit 2024-04-18T21:48:01.936651+0000 mon.a (mon.0) 1002 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:03.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:02 smithi049 bash[21444]: audit 2024-04-18T21:48:01.947014+0000 mon.a (mon.0) 1003 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:04.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:03 smithi080 bash[22189]: cluster 2024-04-18T21:48:02.460455+0000 mgr.a (mgr.14382) 152 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:04.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:03 smithi080 bash[22189]: audit 2024-04-18T21:48:02.945064+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:04.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:03 smithi080 bash[22189]: audit 2024-04-18T21:48:02.958005+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:04.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:03 smithi080 bash[22189]: audit 2024-04-18T21:48:02.968551+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:04.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:03 smithi049 bash[21444]: cluster 2024-04-18T21:48:02.460455+0000 mgr.a (mgr.14382) 152 : cluster 0 pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:04.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:03 smithi049 bash[21444]: audit 2024-04-18T21:48:02.945064+0000 mon.a (mon.0) 1004 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:04.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:03 smithi049 bash[21444]: audit 2024-04-18T21:48:02.958005+0000 mon.a (mon.0) 1005 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:04.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:03 smithi049 bash[21444]: audit 2024-04-18T21:48:02.968551+0000 mon.a (mon.0) 1006 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:06.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:05 smithi080 bash[22189]: cluster 2024-04-18T21:48:04.460965+0000 mgr.a (mgr.14382) 153 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:06.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:05 smithi080 bash[22189]: audit 2024-04-18T21:48:05.498592+0000 mon.a (mon.0) 1007 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:48:06.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:05 smithi080 bash[22189]: audit 2024-04-18T21:48:05.660967+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:06.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:05 smithi080 bash[22189]: audit 2024-04-18T21:48:05.670314+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:06.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:05 smithi080 bash[22189]: audit 2024-04-18T21:48:05.680359+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:06.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:05 smithi049 bash[21444]: cluster 2024-04-18T21:48:04.460965+0000 mgr.a (mgr.14382) 153 : cluster 0 pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:06.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:05 smithi049 bash[21444]: audit 2024-04-18T21:48:05.498592+0000 mon.a (mon.0) 1007 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:48:06.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:05 smithi049 bash[21444]: audit 2024-04-18T21:48:05.660967+0000 mon.a (mon.0) 1008 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:06.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:05 smithi049 bash[21444]: audit 2024-04-18T21:48:05.670314+0000 mon.a (mon.0) 1009 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:06.355 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:05 smithi049 bash[21444]: audit 2024-04-18T21:48:05.680359+0000 mon.a (mon.0) 1010 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:07.104 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:48:06 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:48:06] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-04-18T21:48:08.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:07 smithi080 bash[22189]: cluster 2024-04-18T21:48:06.461494+0000 mgr.a (mgr.14382) 154 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:08.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:07 smithi049 bash[21444]: cluster 2024-04-18T21:48:06.461494+0000 mgr.a (mgr.14382) 154 : cluster 0 pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:10.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:09 smithi080 bash[22189]: cluster 2024-04-18T21:48:08.461941+0000 mgr.a (mgr.14382) 155 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:10.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:09 smithi049 bash[21444]: cluster 2024-04-18T21:48:08.461941+0000 mgr.a (mgr.14382) 155 : cluster 0 pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:11.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:11 smithi080 bash[22189]: cluster 2024-04-18T21:48:10.462361+0000 mgr.a (mgr.14382) 156 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:11.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:11 smithi049 bash[21444]: cluster 2024-04-18T21:48:10.462361+0000 mgr.a (mgr.14382) 156 : cluster 0 pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:13.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:13 smithi080 bash[22189]: cluster 2024-04-18T21:48:12.462868+0000 mgr.a (mgr.14382) 157 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:13.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:13 smithi049 bash[21444]: cluster 2024-04-18T21:48:12.462868+0000 mgr.a (mgr.14382) 157 : cluster 0 pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:15.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:15 smithi080 bash[22189]: cluster 2024-04-18T21:48:14.463354+0000 mgr.a (mgr.14382) 158 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:15.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:15 smithi049 bash[21444]: cluster 2024-04-18T21:48:14.463354+0000 mgr.a (mgr.14382) 158 : cluster 0 pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:17.104 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:48:16 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:48:16] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-04-18T21:48:17.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:17 smithi080 bash[22189]: cluster 2024-04-18T21:48:16.463739+0000 mgr.a (mgr.14382) 159 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:17.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:17 smithi049 bash[21444]: cluster 2024-04-18T21:48:16.463739+0000 mgr.a (mgr.14382) 159 : cluster 0 pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:19.793 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:19 smithi080 bash[22189]: cluster 2024-04-18T21:48:18.464279+0000 mgr.a (mgr.14382) 160 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:19.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:19 smithi049 bash[21444]: cluster 2024-04-18T21:48:18.464279+0000 mgr.a (mgr.14382) 160 : cluster 0 pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:21.566 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:21 smithi080 bash[22189]: audit 2024-04-18T21:48:20.157804+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:21.567 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:21 smithi080 bash[22189]: audit 2024-04-18T21:48:20.168077+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:21.567 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:21 smithi080 bash[22189]: audit 2024-04-18T21:48:20.179086+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:21.567 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:21 smithi080 bash[22189]: cluster 2024-04-18T21:48:20.464828+0000 mgr.a (mgr.14382) 161 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:21.567 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:21 smithi080 bash[22189]: audit 2024-04-18T21:48:20.498981+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:48:21.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:21 smithi049 bash[21444]: audit 2024-04-18T21:48:20.157804+0000 mon.a (mon.0) 1011 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:21.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:21 smithi049 bash[21444]: audit 2024-04-18T21:48:20.168077+0000 mon.a (mon.0) 1012 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:21.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:21 smithi049 bash[21444]: audit 2024-04-18T21:48:20.179086+0000 mon.a (mon.0) 1013 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:21.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:21 smithi049 bash[21444]: cluster 2024-04-18T21:48:20.464828+0000 mgr.a (mgr.14382) 161 : cluster 0 pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:21.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:21 smithi049 bash[21444]: audit 2024-04-18T21:48:20.498981+0000 mon.a (mon.0) 1014 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:48:23.566 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:23 smithi080 bash[22189]: audit 2024-04-18T21:48:22.122466+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:23.567 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:23 smithi080 bash[22189]: audit 2024-04-18T21:48:22.131926+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:23.567 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:23 smithi080 bash[22189]: audit 2024-04-18T21:48:22.142141+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:23.567 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:23 smithi080 bash[22189]: cluster 2024-04-18T21:48:22.465383+0000 mgr.a (mgr.14382) 162 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:23.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:23 smithi049 bash[21444]: audit 2024-04-18T21:48:22.122466+0000 mon.a (mon.0) 1015 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:23.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:23 smithi049 bash[21444]: audit 2024-04-18T21:48:22.131926+0000 mon.a (mon.0) 1016 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:23.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:23 smithi049 bash[21444]: audit 2024-04-18T21:48:22.142141+0000 mon.a (mon.0) 1017 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:23.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:23 smithi049 bash[21444]: cluster 2024-04-18T21:48:22.465383+0000 mgr.a (mgr.14382) 162 : cluster 0 pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:25.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:25 smithi080 bash[22189]: cluster 2024-04-18T21:48:24.465881+0000 mgr.a (mgr.14382) 163 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:25.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:25 smithi049 bash[21444]: cluster 2024-04-18T21:48:24.465881+0000 mgr.a (mgr.14382) 163 : cluster 0 pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:27.106 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:48:26 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:48:26] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-04-18T21:48:27.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:26 smithi049 bash[21444]: audit 2024-04-18T21:48:25.864633+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:27.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:26 smithi049 bash[21444]: audit 2024-04-18T21:48:25.874107+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:27.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:26 smithi049 bash[21444]: audit 2024-04-18T21:48:25.885520+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:27.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:26 smithi080 bash[22189]: audit 2024-04-18T21:48:25.864633+0000 mon.a (mon.0) 1018 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:27.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:26 smithi080 bash[22189]: audit 2024-04-18T21:48:25.874107+0000 mon.a (mon.0) 1019 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:27.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:26 smithi080 bash[22189]: audit 2024-04-18T21:48:25.885520+0000 mon.a (mon.0) 1020 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:28.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:27 smithi080 bash[22189]: cluster 2024-04-18T21:48:26.466450+0000 mgr.a (mgr.14382) 164 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:28.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:27 smithi049 bash[21444]: cluster 2024-04-18T21:48:26.466450+0000 mgr.a (mgr.14382) 164 : cluster 0 pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:30.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:29 smithi080 bash[22189]: cluster 2024-04-18T21:48:28.466974+0000 mgr.a (mgr.14382) 165 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:30.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:29 smithi049 bash[21444]: cluster 2024-04-18T21:48:28.466974+0000 mgr.a (mgr.14382) 165 : cluster 0 pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:32.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:31 smithi080 bash[22189]: cluster 2024-04-18T21:48:30.467490+0000 mgr.a (mgr.14382) 166 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:32.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:31 smithi049 bash[21444]: cluster 2024-04-18T21:48:30.467490+0000 mgr.a (mgr.14382) 166 : cluster 0 pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:34.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:33 smithi080 bash[22189]: cluster 2024-04-18T21:48:32.468036+0000 mgr.a (mgr.14382) 167 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:34.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:33 smithi049 bash[21444]: cluster 2024-04-18T21:48:32.468036+0000 mgr.a (mgr.14382) 167 : cluster 0 pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:36.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:35 smithi080 bash[22189]: cluster 2024-04-18T21:48:34.468566+0000 mgr.a (mgr.14382) 168 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:36.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:35 smithi080 bash[22189]: audit 2024-04-18T21:48:35.499508+0000 mon.a (mon.0) 1021 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:48:36.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:35 smithi049 bash[21444]: cluster 2024-04-18T21:48:34.468566+0000 mgr.a (mgr.14382) 168 : cluster 0 pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:36.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:35 smithi049 bash[21444]: audit 2024-04-18T21:48:35.499508+0000 mon.a (mon.0) 1021 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:48:37.104 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:48:36 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:48:36] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-04-18T21:48:38.219 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:37 smithi049 bash[21444]: cluster 2024-04-18T21:48:36.469104+0000 mgr.a (mgr.14382) 169 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:38.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:37 smithi080 bash[22189]: cluster 2024-04-18T21:48:36.469104+0000 mgr.a (mgr.14382) 169 : cluster 0 pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:39.566 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:39 smithi080 bash[22189]: audit 2024-04-18T21:48:38.310138+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:39.567 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:39 smithi080 bash[22189]: audit 2024-04-18T21:48:38.315656+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:39.567 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:39 smithi080 bash[22189]: audit 2024-04-18T21:48:38.320635+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:39.567 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:39 smithi080 bash[22189]: cluster 2024-04-18T21:48:38.469727+0000 mgr.a (mgr.14382) 170 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:39.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:39 smithi049 bash[21444]: audit 2024-04-18T21:48:38.310138+0000 mon.a (mon.0) 1022 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:39.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:39 smithi049 bash[21444]: audit 2024-04-18T21:48:38.315656+0000 mon.a (mon.0) 1023 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:39.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:39 smithi049 bash[21444]: audit 2024-04-18T21:48:38.320635+0000 mon.a (mon.0) 1024 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:39.594 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:39 smithi049 bash[21444]: cluster 2024-04-18T21:48:38.469727+0000 mgr.a (mgr.14382) 170 : cluster 0 pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:41.627 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:41 smithi080 bash[22189]: cluster 2024-04-18T21:48:40.470117+0000 mgr.a (mgr.14382) 171 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:41.627 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:41 smithi080 bash[22189]: audit 2024-04-18T21:48:41.334181+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:41.628 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:41 smithi080 bash[22189]: audit 2024-04-18T21:48:41.343679+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:41.628 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:41 smithi080 bash[22189]: audit 2024-04-18T21:48:41.353809+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:41.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:41 smithi049 bash[21444]: cluster 2024-04-18T21:48:40.470117+0000 mgr.a (mgr.14382) 171 : cluster 0 pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:41.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:41 smithi049 bash[21444]: audit 2024-04-18T21:48:41.334181+0000 mon.a (mon.0) 1025 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:41.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:41 smithi049 bash[21444]: audit 2024-04-18T21:48:41.343679+0000 mon.a (mon.0) 1026 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:41.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:41 smithi049 bash[21444]: audit 2024-04-18T21:48:41.353809+0000 mon.a (mon.0) 1027 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:43.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:43 smithi080 bash[22189]: cluster 2024-04-18T21:48:42.470567+0000 mgr.a (mgr.14382) 172 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:43.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:43 smithi049 bash[21444]: cluster 2024-04-18T21:48:42.470567+0000 mgr.a (mgr.14382) 172 : cluster 0 pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:44.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:44 smithi080 bash[22189]: audit 2024-04-18T21:48:44.408088+0000 mon.a (mon.0) 1028 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:48:44.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:44 smithi049 bash[21444]: audit 2024-04-18T21:48:44.408088+0000 mon.a (mon.0) 1028 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-18T21:48:46.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:45 smithi080 bash[22189]: cluster 2024-04-18T21:48:44.471030+0000 mgr.a (mgr.14382) 173 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:46.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:45 smithi080 bash[22189]: audit 2024-04-18T21:48:44.938922+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:46.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:45 smithi080 bash[22189]: audit 2024-04-18T21:48:44.947992+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:46.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:45 smithi080 bash[22189]: audit 2024-04-18T21:48:44.950319+0000 mon.a (mon.0) 1031 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:48:46.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:45 smithi080 bash[22189]: audit 2024-04-18T21:48:44.952176+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:48:46.317 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:45 smithi080 bash[22189]: audit 2024-04-18T21:48:44.961814+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:46.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:45 smithi049 bash[21444]: cluster 2024-04-18T21:48:44.471030+0000 mgr.a (mgr.14382) 173 : cluster 0 pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:46.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:45 smithi049 bash[21444]: audit 2024-04-18T21:48:44.938922+0000 mon.a (mon.0) 1029 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:46.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:45 smithi049 bash[21444]: audit 2024-04-18T21:48:44.947992+0000 mon.a (mon.0) 1030 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:46.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:45 smithi049 bash[21444]: audit 2024-04-18T21:48:44.950319+0000 mon.a (mon.0) 1031 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-18T21:48:46.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:45 smithi049 bash[21444]: audit 2024-04-18T21:48:44.952176+0000 mon.a (mon.0) 1032 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-18T21:48:46.354 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:45 smithi049 bash[21444]: audit 2024-04-18T21:48:44.961814+0000 mon.a (mon.0) 1033 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:47.104 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:48:46 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:48:46] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-04-18T21:48:47.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:47 smithi049 bash[21444]: audit 2024-04-18T21:48:46.068284+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:47.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:47 smithi049 bash[21444]: audit 2024-04-18T21:48:46.077405+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:47.105 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:47 smithi049 bash[21444]: audit 2024-04-18T21:48:46.087991+0000 mon.a (mon.0) 1036 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:47.106 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:47 smithi049 bash[21444]: cluster 2024-04-18T21:48:46.471546+0000 mgr.a (mgr.14382) 174 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:47.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:47 smithi080 bash[22189]: audit 2024-04-18T21:48:46.068284+0000 mon.a (mon.0) 1034 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:47.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:47 smithi080 bash[22189]: audit 2024-04-18T21:48:46.077405+0000 mon.a (mon.0) 1035 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:47.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:47 smithi080 bash[22189]: audit 2024-04-18T21:48:46.087991+0000 mon.a (mon.0) 1036 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:47.316 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:47 smithi080 bash[22189]: cluster 2024-04-18T21:48:46.471546+0000 mgr.a (mgr.14382) 174 : cluster 0 pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:49.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:49 smithi080 bash[22189]: cluster 2024-04-18T21:48:48.472091+0000 mgr.a (mgr.14382) 175 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:49.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:49 smithi049 bash[21444]: cluster 2024-04-18T21:48:48.472091+0000 mgr.a (mgr.14382) 175 : cluster 0 pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:50.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:50 smithi080 bash[22189]: audit 2024-04-18T21:48:50.499975+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:48:50.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:50 smithi049 bash[21444]: audit 2024-04-18T21:48:50.499975+0000 mon.a (mon.0) 1037 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:48:51.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:51 smithi080 bash[22189]: cluster 2024-04-18T21:48:50.472665+0000 mgr.a (mgr.14382) 176 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:51.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:51 smithi049 bash[21444]: cluster 2024-04-18T21:48:50.472665+0000 mgr.a (mgr.14382) 176 : cluster 0 pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:53.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:53 smithi080 bash[22189]: cluster 2024-04-18T21:48:52.473221+0000 mgr.a (mgr.14382) 177 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:53.854 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:53 smithi049 bash[21444]: cluster 2024-04-18T21:48:52.473221+0000 mgr.a (mgr.14382) 177 : cluster 0 pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:55.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:55 smithi080 bash[22189]: cluster 2024-04-18T21:48:54.473744+0000 mgr.a (mgr.14382) 178 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:55.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:55 smithi049 bash[21444]: cluster 2024-04-18T21:48:54.473744+0000 mgr.a (mgr.14382) 178 : cluster 0 pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:57.103 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:48:56 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:48:56] "GET /metrics HTTP/1.1" 200 21515 "" "Prometheus/2.43.0" 2024-04-18T21:48:57.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:57 smithi080 bash[22189]: cluster 2024-04-18T21:48:56.474298+0000 mgr.a (mgr.14382) 179 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:57.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:57 smithi049 bash[21444]: cluster 2024-04-18T21:48:56.474298+0000 mgr.a (mgr.14382) 179 : cluster 0 pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:59.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:59 smithi049 bash[21444]: cluster 2024-04-18T21:48:58.474649+0000 mgr.a (mgr.14382) 180 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:59.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:59 smithi049 bash[21444]: audit 2024-04-18T21:48:58.481708+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:59.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:59 smithi049 bash[21444]: audit 2024-04-18T21:48:58.487567+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:59.604 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:48:59 smithi049 bash[21444]: audit 2024-04-18T21:48:58.494012+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:59.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:59 smithi080 bash[22189]: cluster 2024-04-18T21:48:58.474649+0000 mgr.a (mgr.14382) 180 : cluster 0 pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:48:59.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:59 smithi080 bash[22189]: audit 2024-04-18T21:48:58.481708+0000 mon.a (mon.0) 1038 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:59.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:59 smithi080 bash[22189]: audit 2024-04-18T21:48:58.487567+0000 mon.a (mon.0) 1039 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:48:59.817 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:48:59 smithi080 bash[22189]: audit 2024-04-18T21:48:58.494012+0000 mon.a (mon.0) 1040 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:01.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:01 smithi080 bash[22189]: cluster 2024-04-18T21:49:00.475148+0000 mgr.a (mgr.14382) 181 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:01.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:01 smithi049 bash[21444]: cluster 2024-04-18T21:49:00.475148+0000 mgr.a (mgr.14382) 181 : cluster 0 pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:02.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:02 smithi080 bash[22189]: audit 2024-04-18T21:49:01.528617+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:02.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:02 smithi080 bash[22189]: audit 2024-04-18T21:49:01.538091+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:02.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:02 smithi080 bash[22189]: audit 2024-04-18T21:49:01.548251+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:02.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:02 smithi049 bash[21444]: audit 2024-04-18T21:49:01.528617+0000 mon.a (mon.0) 1041 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:02.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:02 smithi049 bash[21444]: audit 2024-04-18T21:49:01.538091+0000 mon.a (mon.0) 1042 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:02.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:02 smithi049 bash[21444]: audit 2024-04-18T21:49:01.548251+0000 mon.a (mon.0) 1043 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:03.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:03 smithi080 bash[22189]: cluster 2024-04-18T21:49:02.475795+0000 mgr.a (mgr.14382) 182 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:03.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:03 smithi049 bash[21444]: cluster 2024-04-18T21:49:02.475795+0000 mgr.a (mgr.14382) 182 : cluster 0 pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:05.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:05 smithi080 bash[22189]: cluster 2024-04-18T21:49:04.476354+0000 mgr.a (mgr.14382) 183 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:05.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:05 smithi080 bash[22189]: audit 2024-04-18T21:49:05.500477+0000 mon.a (mon.0) 1044 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:49:05.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:05 smithi049 bash[21444]: cluster 2024-04-18T21:49:04.476354+0000 mgr.a (mgr.14382) 183 : cluster 0 pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:05.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:05 smithi049 bash[21444]: audit 2024-04-18T21:49:05.500477+0000 mon.a (mon.0) 1044 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:49:07.103 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:06 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:49:06] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-04-18T21:49:07.566 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:07 smithi080 bash[22189]: audit 2024-04-18T21:49:06.274238+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:07.566 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:07 smithi080 bash[22189]: audit 2024-04-18T21:49:06.283478+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:07.566 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:07 smithi080 bash[22189]: audit 2024-04-18T21:49:06.294186+0000 mon.a (mon.0) 1047 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:07.566 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:07 smithi080 bash[22189]: cluster 2024-04-18T21:49:06.476891+0000 mgr.a (mgr.14382) 184 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:07.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:07 smithi049 bash[21444]: audit 2024-04-18T21:49:06.274238+0000 mon.a (mon.0) 1045 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:07.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:07 smithi049 bash[21444]: audit 2024-04-18T21:49:06.283478+0000 mon.a (mon.0) 1046 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:07.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:07 smithi049 bash[21444]: audit 2024-04-18T21:49:06.294186+0000 mon.a (mon.0) 1047 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:07.603 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:07 smithi049 bash[21444]: cluster 2024-04-18T21:49:06.476891+0000 mgr.a (mgr.14382) 184 : cluster 0 pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:09.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:09 smithi080 bash[22189]: cluster 2024-04-18T21:49:08.477411+0000 mgr.a (mgr.14382) 185 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:09.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:09 smithi049 bash[21444]: cluster 2024-04-18T21:49:08.477411+0000 mgr.a (mgr.14382) 185 : cluster 0 pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:11.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:11 smithi080 bash[22189]: cluster 2024-04-18T21:49:10.477933+0000 mgr.a (mgr.14382) 186 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:11.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:11 smithi049 bash[21444]: cluster 2024-04-18T21:49:10.477933+0000 mgr.a (mgr.14382) 186 : cluster 0 pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:13.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:13 smithi080 bash[22189]: cluster 2024-04-18T21:49:12.478490+0000 mgr.a (mgr.14382) 187 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:13.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:13 smithi049 bash[21444]: cluster 2024-04-18T21:49:12.478490+0000 mgr.a (mgr.14382) 187 : cluster 0 pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:15.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:15 smithi080 bash[22189]: cluster 2024-04-18T21:49:14.479023+0000 mgr.a (mgr.14382) 188 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:15.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:15 smithi049 bash[21444]: cluster 2024-04-18T21:49:14.479023+0000 mgr.a (mgr.14382) 188 : cluster 0 pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:17.103 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:16 smithi049 bash[21694]: ::ffff:172.21.15.80 - - [18/Apr/2024:21:49:16] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-04-18T21:49:17.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:17 smithi080 bash[22189]: cluster 2024-04-18T21:49:16.479698+0000 mgr.a (mgr.14382) 189 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:17.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:17 smithi049 bash[21444]: cluster 2024-04-18T21:49:16.479698+0000 mgr.a (mgr.14382) 189 : cluster 0 pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:20.023 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:19 smithi049 bash[21444]: cluster 2024-04-18T21:49:18.480254+0000 mgr.a (mgr.14382) 190 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:20.023 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:19 smithi049 bash[21444]: audit 2024-04-18T21:49:18.708911+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:20.023 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:19 smithi049 bash[21444]: audit 2024-04-18T21:49:18.718457+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:20.023 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:19 smithi049 bash[21444]: audit 2024-04-18T21:49:18.728959+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:20.066 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:19 smithi080 bash[22189]: cluster 2024-04-18T21:49:18.480254+0000 mgr.a (mgr.14382) 190 : cluster 0 pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:20.066 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:19 smithi080 bash[22189]: audit 2024-04-18T21:49:18.708911+0000 mon.a (mon.0) 1048 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:20.066 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:19 smithi080 bash[22189]: audit 2024-04-18T21:49:18.718457+0000 mon.a (mon.0) 1049 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:20.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:19 smithi080 bash[22189]: audit 2024-04-18T21:49:18.728959+0000 mon.a (mon.0) 1050 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:20.816 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:20 smithi080 bash[22189]: audit 2024-04-18T21:49:20.501101+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:49:21.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:20 smithi049 bash[21444]: audit 2024-04-18T21:49:20.501101+0000 mon.a (mon.0) 1051 : audit 0 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-04-18T21:49:21.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:21 smithi049 bash[21444]: cluster 2024-04-18T21:49:20.480769+0000 mgr.a (mgr.14382) 191 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:22.015 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:21 smithi080 bash[22189]: cluster 2024-04-18T21:49:20.480769+0000 mgr.a (mgr.14382) 191 : cluster 0 pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:23.066 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:22 smithi080 bash[22189]: audit 2024-04-18T21:49:21.718763+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:23.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:22 smithi080 bash[22189]: audit 2024-04-18T21:49:21.729886+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:23.067 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:22 smithi080 bash[22189]: audit 2024-04-18T21:49:21.737720+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:23.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:22 smithi049 bash[21444]: audit 2024-04-18T21:49:21.718763+0000 mon.a (mon.0) 1052 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:23.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:22 smithi049 bash[21444]: audit 2024-04-18T21:49:21.729886+0000 mon.a (mon.0) 1053 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:23.103 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:22 smithi049 bash[21444]: audit 2024-04-18T21:49:21.737720+0000 mon.a (mon.0) 1054 : audit 1 from='mgr.14382 172.21.15.49:0/2345485768' entity='mgr.a' 2024-04-18T21:49:23.182 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.80:9095/api/v1/status/config 2024-04-18T21:49:23.190 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.80:9095/api/v1/status/config 2024-04-18T21:49:23.190 INFO:teuthology.orchestra.run.smithi049.stderr:+ jq -e '.status == "success"' 2024-04-18T21:49:23.196 INFO:teuthology.orchestra.run.smithi049.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.49: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.49: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.49: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.49: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.49:8765/sd/prometheus/sd-config?service=nvmeof\n"}}true 2024-04-18T21:49:23.196 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.80:9095/api/v1/alerts 2024-04-18T21:49:23.202 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.80:9095/api/v1/alerts 2024-04-18T21:49:23.202 INFO:teuthology.orchestra.run.smithi049.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-04-18T21:49:23.209 INFO:teuthology.orchestra.run.smithi049.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","instance":"smithi049: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-04-18T21:48:00.13866993Z","value":"1e+00"},{"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 smithi115","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-04-18T21:48:00.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 smithi115\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-04-18T21:48:00.084118673Z","value":"1e+00"}]}}true 2024-04-18T21:49:23.209 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.115:9093/api/v1/status 2024-04-18T21:49:23.217 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.115:9093/api/v1/alerts 2024-04-18T21:49:23.223 INFO:teuthology.orchestra.run.smithi049.stderr:+ curl -s http://172.21.15.115:9093/api/v1/alerts 2024-04-18T21:49:23.223 INFO:teuthology.orchestra.run.smithi049.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-04-18T21:49:23.229 INFO:teuthology.orchestra.run.smithi049.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://smithi049.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://smithi080.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://smithi049.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://smithi080.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-04-18T21:44:37.571860351Z","clusterStatus":{"name":"01HVSJPBY3CVMBNH1Q1TQZ077C","status":"ready","peers":[{"name":"01HVSJPBY3CVMBNH1Q1TQZ077C","address":"172.21.15.115: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 smithi115","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-04-18T21:48:30.084Z","endsAt":"2024-04-18T21:52:30.084Z","generatorURL":"http://smithi080.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 smithi115\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-04-18T21:48:30.084Z","endsAt":"2024-04-18T21:52:30.084Z","generatorURL":"http://smithi080.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-04-18T21:49:23.853 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:23 smithi049 bash[21444]: cluster 2024-04-18T21:49:22.481336+0000 mgr.a (mgr.14382) 192 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:23.971 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-18T21:49:23.981 INFO:tasks.cephadm:Teardown begin 2024-04-18T21:49:23.982 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T21:49:23.996 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T21:49:24.007 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:23 smithi080 bash[22189]: cluster 2024-04-18T21:49:22.481336+0000 mgr.a (mgr.14382) 192 : cluster 0 pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-04-18T21:49:24.010 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T21:49:24.024 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-18T21:49:24.024 DEBUG:teuthology.orchestra.run.smithi049:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-18T21:49:24.043 DEBUG:teuthology.orchestra.run.smithi080:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-18T21:49:24.058 DEBUG:teuthology.orchestra.run.smithi115:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-18T21:49:24.071 INFO:tasks.cephadm:Stopping all daemons... 2024-04-18T21:49:24.071 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-18T21:49:24.072 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.a 2024-04-18T21:49:24.233 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:24 smithi049 systemd[1]: Stopping Ceph mon.a for 67f5eea4-fdcb-11ee-bc92-c7b262605968... 2024-04-18T21:49:24.353 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:24 smithi049 bash[21444]: debug 2024-04-18T21:49:24.237+0000 7fc63b61d700 -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-04-18T21:49:24.353 INFO:journalctl@ceph.mon.a.smithi049.stdout:Apr 18 21:49:24 smithi049 bash[21444]: debug 2024-04-18T21:49:24.237+0000 7fc63b61d700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-18T21:49:24.354 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:24 smithi049 bash[21694]: [18/Apr/2024:21:49:24] ENGINE Bus STOPPING 2024-04-18T21:49:24.354 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:24 smithi049 bash[21694]: [18/Apr/2024:21:49:24] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-04-18T21:49:24.354 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:24 smithi049 bash[21694]: [18/Apr/2024:21:49:24] ENGINE Bus STOPPED 2024-04-18T21:49:24.354 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:24 smithi049 bash[21694]: [18/Apr/2024:21:49:24] ENGINE Bus STARTING 2024-04-18T21:49:24.648 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:24 smithi049 bash[21694]: [18/Apr/2024:21:49:24] ENGINE Serving on http://:::9283 2024-04-18T21:49:24.648 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:24 smithi049 bash[21694]: [18/Apr/2024:21:49:24] ENGINE Bus STARTED 2024-04-18T21:49:25.183 DEBUG:teuthology.orchestra.run.smithi049:> sudo pkill -f 'journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.a.service' 2024-04-18T21:49:25.212 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T21:49:25.212 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-18T21:49:25.212 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-18T21:49:25.212 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.b 2024-04-18T21:49:25.491 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:25 smithi080 systemd[1]: Stopping Ceph mon.b for 67f5eea4-fdcb-11ee-bc92-c7b262605968... 2024-04-18T21:49:25.492 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:25 smithi080 bash[22189]: debug 2024-04-18T21:49:25.330+0000 7f3eb66c8700 -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-04-18T21:49:25.492 INFO:journalctl@ceph.mon.b.smithi080.stdout:Apr 18 21:49:25 smithi080 bash[22189]: debug 2024-04-18T21:49:25.330+0000 7f3eb66c8700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-18T21:49:26.196 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.b.service' 2024-04-18T21:49:26.230 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T21:49:26.230 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-18T21:49:26.230 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-18T21:49:26.231 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.c 2024-04-18T21:49:26.251 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mon.c.service' 2024-04-18T21:49:26.350 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T21:49:26.350 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-18T21:49:26.350 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-18T21:49:26.350 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mgr.a 2024-04-18T21:49:26.748 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:26 smithi049 systemd[1]: Stopping Ceph mgr.a for 67f5eea4-fdcb-11ee-bc92-c7b262605968... 2024-04-18T21:49:26.749 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:26 smithi049 bash[21694]: debug 2024-04-18T21:49:26.501+0000 7f73732fc700 -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-04-18T21:49:26.749 INFO:journalctl@ceph.mgr.a.smithi049.stdout:Apr 18 21:49:26 smithi049 bash[21694]: debug 2024-04-18T21:49:26.501+0000 7f73732fc700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-18T21:49:27.411 DEBUG:teuthology.orchestra.run.smithi049:> sudo pkill -f 'journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mgr.a.service' 2024-04-18T21:49:27.439 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T21:49:27.440 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-18T21:49:27.440 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-18T21:49:27.440 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mgr.b 2024-04-18T21:49:27.816 INFO:journalctl@ceph.mgr.b.smithi080.stdout:Apr 18 21:49:27 smithi080 systemd[1]: Stopping Ceph mgr.b for 67f5eea4-fdcb-11ee-bc92-c7b262605968... 2024-04-18T21:49:28.290 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@mgr.b.service' 2024-04-18T21:49:28.312 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T21:49:28.313 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-18T21:49:28.313 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-04-18T21:49:28.313 DEBUG:teuthology.orchestra.run.smithi049:> sudo systemctl stop ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@osd.0 2024-04-18T21:49:28.603 INFO:journalctl@ceph.osd.0.smithi049.stdout:Apr 18 21:49:28 smithi049 systemd[1]: Stopping Ceph osd.0 for 67f5eea4-fdcb-11ee-bc92-c7b262605968... 2024-04-18T21:49:28.604 INFO:journalctl@ceph.osd.0.smithi049.stdout:Apr 18 21:49:28 smithi049 bash[31845]: debug 2024-04-18T21:49:28.465+0000 7f2df2a7a700 -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-04-18T21:49:28.604 INFO:journalctl@ceph.osd.0.smithi049.stdout:Apr 18 21:49:28 smithi049 bash[31845]: debug 2024-04-18T21:49:28.465+0000 7f2df2a7a700 -1 osd.0 23 *** Got signal Terminated *** 2024-04-18T21:49:28.604 INFO:journalctl@ceph.osd.0.smithi049.stdout:Apr 18 21:49:28 smithi049 bash[31845]: debug 2024-04-18T21:49:28.465+0000 7f2df2a7a700 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T21:49:34.853 INFO:journalctl@ceph.osd.0.smithi049.stdout:Apr 18 21:49:34 smithi049 bash[46255]: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968-osd-0 2024-04-18T21:49:34.853 INFO:journalctl@ceph.osd.0.smithi049.stdout:Apr 18 21:49:34 smithi049 bash[46319]: Error response from daemon: No such container: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968-osd-0 2024-04-18T21:49:36.646 DEBUG:teuthology.orchestra.run.smithi049:> sudo pkill -f 'journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@osd.0.service' 2024-04-18T21:49:36.691 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T21:49:36.691 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-04-18T21:49:36.691 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-04-18T21:49:36.691 DEBUG:teuthology.orchestra.run.smithi080:> sudo systemctl stop ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@osd.1 2024-04-18T21:49:36.836 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 21:49:36 smithi080 systemd[1]: Stopping Ceph osd.1 for 67f5eea4-fdcb-11ee-bc92-c7b262605968... 2024-04-18T21:49:37.066 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 21:49:36 smithi080 bash[27159]: debug 2024-04-18T21:49:36.838+0000 7ff6d7395700 -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-04-18T21:49:37.067 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 21:49:36 smithi080 bash[27159]: debug 2024-04-18T21:49:36.838+0000 7ff6d7395700 -1 osd.1 23 *** Got signal Terminated *** 2024-04-18T21:49:37.067 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 21:49:36 smithi080 bash[27159]: debug 2024-04-18T21:49:36.838+0000 7ff6d7395700 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T21:49:42.816 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 21:49:42 smithi080 bash[36526]: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968-osd-1 2024-04-18T21:49:43.566 INFO:journalctl@ceph.osd.1.smithi080.stdout:Apr 18 21:49:43 smithi080 bash[36770]: Error response from daemon: No such container: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968-osd-1 2024-04-18T21:49:45.647 DEBUG:teuthology.orchestra.run.smithi080:> sudo pkill -f 'journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@osd.1.service' 2024-04-18T21:49:45.691 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T21:49:45.691 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-04-18T21:49:45.691 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-04-18T21:49:45.691 DEBUG:teuthology.orchestra.run.smithi115:> sudo systemctl stop ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@osd.2 2024-04-18T21:49:46.154 INFO:journalctl@ceph.osd.2.smithi115.stdout:Apr 18 21:49:45 smithi115 systemd[1]: Stopping Ceph osd.2 for 67f5eea4-fdcb-11ee-bc92-c7b262605968... 2024-04-18T21:49:46.154 INFO:journalctl@ceph.osd.2.smithi115.stdout:Apr 18 21:49:45 smithi115 bash[27644]: debug 2024-04-18T21:49:45.842+0000 7f90361b4700 -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-04-18T21:49:46.154 INFO:journalctl@ceph.osd.2.smithi115.stdout:Apr 18 21:49:45 smithi115 bash[27644]: debug 2024-04-18T21:49:45.842+0000 7f90361b4700 -1 osd.2 23 *** Got signal Terminated *** 2024-04-18T21:49:46.154 INFO:journalctl@ceph.osd.2.smithi115.stdout:Apr 18 21:49:45 smithi115 bash[27644]: debug 2024-04-18T21:49:45.842+0000 7f90361b4700 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-04-18T21:49:52.091 INFO:journalctl@ceph.osd.2.smithi115.stdout:Apr 18 21:49:51 smithi115 bash[36937]: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968-osd-2 2024-04-18T21:49:52.403 INFO:journalctl@ceph.osd.2.smithi115.stdout:Apr 18 21:49:52 smithi115 bash[37194]: Error response from daemon: No such container: ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968-osd-2 2024-04-18T21:49:53.791 DEBUG:teuthology.orchestra.run.smithi115:> sudo pkill -f 'journalctl -f -n 0 -u ceph-67f5eea4-fdcb-11ee-bc92-c7b262605968@osd.2.service' 2024-04-18T21:49:53.828 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-18T21:49:53.828 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-04-18T21:49:53.828 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-18T21:49:54.000 INFO:teuthology.orchestra.run.smithi049.stdout:Deleting cluster with fsid: 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:50:02.012 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-18T21:50:02.179 INFO:teuthology.orchestra.run.smithi080.stdout:Deleting cluster with fsid: 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:50:10.253 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 --force --keep-logs 2024-04-18T21:50:10.861 INFO:teuthology.orchestra.run.smithi115.stdout:Deleting cluster with fsid: 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:50:18.802 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T21:50:18.817 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T21:50:18.832 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-18T21:50:18.844 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-18T21:50:18.846 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505/remote/smithi049/crash 2024-04-18T21:50:18.847 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/crash -- . 2024-04-18T21:50:18.873 INFO:teuthology.orchestra.run.smithi049.stderr:tar: /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-18T21:50:18.873 INFO:teuthology.orchestra.run.smithi049.stderr:tar: Error is not recoverable: exiting now 2024-04-18T21:50:18.875 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505/remote/smithi080/crash 2024-04-18T21:50:18.876 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/crash -- . 2024-04-18T21:50:18.888 INFO:teuthology.orchestra.run.smithi080.stderr:tar: /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-18T21:50:18.888 INFO:teuthology.orchestra.run.smithi080.stderr:tar: Error is not recoverable: exiting now 2024-04-18T21:50:18.890 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505/remote/smithi115/crash 2024-04-18T21:50:18.891 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/crash -- . 2024-04-18T21:50:18.903 INFO:teuthology.orchestra.run.smithi115.stderr:tar: /var/lib/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/crash: Cannot open: No such file or directory 2024-04-18T21:50:18.903 INFO:teuthology.orchestra.run.smithi115.stderr:tar: Error is not recoverable: exiting now 2024-04-18T21:50:18.904 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-18T21:50:18.904 DEBUG:teuthology.orchestra.run.smithi049:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-04-18T21:50:18.931 INFO:tasks.cephadm:Compressing logs... 2024-04-18T21:50:18.931 DEBUG:teuthology.orchestra.run.smithi049:> 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-04-18T21:50:18.974 DEBUG:teuthology.orchestra.run.smithi080:> 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-04-18T21:50:18.977 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-18T21:50:18.984 INFO:teuthology.orchestra.run.smithi049.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-18T21:50:18.987 INFO:teuthology.orchestra.run.smithi080.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-18T21:50:18.989 INFO:teuthology.orchestra.run.smithi115.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-18T21:50:18.997 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-18T21:50:18.997 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-osd.2.log 2024-04-18T21:50:18.997 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-18T21:50:19.000 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-18T21:50:19.000 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-osd.1.log 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.log 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi080.stderr: 82.9% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-osd.1.log: /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mgr.b.log 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.log 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.log: /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mon.c.log 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-volume.log: 82.9% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-18T21:50:19.001 INFO:teuthology.orchestra.run.smithi115.stderr:gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-18T21:50:19.002 INFO:teuthology.orchestra.run.smithi115.stderr: 87.7% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-18T21:50:19.006 INFO:teuthology.orchestra.run.smithi115.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mon.c.log: /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.audit.log: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-18T21:50:19.006 INFO:teuthology.orchestra.run.smithi115.stderr: 90.2% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-18T21:50:19.007 INFO:teuthology.orchestra.run.smithi080.stderr: 87.6% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-18T21:50:19.007 INFO:teuthology.orchestra.run.smithi080.stderr:gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mon.b.log 2024-04-18T21:50:19.008 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.audit.log: /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mgr.b.log: 83.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-18T21:50:19.008 INFO:teuthology.orchestra.run.smithi080.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mon.b.log: 90.4% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-18T21:50:19.009 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-18T21:50:19.009 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-osd.0.log 2024-04-18T21:50:19.009 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mon.a.log 2024-04-18T21:50:19.009 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.cephadm.log 2024-04-18T21:50:19.010 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.log 2024-04-18T21:50:19.010 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-volume.log 2024-04-18T21:50:19.010 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.log: 83.6% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.cephadm.log.gz 2024-04-18T21:50:19.010 INFO:teuthology.orchestra.run.smithi049.stderr:gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.audit.log 2024-04-18T21:50:19.010 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mgr.a.log 2024-04-18T21:50:19.010 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.audit.log: 87.6% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.log.gz 2024-04-18T21:50:19.010 INFO:teuthology.orchestra.run.smithi049.stderr:/var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mgr.a.log: 90.2% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph.audit.log.gz 2024-04-18T21:50:19.012 INFO:teuthology.orchestra.run.smithi080.stderr: 91.1% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mgr.b.log.gz 2024-04-18T21:50:19.017 INFO:teuthology.orchestra.run.smithi049.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-18T21:50:19.022 INFO:teuthology.orchestra.run.smithi115.stderr: 91.9% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-18T21:50:19.025 INFO:teuthology.orchestra.run.smithi080.stderr: 91.8% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-18T21:50:19.038 INFO:teuthology.orchestra.run.smithi049.stderr: 91.8% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-volume.log.gz 2024-04-18T21:50:19.041 INFO:teuthology.orchestra.run.smithi115.stderr: 93.6% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-osd.2.log.gz 2024-04-18T21:50:19.062 INFO:teuthology.orchestra.run.smithi049.stderr: 93.6% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-osd.0.log.gz 2024-04-18T21:50:19.091 INFO:teuthology.orchestra.run.smithi080.stderr: 93.9% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-osd.1.log.gz 2024-04-18T21:50:19.113 INFO:teuthology.orchestra.run.smithi115.stderr: 93.2% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mon.c.log.gz 2024-04-18T21:50:19.114 INFO:teuthology.orchestra.run.smithi115.stderr: 2024-04-18T21:50:19.115 INFO:teuthology.orchestra.run.smithi115.stderr:real 0m0.133s 2024-04-18T21:50:19.115 INFO:teuthology.orchestra.run.smithi115.stderr:user 0m0.200s 2024-04-18T21:50:19.115 INFO:teuthology.orchestra.run.smithi115.stderr:sys 0m0.009s 2024-04-18T21:50:19.151 INFO:teuthology.orchestra.run.smithi080.stderr: 92.8% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mon.b.log.gz 2024-04-18T21:50:19.152 INFO:teuthology.orchestra.run.smithi080.stderr: 2024-04-18T21:50:19.152 INFO:teuthology.orchestra.run.smithi080.stderr:real 0m0.174s 2024-04-18T21:50:19.153 INFO:teuthology.orchestra.run.smithi080.stderr:user 0m0.277s 2024-04-18T21:50:19.153 INFO:teuthology.orchestra.run.smithi080.stderr:sys 0m0.037s 2024-04-18T21:50:19.177 INFO:teuthology.orchestra.run.smithi049.stderr: 88.3% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mgr.a.log.gz 2024-04-18T21:50:19.423 INFO:teuthology.orchestra.run.smithi049.stderr: 91.3% -- replaced with /var/log/ceph/67f5eea4-fdcb-11ee-bc92-c7b262605968/ceph-mon.a.log.gz 2024-04-18T21:50:19.424 INFO:teuthology.orchestra.run.smithi049.stderr: 2024-04-18T21:50:19.424 INFO:teuthology.orchestra.run.smithi049.stderr:real 0m0.448s 2024-04-18T21:50:19.424 INFO:teuthology.orchestra.run.smithi049.stderr:user 0m0.701s 2024-04-18T21:50:19.425 INFO:teuthology.orchestra.run.smithi049.stderr:sys 0m0.044s 2024-04-18T21:50:19.425 INFO:tasks.cephadm:Archiving logs... 2024-04-18T21:50:19.426 DEBUG:teuthology.misc:Transferring archived files from smithi049:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505/remote/smithi049/log 2024-04-18T21:50:19.427 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-18T21:50:19.585 DEBUG:teuthology.misc:Transferring archived files from smithi080:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505/remote/smithi080/log 2024-04-18T21:50:19.586 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-18T21:50:19.644 DEBUG:teuthology.misc:Transferring archived files from smithi115:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505/remote/smithi115/log 2024-04-18T21:50:19.645 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-18T21:50:19.700 INFO:tasks.cephadm:Removing cluster... 2024-04-18T21:50:19.700 DEBUG:teuthology.orchestra.run.smithi049:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 --force 2024-04-18T21:50:19.867 INFO:teuthology.orchestra.run.smithi049.stdout:Deleting cluster with fsid: 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:50:21.220 DEBUG:teuthology.orchestra.run.smithi080:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 --force 2024-04-18T21:50:21.388 INFO:teuthology.orchestra.run.smithi080.stdout:Deleting cluster with fsid: 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:50:22.730 DEBUG:teuthology.orchestra.run.smithi115:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 67f5eea4-fdcb-11ee-bc92-c7b262605968 --force 2024-04-18T21:50:22.890 INFO:teuthology.orchestra.run.smithi115.stdout:Deleting cluster with fsid: 67f5eea4-fdcb-11ee-bc92-c7b262605968 2024-04-18T21:50:24.225 INFO:tasks.cephadm:Removing cephadm ... 2024-04-18T21:50:24.225 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-18T21:50:24.232 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-18T21:50:24.238 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-18T21:50:24.243 INFO:tasks.cephadm:Teardown complete 2024-04-18T21:50:24.243 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-18T21:50:24.253 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-04-18T21:50:24.253 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-18T21:50:24.274 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-18T21:50:24.283 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-18T21:50:24.371 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-18T21:50:24.380 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-18T21:50:24.380 DEBUG:teuthology.orchestra.run.smithi049:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-18T21:50:24.383 DEBUG:teuthology.orchestra.run.smithi080:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-18T21:50:24.385 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-18T21:50:24.393 INFO:teuthology.orchestra.run.smithi049.stdout: remote refid st t when poll reach delay offset jitter 2024-04-18T21:50:24.393 INFO:teuthology.orchestra.run.smithi049.stdout:============================================================================== 2024-04-18T21:50:24.393 INFO:teuthology.orchestra.run.smithi049.stdout:+hv01.front.sepi 138.236.128.36 3 u 34 64 377 0.105 -8.015 2.663 2024-04-18T21:50:24.393 INFO:teuthology.orchestra.run.smithi049.stdout:*hv02.front.sepi 63.231.80.2 3 u 30 64 377 0.082 -3.336 2.659 2024-04-18T21:50:24.393 INFO:teuthology.orchestra.run.smithi049.stdout:+hv03.front.sepi 74.6.168.72 3 u 30 64 377 0.086 -3.786 1.962 2024-04-18T21:50:24.393 INFO:teuthology.orchestra.run.smithi049.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-18T21:50:24.396 INFO:teuthology.orchestra.run.smithi080.stdout: remote refid st t when poll reach delay offset jitter 2024-04-18T21:50:24.396 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================== 2024-04-18T21:50:24.396 INFO:teuthology.orchestra.run.smithi080.stdout:+hv01.front.sepi 138.236.128.36 3 u 30 64 377 0.107 -3.064 2.799 2024-04-18T21:50:24.397 INFO:teuthology.orchestra.run.smithi080.stdout:*hv02.front.sepi 63.231.80.2 3 u 38 64 377 0.099 -2.802 2.036 2024-04-18T21:50:24.397 INFO:teuthology.orchestra.run.smithi080.stdout:+hv03.front.sepi 74.6.168.72 3 u 21 64 377 0.078 -3.655 1.292 2024-04-18T21:50:24.397 INFO:teuthology.orchestra.run.smithi080.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-18T21:50:24.398 INFO:teuthology.orchestra.run.smithi115.stdout: remote refid st t when poll reach delay offset jitter 2024-04-18T21:50:24.398 INFO:teuthology.orchestra.run.smithi115.stdout:============================================================================== 2024-04-18T21:50:24.398 INFO:teuthology.orchestra.run.smithi115.stdout:+hv01.front.sepi 138.236.128.36 3 u 31 128 377 0.061 -3.343 0.851 2024-04-18T21:50:24.398 INFO:teuthology.orchestra.run.smithi115.stdout:*hv02.front.sepi 63.231.80.2 3 u 32 128 377 0.079 -3.220 0.702 2024-04-18T21:50:24.398 INFO:teuthology.orchestra.run.smithi115.stdout:+hv03.front.sepi 74.6.168.72 3 u 30 128 377 0.088 -2.089 0.559 2024-04-18T21:50:24.398 INFO:teuthology.orchestra.run.smithi115.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-04-18T21:50:24.399 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-18T21:50:24.408 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-18T21:50:24.408 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-18T21:50:24.417 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-18T21:50:24.425 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-18T21:50:24.434 INFO:teuthology.task.internal:Duration was 1516.184602 seconds 2024-04-18T21:50:24.434 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-18T21:50:24.443 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-18T21:50:24.443 DEBUG:teuthology.orchestra.run.smithi049:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T21:50:24.446 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T21:50:24.448 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T21:50:24.482 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-18T21:50:24.483 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi049.front.sepia.ceph.com 2024-04-18T21:50:24.483 DEBUG:teuthology.orchestra.run.smithi049:> 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-04-18T21:50:24.530 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi080.front.sepia.ceph.com 2024-04-18T21:50:24.530 DEBUG:teuthology.orchestra.run.smithi080:> 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-04-18T21:50:24.540 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2024-04-18T21:50:24.540 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-18T21:50:24.550 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-18T21:50:24.550 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T21:50:24.574 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T21:50:24.582 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T21:50:24.626 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-18T21:50:24.626 DEBUG:teuthology.orchestra.run.smithi049:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T21:50:24.658 DEBUG:teuthology.orchestra.run.smithi080:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T21:50:24.662 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T21:50:24.757 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-18T21:50:24.767 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-18T21:50:24.767 DEBUG:teuthology.orchestra.run.smithi049:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T21:50:24.778 DEBUG:teuthology.orchestra.run.smithi080:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T21:50:24.789 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T21:50:24.801 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-18T21:50:24.810 DEBUG:teuthology.orchestra.run.smithi049:> 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-04-18T21:50:24.823 DEBUG:teuthology.orchestra.run.smithi080:> 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-04-18T21:50:24.833 INFO:teuthology.orchestra.run.smithi049.stdout:kernel.core_pattern = core 2024-04-18T21:50:24.834 DEBUG:teuthology.orchestra.run.smithi115:> 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-04-18T21:50:24.843 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = core 2024-04-18T21:50:24.853 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2024-04-18T21:50:24.875 DEBUG:teuthology.orchestra.run.smithi049:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T21:50:24.899 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:50:24.900 DEBUG:teuthology.orchestra.run.smithi080:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T21:50:24.904 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:50:24.905 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T21:50:24.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T21:50:24.923 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-18T21:50:24.932 INFO:teuthology.task.internal:Transferring archived files... 2024-04-18T21:50:24.933 DEBUG:teuthology.misc:Transferring archived files from smithi049:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505/remote/smithi049 2024-04-18T21:50:24.933 DEBUG:teuthology.orchestra.run.smithi049:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T21:50:24.963 DEBUG:teuthology.misc:Transferring archived files from smithi080:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505/remote/smithi080 2024-04-18T21:50:24.964 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T21:50:24.987 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-18_21:00:02-rados-squid-distro-default-smithi/7662505/remote/smithi115 2024-04-18T21:50:24.987 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T21:50:25.009 INFO:teuthology.task.internal:Removing archive directory... 2024-04-18T21:50:25.009 DEBUG:teuthology.orchestra.run.smithi049:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T21:50:25.012 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T21:50:25.030 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T21:50:25.051 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-18T21:50:25.063 INFO:teuthology.task.internal:Not uploading archives. 2024-04-18T21:50:25.063 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-18T21:50:25.072 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-18T21:50:25.073 DEBUG:teuthology.orchestra.run.smithi049:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T21:50:25.075 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T21:50:25.078 INFO:teuthology.orchestra.run.smithi049.stdout: 658468 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 21:50 /home/ubuntu/cephtest 2024-04-18T21:50:25.079 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T21:50:25.082 INFO:teuthology.orchestra.run.smithi080.stdout: 658644 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 21:50 /home/ubuntu/cephtest 2024-04-18T21:50:25.100 INFO:teuthology.orchestra.run.smithi115.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 21:50 /home/ubuntu/cephtest 2024-04-18T21:50:25.101 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-18T21:50:25.111 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-18T21:50:25.133 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1516.184602022171 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-04-18T21:50:25.133 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T21:50:25.216 INFO:teuthology.run:pass