2024-03-21T11:40:26.744 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-21T11:40:26.744 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823 --name adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823/orig.config.yaml 2024-03-21T11:40:26.774 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T11:40:26.868 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823 branch: wip-adk-testing-2024-03-20-2326 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false job_id: '7614823' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-03-20-2326 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down, quorum - is down \(out of quorum\) sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 workunit: branch: wip-adk-testing-2024-03-20-2326 sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 owner: scheduled_adking@teuthology priority: 80 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 4016 sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-03-20-2326 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 targets: smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOos8N76ffPDvh6IuZillDmkzI7S4NMTpWzKrdi8+Mxk6bd1s1XjhBZ9PFsoc3Qs0TO8aMStbipleSZ/RMS8BPs= smithi137.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDrbJ/ilq9LWaVD/S4d29xJ0Qsd/YVhIA1uc09mqvV6Z5sf+6dSCZ+FPNotJi/o3y2xSLSmRG8nMP1VztlWsZuk= smithi189.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNnbREEkyr4H72ewYu+OjicSLPe0NHPVo/pAisfAm4PrJYyJYAINWfT6Jn5fFTJM3LinqjxKXbJjYtSqJuDuhQs= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-21_11:21:25 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-21T11:40:26.868 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa; will attempt to use it 2024-03-21T11:40:26.869 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks 2024-03-21T11:40:26.869 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-21T11:40:26.870 INFO:teuthology.task.internal:Checking packages... 2024-03-21T11:40:26.896 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'ba760091cd7bd2b0d23f4825ac856ba66450e988' 2024-03-21T11:40:26.896 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-21T11:40:26.896 INFO:teuthology.packaging:ref: None 2024-03-21T11:40:26.896 INFO:teuthology.packaging:tag: None 2024-03-21T11:40:26.896 INFO:teuthology.packaging:branch: wip-adk-testing-2024-03-20-2326 2024-03-21T11:40:26.896 INFO:teuthology.packaging:sha1: ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:40:26.897 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-03-20-2326 2024-03-21T11:40:27.043 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2309-gba760091-1jammy 2024-03-21T11:40:27.045 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-21T11:40:27.051 INFO:teuthology.task.internal:no buildpackages task found 2024-03-21T11:40:27.051 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-21T11:40:27.059 INFO:teuthology.task.internal:Saving configuration 2024-03-21T11:40:27.074 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-21T11:40:27.080 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T11:40:27.121 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 11:34:25.452415', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII8WBUZwOIkt9j8od/oAWLVEoGtnd29lsn6peJ1mak41'} 2024-03-21T11:40:27.142 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 11:34:25.456238', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG/mKtPU6N1hJk4ZzrsnA8t+PfUopqeA9jcetvVCVW6f'} 2024-03-21T11:40:27.166 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 11:34:25.455374', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA+6wYr4flC/htlFTEvptx4MkQDJil5buMZ3XGl8U/pA'} 2024-03-21T11:40:27.166 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-21T11:40:27.173 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-21T11:40:27.173 INFO:teuthology.task.internal:roles: ubuntu@smithi137.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-21T11:40:27.173 INFO:teuthology.task.internal:roles: ubuntu@smithi189.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-21T11:40:27.173 INFO:teuthology.run_tasks:Running task console_log... 2024-03-21T11:40:27.280 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4e51e20f70>, signals=[15]) 2024-03-21T11:40:27.281 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-21T11:40:27.289 INFO:teuthology.task.internal:Opening connections... 2024-03-21T11:40:27.289 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-03-21T11:40:27.291 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:40:27.416 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi137.front.sepia.ceph.com 2024-03-21T11:40:27.417 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:40:27.497 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi189.front.sepia.ceph.com 2024-03-21T11:40:27.498 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:40:27.579 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-21T11:40:27.585 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-03-21T11:40:27.591 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-03-21T11:40:27.591 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-03-21T11:40:27.640 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T11:40:27.640 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="Ubuntu" 2024-03-21T11:40:27.640 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="22.04" 2024-03-21T11:40:27.640 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T11:40:27.640 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_CODENAME=jammy 2024-03-21T11:40:27.640 INFO:teuthology.orchestra.run.smithi094.stdout:ID=ubuntu 2024-03-21T11:40:27.641 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE=debian 2024-03-21T11:40:27.641 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T11:40:27.641 INFO:teuthology.orchestra.run.smithi094.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T11:40:27.641 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T11:40:27.641 INFO:teuthology.orchestra.run.smithi094.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T11:40:27.641 INFO:teuthology.orchestra.run.smithi094.stdout:UBUNTU_CODENAME=jammy 2024-03-21T11:40:27.642 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-03-21T11:40:27.668 DEBUG:teuthology.orchestra.run.smithi137:> uname -m 2024-03-21T11:40:27.674 INFO:teuthology.orchestra.run.smithi137.stdout:x86_64 2024-03-21T11:40:27.674 DEBUG:teuthology.orchestra.run.smithi137:> cat /etc/os-release 2024-03-21T11:40:27.719 INFO:teuthology.orchestra.run.smithi137.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T11:40:27.719 INFO:teuthology.orchestra.run.smithi137.stdout:NAME="Ubuntu" 2024-03-21T11:40:27.719 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_ID="22.04" 2024-03-21T11:40:27.720 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T11:40:27.720 INFO:teuthology.orchestra.run.smithi137.stdout:VERSION_CODENAME=jammy 2024-03-21T11:40:27.720 INFO:teuthology.orchestra.run.smithi137.stdout:ID=ubuntu 2024-03-21T11:40:27.720 INFO:teuthology.orchestra.run.smithi137.stdout:ID_LIKE=debian 2024-03-21T11:40:27.720 INFO:teuthology.orchestra.run.smithi137.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T11:40:27.720 INFO:teuthology.orchestra.run.smithi137.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T11:40:27.720 INFO:teuthology.orchestra.run.smithi137.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T11:40:27.720 INFO:teuthology.orchestra.run.smithi137.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T11:40:27.720 INFO:teuthology.orchestra.run.smithi137.stdout:UBUNTU_CODENAME=jammy 2024-03-21T11:40:27.720 INFO:teuthology.lock.ops:Updating smithi137.front.sepia.ceph.com on lock server 2024-03-21T11:40:27.743 DEBUG:teuthology.orchestra.run.smithi189:> uname -m 2024-03-21T11:40:27.749 INFO:teuthology.orchestra.run.smithi189.stdout:x86_64 2024-03-21T11:40:27.749 DEBUG:teuthology.orchestra.run.smithi189:> cat /etc/os-release 2024-03-21T11:40:27.794 INFO:teuthology.orchestra.run.smithi189.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:NAME="Ubuntu" 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_ID="22.04" 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_CODENAME=jammy 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:ID=ubuntu 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:ID_LIKE=debian 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-21T11:40:27.795 INFO:teuthology.orchestra.run.smithi189.stdout:UBUNTU_CODENAME=jammy 2024-03-21T11:40:27.796 INFO:teuthology.lock.ops:Updating smithi189.front.sepia.ceph.com on lock server 2024-03-21T11:40:27.826 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-21T11:40:27.835 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-21T11:40:27.840 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-21T11:40:27.841 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-03-21T11:40:27.843 DEBUG:teuthology.orchestra.run.smithi137:> test '!' -e /home/ubuntu/cephtest 2024-03-21T11:40:27.848 DEBUG:teuthology.orchestra.run.smithi189:> test '!' -e /home/ubuntu/cephtest 2024-03-21T11:40:27.853 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-21T11:40:27.860 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-21T11:40:27.861 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-03-21T11:40:27.889 DEBUG:teuthology.orchestra.run.smithi137:> test -z $(ls -A /var/lib/ceph) 2024-03-21T11:40:27.897 DEBUG:teuthology.orchestra.run.smithi189:> test -z $(ls -A /var/lib/ceph) 2024-03-21T11:40:27.999 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-21T11:40:28.069 INFO:teuthology.run_tasks:Running task kernel... 2024-03-21T11:40:28.088 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-21T11:40:28.088 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-21T11:40:28.089 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T11:40:28.089 DEBUG:teuthology.orchestra.run.smithi137:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T11:40:28.090 DEBUG:teuthology.orchestra.run.smithi189:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-21T11:40:28.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:40:28.095 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-03-21T11:40:28.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:40:28.096 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T11:40:28.097 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-03-21T11:40:28.097 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-03-21T11:40:28.143 INFO:teuthology.orchestra.run.smithi189.stdout:5.15.0-56-generic 2024-03-21T11:40:28.143 INFO:teuthology.task.kernel:Running kernel on smithi189: 5.15.0-56-generic 2024-03-21T11:40:28.143 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get clean 2024-03-21T11:40:28.145 INFO:teuthology.orchestra.run.smithi094.stdout:5.15.0-56-generic 2024-03-21T11:40:28.145 INFO:teuthology.orchestra.run.smithi137.stdout:5.15.0-56-generic 2024-03-21T11:40:28.145 INFO:teuthology.task.kernel:Running kernel on smithi094: 5.15.0-56-generic 2024-03-21T11:40:28.145 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get clean 2024-03-21T11:40:28.146 INFO:teuthology.task.kernel:Running kernel on smithi137: 5.15.0-56-generic 2024-03-21T11:40:28.146 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get clean 2024-03-21T11:40:28.273 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-03-21T11:40:28.280 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-03-21T11:40:28.300 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get update 2024-03-21T11:40:28.410 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:40:28.421 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:40:28.421 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T11:40:28.425 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T11:40:28.432 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T11:40:28.458 INFO:teuthology.orchestra.run.smithi189.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T11:40:28.511 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T11:40:28.511 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T11:40:28.517 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T11:40:28.561 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:40:28.642 INFO:teuthology.orchestra.run.smithi189.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-21T11:40:28.656 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T11:40:28.659 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T11:40:28.678 INFO:teuthology.orchestra.run.smithi189.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T11:40:28.725 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T11:40:28.737 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T11:40:28.758 INFO:teuthology.orchestra.run.smithi189.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T11:40:28.774 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T11:40:28.780 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T11:40:28.785 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T11:40:28.789 INFO:teuthology.orchestra.run.smithi137.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T11:40:28.789 INFO:teuthology.orchestra.run.smithi137.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T11:40:28.790 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T11:40:28.791 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T11:40:28.828 INFO:teuthology.orchestra.run.smithi094.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T11:40:28.832 INFO:teuthology.orchestra.run.smithi094.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T11:40:28.835 INFO:teuthology.orchestra.run.smithi189.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T11:40:28.841 INFO:teuthology.orchestra.run.smithi094.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T11:40:28.846 INFO:teuthology.orchestra.run.smithi137.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T11:40:28.847 INFO:teuthology.orchestra.run.smithi137.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T11:40:28.851 INFO:teuthology.orchestra.run.smithi094.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T11:40:28.853 INFO:teuthology.orchestra.run.smithi137.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T11:40:28.853 INFO:teuthology.orchestra.run.smithi137.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T11:40:28.856 INFO:teuthology.orchestra.run.smithi189.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T11:40:28.856 INFO:teuthology.orchestra.run.smithi189.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T11:40:28.858 INFO:teuthology.orchestra.run.smithi094.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T11:40:28.898 INFO:teuthology.orchestra.run.smithi137.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T11:40:28.912 INFO:teuthology.orchestra.run.smithi137.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T11:40:28.923 INFO:teuthology.orchestra.run.smithi094.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T11:40:28.924 INFO:teuthology.orchestra.run.smithi137.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T11:40:28.926 INFO:teuthology.orchestra.run.smithi094.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T11:40:28.926 INFO:teuthology.orchestra.run.smithi094.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T11:40:28.926 INFO:teuthology.orchestra.run.smithi094.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T11:40:28.926 INFO:teuthology.orchestra.run.smithi094.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T11:40:28.927 INFO:teuthology.orchestra.run.smithi094.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T11:40:28.927 INFO:teuthology.orchestra.run.smithi094.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T11:40:28.928 INFO:teuthology.orchestra.run.smithi094.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T11:40:28.928 INFO:teuthology.orchestra.run.smithi094.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T11:40:28.938 INFO:teuthology.orchestra.run.smithi189.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T11:40:28.939 INFO:teuthology.orchestra.run.smithi189.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T11:40:28.945 INFO:teuthology.orchestra.run.smithi189.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T11:40:28.945 INFO:teuthology.orchestra.run.smithi189.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T11:40:28.945 INFO:teuthology.orchestra.run.smithi094.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-21T11:40:28.953 INFO:teuthology.orchestra.run.smithi094.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T11:40:28.955 INFO:teuthology.orchestra.run.smithi189.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T11:40:28.957 INFO:teuthology.orchestra.run.smithi137.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T11:40:28.957 INFO:teuthology.orchestra.run.smithi137.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T11:40:28.957 INFO:teuthology.orchestra.run.smithi137.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T11:40:28.960 INFO:teuthology.orchestra.run.smithi137.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T11:40:28.960 INFO:teuthology.orchestra.run.smithi137.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T11:40:28.962 INFO:teuthology.orchestra.run.smithi137.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T11:40:28.962 INFO:teuthology.orchestra.run.smithi137.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T11:40:28.962 INFO:teuthology.orchestra.run.smithi137.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T11:40:28.971 INFO:teuthology.orchestra.run.smithi189.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T11:40:28.973 INFO:teuthology.orchestra.run.smithi094.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T11:40:28.973 INFO:teuthology.orchestra.run.smithi189.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T11:40:28.974 INFO:teuthology.orchestra.run.smithi189.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T11:40:28.974 INFO:teuthology.orchestra.run.smithi189.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T11:40:28.974 INFO:teuthology.orchestra.run.smithi094.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T11:40:28.975 INFO:teuthology.orchestra.run.smithi094.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T11:40:28.975 INFO:teuthology.orchestra.run.smithi094.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T11:40:28.986 INFO:teuthology.orchestra.run.smithi137.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T11:40:28.987 INFO:teuthology.orchestra.run.smithi137.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T11:40:28.992 INFO:teuthology.orchestra.run.smithi137.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T11:40:28.993 INFO:teuthology.orchestra.run.smithi137.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T11:40:28.999 INFO:teuthology.orchestra.run.smithi189.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-21T11:40:29.005 INFO:teuthology.orchestra.run.smithi137.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T11:40:29.019 INFO:teuthology.orchestra.run.smithi137.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T11:40:29.022 INFO:teuthology.orchestra.run.smithi137.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T11:40:29.022 INFO:teuthology.orchestra.run.smithi137.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T11:40:29.023 INFO:teuthology.orchestra.run.smithi137.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T11:40:29.030 INFO:teuthology.orchestra.run.smithi137.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T11:40:29.030 INFO:teuthology.orchestra.run.smithi137.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T11:40:29.031 INFO:teuthology.orchestra.run.smithi137.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T11:40:29.031 INFO:teuthology.orchestra.run.smithi137.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T11:40:29.032 INFO:teuthology.orchestra.run.smithi137.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T11:40:29.034 INFO:teuthology.orchestra.run.smithi189.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T11:40:29.034 INFO:teuthology.orchestra.run.smithi189.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T11:40:29.050 INFO:teuthology.orchestra.run.smithi137.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T11:40:29.051 INFO:teuthology.orchestra.run.smithi137.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T11:40:29.051 INFO:teuthology.orchestra.run.smithi137.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T11:40:29.051 INFO:teuthology.orchestra.run.smithi137.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T11:40:29.052 INFO:teuthology.orchestra.run.smithi137.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T11:40:29.136 INFO:teuthology.orchestra.run.smithi189.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-21T11:40:29.346 INFO:teuthology.orchestra.run.smithi094.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-21T11:40:29.365 INFO:teuthology.orchestra.run.smithi094.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-21T11:40:29.374 INFO:teuthology.orchestra.run.smithi094.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-21T11:40:29.375 INFO:teuthology.orchestra.run.smithi094.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-21T11:40:29.376 INFO:teuthology.orchestra.run.smithi094.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-21T11:40:29.438 INFO:teuthology.orchestra.run.smithi189.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-21T11:40:29.468 INFO:teuthology.orchestra.run.smithi094.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-21T11:40:29.477 INFO:teuthology.orchestra.run.smithi189.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-21T11:40:29.478 INFO:teuthology.orchestra.run.smithi094.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T11:40:29.479 INFO:teuthology.orchestra.run.smithi094.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-21T11:40:29.492 INFO:teuthology.orchestra.run.smithi189.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-21T11:40:29.493 INFO:teuthology.orchestra.run.smithi189.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-21T11:40:29.494 INFO:teuthology.orchestra.run.smithi189.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-21T11:40:29.500 INFO:teuthology.orchestra.run.smithi094.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-21T11:40:29.554 INFO:teuthology.orchestra.run.smithi189.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-21T11:40:29.560 INFO:teuthology.orchestra.run.smithi189.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-21T11:40:29.686 INFO:teuthology.orchestra.run.smithi094.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-21T11:40:29.725 INFO:teuthology.orchestra.run.smithi189.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-21T11:40:30.082 INFO:teuthology.orchestra.run.smithi094.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-21T11:40:30.088 INFO:teuthology.orchestra.run.smithi094.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-21T11:40:30.088 INFO:teuthology.orchestra.run.smithi094.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-21T11:40:30.103 INFO:teuthology.orchestra.run.smithi094.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-21T11:40:30.105 INFO:teuthology.orchestra.run.smithi094.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-21T11:40:30.303 INFO:teuthology.orchestra.run.smithi189.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-21T11:40:30.414 INFO:teuthology.orchestra.run.smithi189.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-21T11:40:30.433 INFO:teuthology.orchestra.run.smithi189.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-21T11:40:30.435 INFO:teuthology.orchestra.run.smithi189.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-21T11:40:30.436 INFO:teuthology.orchestra.run.smithi189.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-21T11:40:30.439 INFO:teuthology.orchestra.run.smithi189.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-21T11:40:30.440 INFO:teuthology.orchestra.run.smithi189.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-21T11:40:30.440 INFO:teuthology.orchestra.run.smithi189.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-21T11:40:30.444 INFO:teuthology.orchestra.run.smithi189.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-21T11:40:30.449 INFO:teuthology.orchestra.run.smithi189.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-21T11:40:30.614 INFO:teuthology.orchestra.run.smithi189.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-21T11:40:30.698 INFO:teuthology.orchestra.run.smithi189.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-21T11:40:30.779 INFO:teuthology.orchestra.run.smithi189.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-21T11:40:30.860 INFO:teuthology.orchestra.run.smithi189.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-21T11:40:30.890 INFO:teuthology.orchestra.run.smithi189.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-21T11:40:34.360 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 12.5 MB in 2s (7,045 kB/s) 2024-03-21T11:40:34.454 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 12.5 MB in 2s (6,942 kB/s) 2024-03-21T11:40:35.129 INFO:teuthology.orchestra.run.smithi189.stdout:Fetched 12.5 MB in 3s (4,961 kB/s) 2024-03-21T11:40:35.750 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-03-21T11:40:35.768 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T11:40:35.802 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-03-21T11:40:35.820 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T11:40:35.830 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-03-21T11:40:35.881 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-03-21T11:40:36.006 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-03-21T11:40:36.007 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-03-21T11:40:36.078 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-03-21T11:40:36.079 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-03-21T11:40:36.156 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:40:36.156 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:40:36.156 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:40:36.157 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:40:36.157 INFO:teuthology.orchestra.run.smithi094.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T11:40:36.157 INFO:teuthology.orchestra.run.smithi094.stdout: python2.7-minimal 2024-03-21T11:40:36.157 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:40:36.158 INFO:teuthology.orchestra.run.smithi094.stdout:The following additional packages will be installed: 2024-03-21T11:40:36.158 INFO:teuthology.orchestra.run.smithi094.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T11:40:36.158 INFO:teuthology.orchestra.run.smithi094.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T11:40:36.158 INFO:teuthology.orchestra.run.smithi094.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T11:40:36.160 INFO:teuthology.orchestra.run.smithi094.stdout:Suggested packages: 2024-03-21T11:40:36.160 INFO:teuthology.orchestra.run.smithi094.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T11:40:36.160 INFO:teuthology.orchestra.run.smithi094.stdout:Recommended packages: 2024-03-21T11:40:36.160 INFO:teuthology.orchestra.run.smithi094.stdout: thermald 2024-03-21T11:40:36.224 INFO:teuthology.orchestra.run.smithi094.stdout:The following NEW packages will be installed: 2024-03-21T11:40:36.224 INFO:teuthology.orchestra.run.smithi094.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T11:40:36.224 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T11:40:36.224 INFO:teuthology.orchestra.run.smithi094.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T11:40:36.225 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages will be upgraded: 2024-03-21T11:40:36.226 INFO:teuthology.orchestra.run.smithi094.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T11:40:36.248 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:40:36.249 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:40:36.249 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:40:36.249 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:40:36.249 INFO:teuthology.orchestra.run.smithi137.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T11:40:36.249 INFO:teuthology.orchestra.run.smithi137.stdout: python2.7-minimal 2024-03-21T11:40:36.250 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:40:36.250 INFO:teuthology.orchestra.run.smithi137.stdout:The following additional packages will be installed: 2024-03-21T11:40:36.250 INFO:teuthology.orchestra.run.smithi137.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T11:40:36.250 INFO:teuthology.orchestra.run.smithi137.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T11:40:36.251 INFO:teuthology.orchestra.run.smithi137.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T11:40:36.252 INFO:teuthology.orchestra.run.smithi137.stdout:Suggested packages: 2024-03-21T11:40:36.252 INFO:teuthology.orchestra.run.smithi137.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T11:40:36.252 INFO:teuthology.orchestra.run.smithi137.stdout:Recommended packages: 2024-03-21T11:40:36.252 INFO:teuthology.orchestra.run.smithi137.stdout: thermald 2024-03-21T11:40:36.313 INFO:teuthology.orchestra.run.smithi137.stdout:The following NEW packages will be installed: 2024-03-21T11:40:36.313 INFO:teuthology.orchestra.run.smithi137.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T11:40:36.313 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T11:40:36.313 INFO:teuthology.orchestra.run.smithi137.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T11:40:36.314 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages will be upgraded: 2024-03-21T11:40:36.315 INFO:teuthology.orchestra.run.smithi137.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T11:40:36.405 INFO:teuthology.orchestra.run.smithi094.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T11:40:36.406 INFO:teuthology.orchestra.run.smithi094.stdout:Need to get 113 MB of archives. 2024-03-21T11:40:36.406 INFO:teuthology.orchestra.run.smithi094.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T11:40:36.406 INFO:teuthology.orchestra.run.smithi094.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T11:40:36.495 INFO:teuthology.orchestra.run.smithi137.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T11:40:36.495 INFO:teuthology.orchestra.run.smithi137.stdout:Need to get 113 MB of archives. 2024-03-21T11:40:36.496 INFO:teuthology.orchestra.run.smithi137.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T11:40:36.496 INFO:teuthology.orchestra.run.smithi137.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T11:40:36.521 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-03-21T11:40:36.536 DEBUG:teuthology.orchestra.run.smithi189:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T11:40:36.595 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-03-21T11:40:36.786 INFO:teuthology.orchestra.run.smithi189.stdout:Building dependency tree... 2024-03-21T11:40:36.787 INFO:teuthology.orchestra.run.smithi189.stdout:Reading state information... 2024-03-21T11:40:36.948 INFO:teuthology.orchestra.run.smithi189.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:40:36.948 INFO:teuthology.orchestra.run.smithi189.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:40:36.948 INFO:teuthology.orchestra.run.smithi189.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:40:36.949 INFO:teuthology.orchestra.run.smithi189.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:40:36.949 INFO:teuthology.orchestra.run.smithi189.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-21T11:40:36.949 INFO:teuthology.orchestra.run.smithi189.stdout: python2.7-minimal 2024-03-21T11:40:36.949 INFO:teuthology.orchestra.run.smithi189.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:40:36.949 INFO:teuthology.orchestra.run.smithi189.stdout:The following additional packages will be installed: 2024-03-21T11:40:36.949 INFO:teuthology.orchestra.run.smithi189.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T11:40:36.949 INFO:teuthology.orchestra.run.smithi189.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-21T11:40:36.950 INFO:teuthology.orchestra.run.smithi189.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-21T11:40:36.951 INFO:teuthology.orchestra.run.smithi189.stdout:Suggested packages: 2024-03-21T11:40:36.951 INFO:teuthology.orchestra.run.smithi189.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-21T11:40:36.951 INFO:teuthology.orchestra.run.smithi189.stdout:Recommended packages: 2024-03-21T11:40:36.951 INFO:teuthology.orchestra.run.smithi189.stdout: thermald 2024-03-21T11:40:36.987 INFO:teuthology.orchestra.run.smithi189.stdout:The following NEW packages will be installed: 2024-03-21T11:40:36.987 INFO:teuthology.orchestra.run.smithi189.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-21T11:40:36.987 INFO:teuthology.orchestra.run.smithi189.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-21T11:40:36.988 INFO:teuthology.orchestra.run.smithi189.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-21T11:40:36.988 INFO:teuthology.orchestra.run.smithi189.stdout:The following packages will be upgraded: 2024-03-21T11:40:36.989 INFO:teuthology.orchestra.run.smithi189.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-21T11:40:37.169 INFO:teuthology.orchestra.run.smithi189.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T11:40:37.169 INFO:teuthology.orchestra.run.smithi189.stdout:Need to get 113 MB of archives. 2024-03-21T11:40:37.169 INFO:teuthology.orchestra.run.smithi189.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-21T11:40:37.169 INFO:teuthology.orchestra.run.smithi189.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-21T11:40:37.821 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T11:40:37.921 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T11:40:38.167 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T11:40:38.330 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T11:40:38.580 INFO:teuthology.orchestra.run.smithi189.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-21T11:40:38.983 INFO:teuthology.orchestra.run.smithi189.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-21T11:40:40.417 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T11:40:40.417 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T11:40:40.418 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T11:40:40.545 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T11:40:40.545 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T11:40:40.545 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T11:40:40.837 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T11:40:40.918 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T11:40:41.174 INFO:teuthology.orchestra.run.smithi189.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-21T11:40:41.175 INFO:teuthology.orchestra.run.smithi189.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-21T11:40:41.175 INFO:teuthology.orchestra.run.smithi189.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-21T11:40:41.294 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 113 MB in 5s (24.1 MB/s) 2024-03-21T11:40:41.490 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T11:40:41.660 INFO:teuthology.orchestra.run.smithi189.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T11:40:41.716 INFO:teuthology.orchestra.run.smithi189.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T11:40:42.092 INFO:teuthology.orchestra.run.smithi189.stdout:Fetched 113 MB in 5s (24.0 MB/s) 2024-03-21T11:40:42.261 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T11:40:42.271 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-21T11:40:42.359 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-21T11:40:42.766 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 113 MB in 6s (18.7 MB/s) 2024-03-21T11:40:42.921 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-21T11:40:43.509 INFO:teuthology.orchestra.run.smithi094.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-21T11:40:43.513 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:40:43.577 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:40:44.258 INFO:teuthology.orchestra.run.smithi189.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-21T11:40:44.262 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:40:44.317 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:40:44.927 INFO:teuthology.orchestra.run.smithi137.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-03-21T11:40:44.931 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:40:44.993 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:40:45.652 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T11:40:45.674 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:40:45.756 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:40:46.150 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T11:40:46.171 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:40:46.208 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:40:46.402 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T11:40:46.423 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:40:46.522 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:40:47.086 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-21T11:40:47.107 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:40:47.211 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:40:47.463 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T11:40:47.484 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:40:47.522 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:40:47.656 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-21T11:40:47.677 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:40:47.714 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:40:53.286 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:40:53.388 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:40:53.722 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:40:53.851 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:40:53.951 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:40:54.075 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:40:54.162 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T11:40:54.184 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T11:40:54.212 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:40:54.246 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T11:40:54.314 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:40:54.418 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:40:54.521 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:40:54.630 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:40:54.752 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:40:54.782 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T11:40:54.805 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T11:40:54.849 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T11:40:55.055 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-21T11:40:55.077 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-21T11:40:55.113 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T11:41:00.260 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T11:41:00.298 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:41:00.335 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:00.342 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T11:41:00.379 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:41:00.417 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:01.004 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-21T11:41:01.040 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-21T11:41:01.079 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:03.079 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:41:03.202 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:41:03.459 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:41:03.535 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T11:41:03.581 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:41:03.624 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-21T11:41:03.658 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:03.748 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-21T11:41:03.784 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T11:41:03.913 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:03.915 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T11:41:04.715 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-21T11:41:04.782 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:04.820 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:04.896 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T11:41:04.921 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-21T11:41:05.000 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:05.025 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:05.865 INFO:teuthology.orchestra.run.smithi094.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:41:05.865 INFO:teuthology.orchestra.run.smithi094.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T11:41:05.865 INFO:teuthology.orchestra.run.smithi094.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:41:05.865 INFO:teuthology.orchestra.run.smithi094.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:06.018 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:06.314 INFO:teuthology.orchestra.run.smithi189.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:41:06.314 INFO:teuthology.orchestra.run.smithi189.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T11:41:06.314 INFO:teuthology.orchestra.run.smithi189.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:41:06.314 INFO:teuthology.orchestra.run.smithi189.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:06.342 INFO:teuthology.orchestra.run.smithi137.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:41:06.342 INFO:teuthology.orchestra.run.smithi137.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-21T11:41:06.342 INFO:teuthology.orchestra.run.smithi137.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:41:06.343 INFO:teuthology.orchestra.run.smithi137.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:06.460 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:06.502 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:07.436 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:07.877 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:07.944 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:08.813 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T11:41:08.938 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T11:41:09.048 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:09.101 INFO:teuthology.orchestra.run.smithi094.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T11:41:09.101 INFO:teuthology.orchestra.run.smithi094.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:09.262 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T11:41:09.295 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-21T11:41:09.388 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T11:41:09.396 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-21T11:41:09.489 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:09.506 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-21T11:41:09.542 INFO:teuthology.orchestra.run.smithi189.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T11:41:09.542 INFO:teuthology.orchestra.run.smithi189.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:09.571 INFO:teuthology.orchestra.run.smithi137.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-21T11:41:09.571 INFO:teuthology.orchestra.run.smithi137.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:23.141 INFO:teuthology.orchestra.run.smithi189.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T11:41:23.141 INFO:teuthology.orchestra.run.smithi189.stdout:Sourcing file `/etc/default/grub' 2024-03-21T11:41:23.151 INFO:teuthology.orchestra.run.smithi189.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T11:41:23.174 INFO:teuthology.orchestra.run.smithi189.stdout:Generating grub configuration file ... 2024-03-21T11:41:23.471 INFO:teuthology.orchestra.run.smithi189.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:41:23.500 INFO:teuthology.orchestra.run.smithi189.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:23.777 INFO:teuthology.orchestra.run.smithi189.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:41:23.783 INFO:teuthology.orchestra.run.smithi189.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T11:41:23.807 INFO:teuthology.orchestra.run.smithi094.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T11:41:23.807 INFO:teuthology.orchestra.run.smithi094.stdout:Sourcing file `/etc/default/grub' 2024-03-21T11:41:23.831 INFO:teuthology.orchestra.run.smithi094.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T11:41:23.846 INFO:teuthology.orchestra.run.smithi189.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T11:41:23.852 INFO:teuthology.orchestra.run.smithi189.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T11:41:23.855 INFO:teuthology.orchestra.run.smithi094.stdout:Generating grub configuration file ... 2024-03-21T11:41:24.016 INFO:teuthology.orchestra.run.smithi189.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T11:41:24.017 INFO:teuthology.orchestra.run.smithi189.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T11:41:24.017 INFO:teuthology.orchestra.run.smithi189.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T11:41:24.056 INFO:teuthology.orchestra.run.smithi189.stdout:done 2024-03-21T11:41:24.087 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:41:24.102 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:24.321 INFO:teuthology.orchestra.run.smithi137.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-21T11:41:24.321 INFO:teuthology.orchestra.run.smithi137.stdout:Sourcing file `/etc/default/grub' 2024-03-21T11:41:24.334 INFO:teuthology.orchestra.run.smithi137.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T11:41:24.343 INFO:teuthology.orchestra.run.smithi137.stdout:Generating grub configuration file ... 2024-03-21T11:41:24.398 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:41:24.404 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T11:41:24.470 INFO:teuthology.orchestra.run.smithi094.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T11:41:24.476 INFO:teuthology.orchestra.run.smithi094.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T11:41:24.501 DEBUG:teuthology.orchestra.run.smithi189:> dpkg -s linux-image-generic 2024-03-21T11:41:24.528 INFO:teuthology.orchestra.run.smithi189.stdout:Package: linux-image-generic 2024-03-21T11:41:24.529 INFO:teuthology.orchestra.run.smithi189.stdout:Status: install ok installed 2024-03-21T11:41:24.529 INFO:teuthology.orchestra.run.smithi189.stdout:Priority: optional 2024-03-21T11:41:24.529 INFO:teuthology.orchestra.run.smithi189.stdout:Section: kernel 2024-03-21T11:41:24.529 INFO:teuthology.orchestra.run.smithi189.stdout:Installed-Size: 21 2024-03-21T11:41:24.529 INFO:teuthology.orchestra.run.smithi189.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T11:41:24.530 INFO:teuthology.orchestra.run.smithi189.stdout:Architecture: amd64 2024-03-21T11:41:24.530 INFO:teuthology.orchestra.run.smithi189.stdout:Source: linux-meta 2024-03-21T11:41:24.530 INFO:teuthology.orchestra.run.smithi189.stdout:Version: 5.15.0.101.98 2024-03-21T11:41:24.530 INFO:teuthology.orchestra.run.smithi189.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T11:41:24.530 INFO:teuthology.orchestra.run.smithi189.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T11:41:24.530 INFO:teuthology.orchestra.run.smithi189.stdout:Recommends: thermald 2024-03-21T11:41:24.531 INFO:teuthology.orchestra.run.smithi189.stdout:Description: Generic Linux kernel image 2024-03-21T11:41:24.531 INFO:teuthology.orchestra.run.smithi189.stdout: This package will always depend on the latest generic kernel image 2024-03-21T11:41:24.531 INFO:teuthology.orchestra.run.smithi189.stdout: available. 2024-03-21T11:41:24.531 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T11:41:24.532 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T11:41:24.532 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T11:41:24.532 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-21T11:41:24.532 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi189.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T11:41:24.533 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get clean 2024-03-21T11:41:24.634 INFO:teuthology.orchestra.run.smithi094.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T11:41:24.634 INFO:teuthology.orchestra.run.smithi094.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T11:41:24.634 INFO:teuthology.orchestra.run.smithi094.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T11:41:24.655 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:41:24.676 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:24.677 INFO:teuthology.orchestra.run.smithi094.stdout:done 2024-03-21T11:41:24.700 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get update 2024-03-21T11:41:24.918 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:41:24.927 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T11:41:24.947 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T11:41:25.024 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:41:25.029 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T11:41:25.034 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T11:41:25.097 INFO:teuthology.orchestra.run.smithi137.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T11:41:25.103 INFO:teuthology.orchestra.run.smithi137.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T11:41:25.151 DEBUG:teuthology.orchestra.run.smithi094:> dpkg -s linux-image-generic 2024-03-21T11:41:25.171 INFO:teuthology.orchestra.run.smithi094.stdout:Package: linux-image-generic 2024-03-21T11:41:25.171 INFO:teuthology.orchestra.run.smithi094.stdout:Status: install ok installed 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Priority: optional 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Section: kernel 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Installed-Size: 21 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: amd64 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Source: linux-meta 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Version: 5.15.0.101.98 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Recommends: thermald 2024-03-21T11:41:25.172 INFO:teuthology.orchestra.run.smithi094.stdout:Description: Generic Linux kernel image 2024-03-21T11:41:25.173 INFO:teuthology.orchestra.run.smithi094.stdout: This package will always depend on the latest generic kernel image 2024-03-21T11:41:25.173 INFO:teuthology.orchestra.run.smithi094.stdout: available. 2024-03-21T11:41:25.173 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T11:41:25.174 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T11:41:25.174 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T11:41:25.174 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-21T11:41:25.174 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi094.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T11:41:25.174 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get clean 2024-03-21T11:41:25.259 INFO:teuthology.orchestra.run.smithi137.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T11:41:25.259 INFO:teuthology.orchestra.run.smithi137.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T11:41:25.259 INFO:teuthology.orchestra.run.smithi137.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T11:41:25.308 INFO:teuthology.orchestra.run.smithi137.stdout:done 2024-03-21T11:41:25.352 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-03-21T11:41:25.489 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:41:25.489 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T11:41:25.506 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T11:41:25.590 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T11:41:25.750 DEBUG:teuthology.orchestra.run.smithi137:> dpkg -s linux-image-generic 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Package: linux-image-generic 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Status: install ok installed 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Priority: optional 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Section: kernel 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Installed-Size: 21 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: amd64 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Source: linux-meta 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Version: 5.15.0.101.98 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T11:41:25.779 INFO:teuthology.orchestra.run.smithi137.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T11:41:25.780 INFO:teuthology.orchestra.run.smithi137.stdout:Recommends: thermald 2024-03-21T11:41:25.780 INFO:teuthology.orchestra.run.smithi137.stdout:Description: Generic Linux kernel image 2024-03-21T11:41:25.780 INFO:teuthology.orchestra.run.smithi137.stdout: This package will always depend on the latest generic kernel image 2024-03-21T11:41:25.780 INFO:teuthology.orchestra.run.smithi137.stdout: available. 2024-03-21T11:41:25.780 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-21T11:41:25.780 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-21T11:41:25.780 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-21T11:41:25.780 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-21T11:41:25.780 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi137.front.sepia.ceph.com, path=None, version=distro) 2024-03-21T11:41:25.780 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get clean 2024-03-21T11:41:25.947 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-03-21T11:41:26.072 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:41:26.085 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T11:41:26.105 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T11:41:26.184 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-21T11:41:26.316 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-03-21T11:41:26.334 DEBUG:teuthology.orchestra.run.smithi189:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T11:41:26.392 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-03-21T11:41:26.591 INFO:teuthology.orchestra.run.smithi189.stdout:Building dependency tree... 2024-03-21T11:41:26.591 INFO:teuthology.orchestra.run.smithi189.stdout:Reading state information... 2024-03-21T11:41:26.766 INFO:teuthology.orchestra.run.smithi189.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T11:41:26.766 INFO:teuthology.orchestra.run.smithi189.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:41:26.766 INFO:teuthology.orchestra.run.smithi189.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:41:26.766 INFO:teuthology.orchestra.run.smithi189.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:41:26.767 INFO:teuthology.orchestra.run.smithi189.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:41:26.767 INFO:teuthology.orchestra.run.smithi189.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T11:41:26.767 INFO:teuthology.orchestra.run.smithi189.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T11:41:26.767 INFO:teuthology.orchestra.run.smithi189.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:41:26.808 INFO:teuthology.orchestra.run.smithi189.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T11:41:26.810 DEBUG:teuthology.orchestra.run.smithi189:> dpkg -s linux-image-generic 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Package: linux-image-generic 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Status: install ok installed 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Priority: optional 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Section: kernel 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Installed-Size: 21 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Architecture: amd64 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Source: linux-meta 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Version: 5.15.0.101.98 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T11:41:26.822 INFO:teuthology.orchestra.run.smithi189.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T11:41:26.823 INFO:teuthology.orchestra.run.smithi189.stdout:Recommends: thermald 2024-03-21T11:41:26.823 INFO:teuthology.orchestra.run.smithi189.stdout:Description: Generic Linux kernel image 2024-03-21T11:41:26.823 INFO:teuthology.orchestra.run.smithi189.stdout: This package will always depend on the latest generic kernel image 2024-03-21T11:41:26.823 INFO:teuthology.orchestra.run.smithi189.stdout: available. 2024-03-21T11:41:26.823 DEBUG:teuthology.orchestra.run.smithi189:> mktemp 2024-03-21T11:41:26.839 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-03-21T11:41:26.857 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T11:41:26.869 INFO:teuthology.orchestra.run.smithi189.stdout:/tmp/tmp.IpniGwbF3d 2024-03-21T11:41:26.869 DEBUG:teuthology.orchestra.run.smithi189:> sudo cp /boot/grub/grub.cfg /tmp/tmp.IpniGwbF3d 2024-03-21T11:41:26.908 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-03-21T11:41:26.924 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 0666 /tmp/tmp.IpniGwbF3d 2024-03-21T11:41:27.039 DEBUG:teuthology.orchestra.remote:smithi189:/tmp/tmp.IpniGwbF3d is 10KB 2024-03-21T11:41:27.052 DEBUG:teuthology.orchestra.run.smithi189:> rm -fr /tmp/tmp.IpniGwbF3d 2024-03-21T11:41:27.057 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T11:41:27.104 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-03-21T11:41:27.104 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-03-21T11:41:27.113 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:41:27.113 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T11:41:27.113 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T11:41:27.181 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T11:41:27.181 DEBUG:teuthology.orchestra.run.smithi189:> sudo update-grub 2024-03-21T11:41:27.256 INFO:teuthology.orchestra.run.smithi094.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T11:41:27.257 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:41:27.257 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:41:27.257 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:41:27.257 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:41:27.257 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T11:41:27.257 INFO:teuthology.orchestra.run.smithi094.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T11:41:27.257 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:41:27.294 INFO:teuthology.orchestra.run.smithi094.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T11:41:27.296 DEBUG:teuthology.orchestra.run.smithi094:> dpkg -s linux-image-generic 2024-03-21T11:41:27.354 INFO:teuthology.orchestra.run.smithi094.stdout:Package: linux-image-generic 2024-03-21T11:41:27.354 INFO:teuthology.orchestra.run.smithi094.stdout:Status: install ok installed 2024-03-21T11:41:27.354 INFO:teuthology.orchestra.run.smithi094.stdout:Priority: optional 2024-03-21T11:41:27.354 INFO:teuthology.orchestra.run.smithi094.stdout:Section: kernel 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout:Installed-Size: 21 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout:Architecture: amd64 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout:Source: linux-meta 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout:Version: 5.15.0.101.98 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout:Recommends: thermald 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout:Description: Generic Linux kernel image 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout: This package will always depend on the latest generic kernel image 2024-03-21T11:41:27.355 INFO:teuthology.orchestra.run.smithi094.stdout: available. 2024-03-21T11:41:27.355 DEBUG:teuthology.orchestra.run.smithi094:> mktemp 2024-03-21T11:41:27.399 INFO:teuthology.orchestra.run.smithi094.stdout:/tmp/tmp.f14Re5w6UC 2024-03-21T11:41:27.399 DEBUG:teuthology.orchestra.run.smithi094:> sudo cp /boot/grub/grub.cfg /tmp/tmp.f14Re5w6UC 2024-03-21T11:41:27.455 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 0666 /tmp/tmp.f14Re5w6UC 2024-03-21T11:41:27.456 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-03-21T11:41:27.473 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-21T11:41:27.523 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-03-21T11:41:27.585 DEBUG:teuthology.orchestra.remote:smithi094:/tmp/tmp.f14Re5w6UC is 10KB 2024-03-21T11:41:27.598 DEBUG:teuthology.orchestra.run.smithi094:> rm -fr /tmp/tmp.f14Re5w6UC 2024-03-21T11:41:27.604 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T11:41:27.659 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:41:27.659 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T11:41:27.659 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T11:41:27.717 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-03-21T11:41:27.717 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-03-21T11:41:27.737 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T11:41:27.737 DEBUG:teuthology.orchestra.run.smithi094:> sudo update-grub 2024-03-21T11:41:27.868 INFO:teuthology.orchestra.run.smithi137.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-21T11:41:27.868 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:41:27.868 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:41:27.868 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:41:27.868 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:41:27.869 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T11:41:27.869 INFO:teuthology.orchestra.run.smithi137.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T11:41:27.869 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:41:27.908 INFO:teuthology.orchestra.run.smithi137.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-21T11:41:27.909 DEBUG:teuthology.orchestra.run.smithi137:> dpkg -s linux-image-generic 2024-03-21T11:41:27.964 INFO:teuthology.orchestra.run.smithi137.stdout:Package: linux-image-generic 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Status: install ok installed 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Priority: optional 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Section: kernel 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Installed-Size: 21 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Maintainer: Ubuntu Kernel Team 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Architecture: amd64 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Source: linux-meta 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Version: 5.15.0.101.98 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Recommends: thermald 2024-03-21T11:41:27.965 INFO:teuthology.orchestra.run.smithi137.stdout:Description: Generic Linux kernel image 2024-03-21T11:41:27.966 INFO:teuthology.orchestra.run.smithi137.stdout: This package will always depend on the latest generic kernel image 2024-03-21T11:41:27.966 INFO:teuthology.orchestra.run.smithi137.stdout: available. 2024-03-21T11:41:27.967 DEBUG:teuthology.orchestra.run.smithi137:> mktemp 2024-03-21T11:41:28.015 INFO:teuthology.orchestra.run.smithi137.stdout:/tmp/tmp.jeje7jDd9t 2024-03-21T11:41:28.015 DEBUG:teuthology.orchestra.run.smithi137:> sudo cp /boot/grub/grub.cfg /tmp/tmp.jeje7jDd9t 2024-03-21T11:41:28.071 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 0666 /tmp/tmp.jeje7jDd9t 2024-03-21T11:41:28.192 DEBUG:teuthology.orchestra.remote:smithi137:/tmp/tmp.jeje7jDd9t is 10KB 2024-03-21T11:41:28.205 DEBUG:teuthology.orchestra.run.smithi137:> rm -fr /tmp/tmp.jeje7jDd9t 2024-03-21T11:41:28.211 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-21T11:41:28.266 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:41:28.266 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-21T11:41:28.266 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-21T11:41:28.316 INFO:teuthology.orchestra.run.smithi189.stderr:Sourcing file `/etc/default/grub' 2024-03-21T11:41:28.318 INFO:teuthology.orchestra.run.smithi189.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T11:41:28.320 INFO:teuthology.orchestra.run.smithi189.stderr:Generating grub configuration file ... 2024-03-21T11:41:28.334 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-21T11:41:28.335 DEBUG:teuthology.orchestra.run.smithi137:> sudo update-grub 2024-03-21T11:41:28.490 INFO:teuthology.orchestra.run.smithi189.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:41:28.496 INFO:teuthology.orchestra.run.smithi189.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:28.753 INFO:teuthology.orchestra.run.smithi189.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:41:28.758 INFO:teuthology.orchestra.run.smithi189.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T11:41:28.804 INFO:teuthology.orchestra.run.smithi189.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T11:41:28.809 INFO:teuthology.orchestra.run.smithi189.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T11:41:28.931 INFO:teuthology.orchestra.run.smithi094.stderr:Sourcing file `/etc/default/grub' 2024-03-21T11:41:28.933 INFO:teuthology.orchestra.run.smithi094.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T11:41:28.935 INFO:teuthology.orchestra.run.smithi094.stderr:Generating grub configuration file ... 2024-03-21T11:41:28.950 INFO:teuthology.orchestra.run.smithi189.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T11:41:28.950 INFO:teuthology.orchestra.run.smithi189.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T11:41:28.950 INFO:teuthology.orchestra.run.smithi189.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T11:41:28.973 INFO:teuthology.orchestra.run.smithi189.stderr:done 2024-03-21T11:41:28.982 DEBUG:teuthology.orchestra.run.smithi189:> sudo shutdown -r now 2024-03-21T11:41:29.128 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:41:29.134 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:29.375 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:41:29.381 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T11:41:29.423 INFO:teuthology.orchestra.run.smithi094.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T11:41:29.428 INFO:teuthology.orchestra.run.smithi094.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T11:41:29.485 INFO:teuthology.orchestra.run.smithi137.stderr:Sourcing file `/etc/default/grub' 2024-03-21T11:41:29.486 INFO:teuthology.orchestra.run.smithi137.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-21T11:41:29.488 INFO:teuthology.orchestra.run.smithi137.stderr:Generating grub configuration file ... 2024-03-21T11:41:29.553 INFO:teuthology.orchestra.run.smithi094.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T11:41:29.554 INFO:teuthology.orchestra.run.smithi094.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T11:41:29.554 INFO:teuthology.orchestra.run.smithi094.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T11:41:29.571 INFO:teuthology.orchestra.run.smithi094.stderr:done 2024-03-21T11:41:29.586 DEBUG:teuthology.orchestra.run.smithi094:> sudo shutdown -r now 2024-03-21T11:41:29.724 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-21T11:41:29.730 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-21T11:41:30.016 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-21T11:41:30.021 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-21T11:41:30.062 INFO:teuthology.orchestra.run.smithi137.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-21T11:41:30.067 INFO:teuthology.orchestra.run.smithi137.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-21T11:41:30.183 INFO:teuthology.orchestra.run.smithi137.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-21T11:41:30.183 INFO:teuthology.orchestra.run.smithi137.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-21T11:41:30.183 INFO:teuthology.orchestra.run.smithi137.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-21T11:41:30.202 INFO:teuthology.orchestra.run.smithi137.stderr:done 2024-03-21T11:41:30.211 DEBUG:teuthology.orchestra.run.smithi137:> sudo shutdown -r now 2024-03-21T11:41:59.010 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-21T11:41:59.011 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T11:41:59.012 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:41:59.590 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-21T11:41:59.590 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-03-21T11:41:59.591 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:42:00.214 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-21T11:42:00.214 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T11:42:00.215 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:42:17.374 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-03-21T11:42:18.142 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-03-21T11:42:18.654 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-03-21T11:42:26.382 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T11:42:26.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:42:27.144 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-03-21T11:42:27.145 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:42:27.656 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T11:42:27.657 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:42:29.438 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.189 2024-03-21T11:42:30.206 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-03-21T11:42:30.718 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.137 2024-03-21T11:42:41.446 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T11:42:41.447 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:42:42.209 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-03-21T11:42:42.209 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:42:42.719 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T11:42:42.720 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:43:00.639 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.94 2024-03-21T11:43:14.415 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-03-21T11:43:14.990 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T11:43:14.990 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-21T11:43:14.990 DEBUG:teuthology.orchestra.run.smithi137:> uname -r 2024-03-21T11:43:15.038 INFO:teuthology.orchestra.run.smithi137.stdout:5.15.0-101-generic 2024-03-21T11:43:15.038 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T11:43:15.038 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T11:43:15.038 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T11:43:15.640 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-03-21T11:43:15.640 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:43:16.039 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-21T11:43:16.039 DEBUG:teuthology.orchestra.run.smithi137:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T11:43:16.127 INFO:teuthology.orchestra.run.smithi137.stdout:ttyS1 2024-03-21T11:43:16.147 DEBUG:teuthology.parallel:result is None 2024-03-21T11:43:16.157 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-03-21T11:43:16.675 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-03-21T11:43:16.675 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-21T11:43:16.675 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-03-21T11:43:16.720 INFO:teuthology.orchestra.run.smithi094.stdout:5.15.0-101-generic 2024-03-21T11:43:16.721 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T11:43:16.721 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T11:43:16.721 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T11:43:17.722 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-21T11:43:17.722 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T11:43:17.805 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2024-03-21T11:43:17.838 DEBUG:teuthology.parallel:result is None 2024-03-21T11:43:41.450 DEBUG:teuthology.orchestra.remote:timed out 2024-03-21T11:43:56.451 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T11:43:56.452 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:43:56.806 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-03-21T11:43:57.433 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T11:43:57.433 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-21T11:43:57.433 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-03-21T11:43:57.484 INFO:teuthology.orchestra.run.smithi189.stdout:5.15.0-101-generic 2024-03-21T11:43:57.484 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-21T11:43:57.484 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-21T11:43:57.484 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-21T11:43:58.485 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-21T11:43:58.485 DEBUG:teuthology.orchestra.run.smithi189:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-21T11:43:58.566 INFO:teuthology.orchestra.run.smithi189.stdout:ttyS1 2024-03-21T11:43:58.585 DEBUG:teuthology.parallel:result is None 2024-03-21T11:43:58.585 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-21T11:43:58.593 INFO:teuthology.task.internal:Creating test directory... 2024-03-21T11:43:58.594 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T11:43:58.596 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T11:43:58.598 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-21T11:43:58.604 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-21T11:43:58.610 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-21T11:43:58.620 INFO:teuthology.task.internal:Creating archive directory... 2024-03-21T11:43:58.620 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T11:43:58.646 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T11:43:58.648 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-21T11:43:58.668 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-21T11:43:58.674 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-21T11:43:58.675 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T11:43:58.701 DEBUG:teuthology.orchestra.run.smithi137:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T11:43:58.704 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-03-21T11:43:58.717 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:43:58.725 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:43:58.726 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:43:58.728 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:43:58.733 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:43:58.736 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-21T11:43:58.737 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-21T11:43:58.744 INFO:teuthology.task.internal:Configuring sudo... 2024-03-21T11:43:58.745 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T11:43:58.777 DEBUG:teuthology.orchestra.run.smithi137:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T11:43:58.780 DEBUG:teuthology.orchestra.run.smithi189:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-21T11:43:58.795 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-21T11:43:58.804 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-21T11:43:58.805 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T11:43:58.837 DEBUG:teuthology.orchestra.run.smithi137:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T11:43:58.840 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-21T11:43:58.846 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T11:43:58.888 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T11:43:58.936 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:43:58.936 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T11:43:58.996 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T11:43:59.002 DEBUG:teuthology.orchestra.run.smithi137:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T11:43:59.050 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:43:59.050 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T11:43:59.126 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-21T11:43:59.132 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-21T11:43:59.180 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:43:59.180 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-21T11:43:59.244 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2024-03-21T11:43:59.247 DEBUG:teuthology.orchestra.run.smithi137:> sudo service rsyslog restart 2024-03-21T11:43:59.249 DEBUG:teuthology.orchestra.run.smithi189:> sudo service rsyslog restart 2024-03-21T11:43:59.319 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-21T11:43:59.328 INFO:teuthology.task.internal:Starting timer... 2024-03-21T11:43:59.328 INFO:teuthology.run_tasks:Running task pcp... 2024-03-21T11:43:59.345 INFO:teuthology.run_tasks:Running task selinux... 2024-03-21T11:43:59.359 DEBUG:teuthology.task.selinux:Excluding smithi094: OS 'ubuntu' does not support SELinux 2024-03-21T11:43:59.359 DEBUG:teuthology.task.selinux:Excluding smithi137: OS 'ubuntu' does not support SELinux 2024-03-21T11:43:59.359 DEBUG:teuthology.task.selinux:Excluding smithi189: OS 'ubuntu' does not support SELinux 2024-03-21T11:43:59.360 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-21T11:43:59.360 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-21T11:43:59.360 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-21T11:43:59.360 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-21T11:43:59.375 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-21T11:43:59.392 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-03-21T11:43:59.394 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi094.front.sepia.ceph.com,smithi137.front.sepia.ceph.com,smithi189.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-21T11:51:01.797 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi094.front.sepia.ceph.com'), Remote(name='ubuntu@smithi137.front.sepia.ceph.com'), Remote(name='ubuntu@smithi189.front.sepia.ceph.com')] 2024-03-21T11:51:01.840 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-03-21T11:51:01.842 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:51:01.923 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-03-21T11:51:02.002 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-03-21T11:51:02.003 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T11:51:02.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi137.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:51:02.084 DEBUG:teuthology.orchestra.run.smithi137:> true 2024-03-21T11:51:02.158 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi137.front.sepia.ceph.com' 2024-03-21T11:51:02.158 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T11:51:02.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-21T11:51:02.241 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-03-21T11:51:02.323 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-03-21T11:51:02.323 INFO:teuthology.run_tasks:Running task clock... 2024-03-21T11:51:02.333 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-21T11:51:02.334 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T11:51:02.334 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T11:51:02.337 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T11:51:02.337 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T11:51:02.339 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-21T11:51:02.339 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T11:51:02.363 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T11:51:02.364 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: Command line: ntpd -gq 2024-03-21T11:51:02.364 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: ---------------------------------------------------- 2024-03-21T11:51:02.364 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T11:51:02.364 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T11:51:02.364 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: corporation. Support and training for ntp-4 are 2024-03-21T11:51:02.364 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: available at https://www.nwtime.org/support 2024-03-21T11:51:02.364 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: ---------------------------------------------------- 2024-03-21T11:51:02.365 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T11:51:02.365 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: Command line: ntpd -gq 2024-03-21T11:51:02.365 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: ---------------------------------------------------- 2024-03-21T11:51:02.365 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T11:51:02.365 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T11:51:02.365 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: corporation. Support and training for ntp-4 are 2024-03-21T11:51:02.365 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: available at https://www.nwtime.org/support 2024-03-21T11:51:02.365 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: ---------------------------------------------------- 2024-03-21T11:51:02.366 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: proto: precision = 0.046 usec (-24) 2024-03-21T11:51:02.366 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: basedate set to 2022-02-04 2024-03-21T11:51:02.366 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: gps base set to 2022-02-06 (week 2196) 2024-03-21T11:51:02.366 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T11:51:02.367 INFO:teuthology.orchestra.run.smithi094.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T11:51:02.367 INFO:teuthology.orchestra.run.smithi094.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T11:51:02.368 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T11:51:02.368 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T11:51:02.368 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T11:51:02.368 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T11:51:02.368 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: Listen normally on 3 enp3s0f1 172.21.15.94:123 2024-03-21T11:51:02.368 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: Listen normally on 4 lo [::1]:123 2024-03-21T11:51:02.368 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d763%5]:123 2024-03-21T11:51:02.368 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:02 ntpd[17220]: Listening on routing socket on fd #22 for interface updates 2024-03-21T11:51:02.370 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: proto: precision = 0.045 usec (-24) 2024-03-21T11:51:02.370 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: basedate set to 2022-02-04 2024-03-21T11:51:02.370 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: gps base set to 2022-02-06 (week 2196) 2024-03-21T11:51:02.370 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T11:51:02.370 INFO:teuthology.orchestra.run.smithi137.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T11:51:02.371 INFO:teuthology.orchestra.run.smithi137.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T11:51:02.372 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T11:51:02.372 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T11:51:02.372 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T11:51:02.372 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T11:51:02.372 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: Listen normally on 3 enp3s0f1 172.21.15.137:123 2024-03-21T11:51:02.372 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: Listen normally on 4 lo [::1]:123 2024-03-21T11:51:02.372 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8137%5]:123 2024-03-21T11:51:02.372 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:02 ntpd[17169]: Listening on routing socket on fd #22 for interface updates 2024-03-21T11:51:02.397 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-21T11:51:02.397 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: Command line: ntpd -gq 2024-03-21T11:51:02.397 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: ---------------------------------------------------- 2024-03-21T11:51:02.397 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: ntp-4 is maintained by Network Time Foundation, 2024-03-21T11:51:02.397 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-21T11:51:02.397 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: corporation. Support and training for ntp-4 are 2024-03-21T11:51:02.397 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: available at https://www.nwtime.org/support 2024-03-21T11:51:02.398 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: ---------------------------------------------------- 2024-03-21T11:51:02.398 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: proto: precision = 0.044 usec (-24) 2024-03-21T11:51:02.398 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: basedate set to 2022-02-04 2024-03-21T11:51:02.398 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: gps base set to 2022-02-06 (week 2196) 2024-03-21T11:51:02.399 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T11:51:02.399 INFO:teuthology.orchestra.run.smithi189.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-21T11:51:02.399 INFO:teuthology.orchestra.run.smithi189.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-21T11:51:02.400 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: restrict ::: KOD does nothing without LIMITED. 2024-03-21T11:51:02.400 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: Listen and drop on 0 v6wildcard [::]:123 2024-03-21T11:51:02.400 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-21T11:51:02.400 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: Listen normally on 2 lo 127.0.0.1:123 2024-03-21T11:51:02.400 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: Listen normally on 3 enp3s0f1 172.21.15.189:123 2024-03-21T11:51:02.400 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: Listen normally on 4 lo [::1]:123 2024-03-21T11:51:02.400 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6df1%5]:123 2024-03-21T11:51:02.400 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:02 ntpd[17169]: Listening on routing socket on fd #22 for interface updates 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:03.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:03 ntpd[17220]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:03.398 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:03.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:03 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:04.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:04 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:04.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:04 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:04.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:04 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:04.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:04 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:04.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:04 ntpd[17220]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:04.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:04 ntpd[17220]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:04.365 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:04 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:04.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:04 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:04.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:04 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:04.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:04 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:04.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:04 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:04.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:04 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:05.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:05.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:05.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:05.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:05 ntpd[17220]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:05.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:05 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:05 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:05 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:05 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:05 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:05 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:05 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:05.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:05 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:05.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:05 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:06.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:06 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:06.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:06 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:06.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:06 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:06.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:06 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:06.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:06 ntpd[17220]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:06.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:06 ntpd[17220]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:06.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:06.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:06.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:06.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:06.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:06.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:06.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:06.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:06.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:06.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:06.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:06.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:06 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:06.397 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:06 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:06.398 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:06 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:07.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:07.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:07.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:07 ntpd[17220]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:07.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:07.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:07.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:07.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:07 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:08.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:08 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:08.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:08 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:08.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:08 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:08.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:08 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:08.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:08 ntpd[17220]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:08.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:08 ntpd[17220]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:08.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:08.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:08.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:08.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:08.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:08.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:08.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:08.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:08.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:08.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:08.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:08.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:08 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:09.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:09 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:09.364 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:09 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:09.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:09 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:09.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:09 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:09.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:09 ntpd[17220]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:09.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:09 ntpd[17220]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:09.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:09 ntpd[17220]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:09.365 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:09 ntpd[17220]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:09.365 INFO:teuthology.orchestra.run.smithi094.stdout:21 Mar 11:51:09 ntpd[17220]: ntpd: time slew +0.001406 s 2024-03-21T11:51:09.365 INFO:teuthology.orchestra.run.smithi094.stdout:ntpd: time slew +0.001406s 2024-03-21T11:51:09.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:09 ntpd[17220]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T11:51:09.366 INFO:teuthology.orchestra.run.smithi094.stderr:21 Mar 11:51:09 ntpd[17220]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T11:51:09.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:09.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:09.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:09.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:09.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:09.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:09.398 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:09.398 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:09.399 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:09.400 INFO:teuthology.orchestra.run.smithi189.stdout:21 Mar 11:51:09 ntpd[17169]: ntpd: time slew +0.000252 s 2024-03-21T11:51:09.400 INFO:teuthology.orchestra.run.smithi189.stdout:ntpd: time slew +0.000252s 2024-03-21T11:51:09.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T11:51:09.400 INFO:teuthology.orchestra.run.smithi189.stderr:21 Mar 11:51:09 ntpd[17169]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T11:51:09.421 INFO:teuthology.orchestra.run.smithi094.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T11:51:09.421 INFO:teuthology.orchestra.run.smithi094.stdout:============================================================================== 2024-03-21T11:51:09.421 INFO:teuthology.orchestra.run.smithi094.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:09.421 INFO:teuthology.orchestra.run.smithi094.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:09.421 INFO:teuthology.orchestra.run.smithi094.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:09.422 INFO:teuthology.orchestra.run.smithi094.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:09.453 INFO:teuthology.orchestra.run.smithi189.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T11:51:09.453 INFO:teuthology.orchestra.run.smithi189.stdout:============================================================================== 2024-03-21T11:51:09.453 INFO:teuthology.orchestra.run.smithi189.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:09.453 INFO:teuthology.orchestra.run.smithi189.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:09.453 INFO:teuthology.orchestra.run.smithi189.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:09.453 INFO:teuthology.orchestra.run.smithi189.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:10.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:10 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:10.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:10 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:10.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:10 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:10.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:10 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:10.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:10 ntpd[17169]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-21T11:51:10.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:10 ntpd[17169]: can't open /var/log/ntpstats/rawstats.20240321: Permission denied 2024-03-21T11:51:10.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:10 ntpd[17169]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-21T11:51:10.366 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:10 ntpd[17169]: can't open /var/log/ntpstats/peerstats.20240321: Permission denied 2024-03-21T11:51:10.367 INFO:teuthology.orchestra.run.smithi137.stdout:21 Mar 11:51:10 ntpd[17169]: ntpd: time slew +0.001319 s 2024-03-21T11:51:10.367 INFO:teuthology.orchestra.run.smithi137.stdout:ntpd: time slew +0.001319s 2024-03-21T11:51:10.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:10 ntpd[17169]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-21T11:51:10.367 INFO:teuthology.orchestra.run.smithi137.stderr:21 Mar 11:51:10 ntpd[17169]: can't open /var/log/ntpstats/loopstats.20240321: Permission denied 2024-03-21T11:51:10.422 INFO:teuthology.orchestra.run.smithi137.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T11:51:10.422 INFO:teuthology.orchestra.run.smithi137.stdout:============================================================================== 2024-03-21T11:51:10.422 INFO:teuthology.orchestra.run.smithi137.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:10.422 INFO:teuthology.orchestra.run.smithi137.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:10.422 INFO:teuthology.orchestra.run.smithi137.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:10.422 INFO:teuthology.orchestra.run.smithi137.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-21T11:51:10.423 INFO:teuthology.run_tasks:Running task install... 2024-03-21T11:51:10.433 DEBUG:teuthology.task.install:project ceph 2024-03-21T11:51:10.433 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'ba760091cd7bd2b0d23f4825ac856ba66450e988'}} 2024-03-21T11:51:10.433 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'ba760091cd7bd2b0d23f4825ac856ba66450e988'} 2024-03-21T11:51:10.433 INFO:teuthology.task.install:Using flavor: default 2024-03-21T11:51:10.440 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-03-21T11:51:10.440 INFO:teuthology.task.install:extra packages: [] 2024-03-21T11:51:10.440 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-key list | grep Ceph 2024-03-21T11:51:10.441 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-key list | grep Ceph 2024-03-21T11:51:10.441 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-key list | grep Ceph 2024-03-21T11:51:10.502 INFO:teuthology.orchestra.run.smithi094.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T11:51:10.506 INFO:teuthology.orchestra.run.smithi189.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T11:51:10.530 INFO:teuthology.orchestra.run.smithi094.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T11:51:10.530 INFO:teuthology.orchestra.run.smithi094.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T11:51:10.530 INFO:teuthology.orchestra.run.smithi137.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-21T11:51:10.531 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-21T11:51:10.532 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:51:10.537 INFO:teuthology.orchestra.run.smithi189.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T11:51:10.537 INFO:teuthology.orchestra.run.smithi189.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T11:51:10.537 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-21T11:51:10.537 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:51:10.574 INFO:teuthology.orchestra.run.smithi137.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-21T11:51:10.574 INFO:teuthology.orchestra.run.smithi137.stdout:uid [ unknown] Ceph.com (release key) 2024-03-21T11:51:10.575 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-03-21T11:51:10.575 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:51:10.677 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default/ 2024-03-21T11:51:10.677 INFO:teuthology.task.install.deb:Package version is 19.0.0-2309-gba760091-1jammy 2024-03-21T11:51:10.684 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default/ 2024-03-21T11:51:10.685 INFO:teuthology.task.install.deb:Package version is 19.0.0-2309-gba760091-1jammy 2024-03-21T11:51:10.717 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default/ 2024-03-21T11:51:10.718 INFO:teuthology.task.install.deb:Package version is 19.0.0-2309-gba760091-1jammy 2024-03-21T11:51:10.793 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:51:10.793 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T11:51:10.808 DEBUG:teuthology.orchestra.run.smithi094:> sudo apt-get update 2024-03-21T11:51:10.891 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:51:10.891 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T11:51:10.905 DEBUG:teuthology.orchestra.run.smithi189:> sudo apt-get update 2024-03-21T11:51:10.932 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:51:10.932 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-21T11:51:10.946 DEBUG:teuthology.orchestra.run.smithi137:> sudo apt-get update 2024-03-21T11:51:11.023 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:51:11.057 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T11:51:11.094 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T11:51:11.099 INFO:teuthology.orchestra.run.smithi094.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T11:51:11.122 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:51:11.153 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T11:51:11.204 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T11:51:11.204 INFO:teuthology.orchestra.run.smithi189.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T11:51:11.204 INFO:teuthology.orchestra.run.smithi189.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T11:51:11.204 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-21T11:51:11.205 INFO:teuthology.orchestra.run.smithi137.stdout:Ign:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T11:51:11.205 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T11:51:11.205 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-21T11:51:11.208 INFO:teuthology.orchestra.run.smithi137.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T11:51:11.231 INFO:teuthology.orchestra.run.smithi137.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-21T11:51:11.232 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-21T11:51:11.248 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T11:51:11.288 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,416 B] 2024-03-21T11:51:11.303 INFO:teuthology.orchestra.run.smithi189.stdout:Ign:5 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy InRelease 2024-03-21T11:51:11.304 INFO:teuthology.orchestra.run.smithi094.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T11:51:11.377 INFO:teuthology.orchestra.run.smithi137.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T11:51:11.392 INFO:teuthology.orchestra.run.smithi189.stdout:Get:6 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-21T11:51:11.393 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,416 B] 2024-03-21T11:51:11.429 INFO:teuthology.orchestra.run.smithi189.stdout:Ign:7 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-21T11:51:11.436 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T11:51:11.466 INFO:teuthology.orchestra.run.smithi189.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,416 B] 2024-03-21T11:51:11.515 INFO:teuthology.orchestra.run.smithi189.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-21T11:51:11.527 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 140 kB in 1s (259 kB/s) 2024-03-21T11:51:11.636 INFO:teuthology.orchestra.run.smithi189.stdout:Fetched 140 kB in 1s (256 kB/s) 2024-03-21T11:51:11.671 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 140 kB in 1s (255 kB/s) 2024-03-21T11:51:12.459 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-03-21T11:51:12.475 DEBUG:teuthology.orchestra.run.smithi094:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2309-gba760091-1jammy cephadm=19.0.0-2309-gba760091-1jammy ceph-mds=19.0.0-2309-gba760091-1jammy ceph-mgr=19.0.0-2309-gba760091-1jammy ceph-common=19.0.0-2309-gba760091-1jammy ceph-fuse=19.0.0-2309-gba760091-1jammy ceph-test=19.0.0-2309-gba760091-1jammy ceph-volume=19.0.0-2309-gba760091-1jammy radosgw=19.0.0-2309-gba760091-1jammy python3-rados=19.0.0-2309-gba760091-1jammy python3-rgw=19.0.0-2309-gba760091-1jammy python3-cephfs=19.0.0-2309-gba760091-1jammy python3-rbd=19.0.0-2309-gba760091-1jammy libcephfs2=19.0.0-2309-gba760091-1jammy libcephfs-dev=19.0.0-2309-gba760091-1jammy librados2=19.0.0-2309-gba760091-1jammy librbd1=19.0.0-2309-gba760091-1jammy rbd-fuse=19.0.0-2309-gba760091-1jammy 2024-03-21T11:51:12.536 INFO:teuthology.orchestra.run.smithi094.stdout:Reading package lists... 2024-03-21T11:51:12.566 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-03-21T11:51:12.576 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-03-21T11:51:12.582 DEBUG:teuthology.orchestra.run.smithi137:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2309-gba760091-1jammy cephadm=19.0.0-2309-gba760091-1jammy ceph-mds=19.0.0-2309-gba760091-1jammy ceph-mgr=19.0.0-2309-gba760091-1jammy ceph-common=19.0.0-2309-gba760091-1jammy ceph-fuse=19.0.0-2309-gba760091-1jammy ceph-test=19.0.0-2309-gba760091-1jammy ceph-volume=19.0.0-2309-gba760091-1jammy radosgw=19.0.0-2309-gba760091-1jammy python3-rados=19.0.0-2309-gba760091-1jammy python3-rgw=19.0.0-2309-gba760091-1jammy python3-cephfs=19.0.0-2309-gba760091-1jammy python3-rbd=19.0.0-2309-gba760091-1jammy libcephfs2=19.0.0-2309-gba760091-1jammy libcephfs-dev=19.0.0-2309-gba760091-1jammy librados2=19.0.0-2309-gba760091-1jammy librbd1=19.0.0-2309-gba760091-1jammy rbd-fuse=19.0.0-2309-gba760091-1jammy 2024-03-21T11:51:12.591 DEBUG:teuthology.orchestra.run.smithi189:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2309-gba760091-1jammy cephadm=19.0.0-2309-gba760091-1jammy ceph-mds=19.0.0-2309-gba760091-1jammy ceph-mgr=19.0.0-2309-gba760091-1jammy ceph-common=19.0.0-2309-gba760091-1jammy ceph-fuse=19.0.0-2309-gba760091-1jammy ceph-test=19.0.0-2309-gba760091-1jammy ceph-volume=19.0.0-2309-gba760091-1jammy radosgw=19.0.0-2309-gba760091-1jammy python3-rados=19.0.0-2309-gba760091-1jammy python3-rgw=19.0.0-2309-gba760091-1jammy python3-cephfs=19.0.0-2309-gba760091-1jammy python3-rbd=19.0.0-2309-gba760091-1jammy libcephfs2=19.0.0-2309-gba760091-1jammy libcephfs-dev=19.0.0-2309-gba760091-1jammy librados2=19.0.0-2309-gba760091-1jammy librbd1=19.0.0-2309-gba760091-1jammy rbd-fuse=19.0.0-2309-gba760091-1jammy 2024-03-21T11:51:12.641 INFO:teuthology.orchestra.run.smithi137.stdout:Reading package lists... 2024-03-21T11:51:12.642 INFO:teuthology.orchestra.run.smithi189.stdout:Reading package lists... 2024-03-21T11:51:12.732 INFO:teuthology.orchestra.run.smithi094.stdout:Building dependency tree... 2024-03-21T11:51:12.732 INFO:teuthology.orchestra.run.smithi094.stdout:Reading state information... 2024-03-21T11:51:12.821 INFO:teuthology.orchestra.run.smithi189.stdout:Building dependency tree... 2024-03-21T11:51:12.821 INFO:teuthology.orchestra.run.smithi189.stdout:Reading state information... 2024-03-21T11:51:12.834 INFO:teuthology.orchestra.run.smithi137.stdout:Building dependency tree... 2024-03-21T11:51:12.835 INFO:teuthology.orchestra.run.smithi137.stdout:Reading state information... 2024-03-21T11:51:12.914 INFO:teuthology.orchestra.run.smithi094.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:51:12.914 INFO:teuthology.orchestra.run.smithi094.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:51:12.914 INFO:teuthology.orchestra.run.smithi094.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:51:12.914 INFO:teuthology.orchestra.run.smithi094.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:51:12.914 INFO:teuthology.orchestra.run.smithi094.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T11:51:12.915 INFO:teuthology.orchestra.run.smithi094.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T11:51:12.915 INFO:teuthology.orchestra.run.smithi094.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:51:12.915 INFO:teuthology.orchestra.run.smithi094.stdout:The following additional packages will be installed: 2024-03-21T11:51:12.915 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T11:51:12.915 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T11:51:12.916 INFO:teuthology.orchestra.run.smithi094.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T11:51:12.916 INFO:teuthology.orchestra.run.smithi094.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T11:51:12.917 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T11:51:12.917 INFO:teuthology.orchestra.run.smithi094.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T11:51:12.917 INFO:teuthology.orchestra.run.smithi094.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T11:51:12.917 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T11:51:12.917 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T11:51:12.917 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T11:51:12.917 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T11:51:12.917 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T11:51:12.918 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet zip 2024-03-21T11:51:12.919 INFO:teuthology.orchestra.run.smithi094.stdout:Suggested packages: 2024-03-21T11:51:12.919 INFO:teuthology.orchestra.run.smithi094.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T11:51:12.919 INFO:teuthology.orchestra.run.smithi094.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T11:51:12.919 INFO:teuthology.orchestra.run.smithi094.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T11:51:12.919 INFO:teuthology.orchestra.run.smithi094.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T11:51:12.919 INFO:teuthology.orchestra.run.smithi094.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T11:51:12.919 INFO:teuthology.orchestra.run.smithi094.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T11:51:12.919 INFO:teuthology.orchestra.run.smithi094.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T11:51:12.919 INFO:teuthology.orchestra.run.smithi094.stdout:Recommended packages: 2024-03-21T11:51:12.919 INFO:teuthology.orchestra.run.smithi094.stdout: btrfs-tools 2024-03-21T11:51:12.985 INFO:teuthology.orchestra.run.smithi189.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:51:12.985 INFO:teuthology.orchestra.run.smithi189.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:51:12.985 INFO:teuthology.orchestra.run.smithi189.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:51:12.985 INFO:teuthology.orchestra.run.smithi189.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:51:12.985 INFO:teuthology.orchestra.run.smithi189.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T11:51:12.986 INFO:teuthology.orchestra.run.smithi189.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T11:51:12.986 INFO:teuthology.orchestra.run.smithi189.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:51:12.987 INFO:teuthology.orchestra.run.smithi189.stdout:The following additional packages will be installed: 2024-03-21T11:51:12.987 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T11:51:12.987 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T11:51:12.987 INFO:teuthology.orchestra.run.smithi189.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T11:51:12.987 INFO:teuthology.orchestra.run.smithi189.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T11:51:12.988 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T11:51:12.989 INFO:teuthology.orchestra.run.smithi189.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T11:51:12.989 INFO:teuthology.orchestra.run.smithi189.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T11:51:12.989 INFO:teuthology.orchestra.run.smithi189.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T11:51:12.989 INFO:teuthology.orchestra.run.smithi189.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T11:51:12.989 INFO:teuthology.orchestra.run.smithi189.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T11:51:12.989 INFO:teuthology.orchestra.run.smithi189.stdout: xmlstarlet zip 2024-03-21T11:51:12.989 INFO:teuthology.orchestra.run.smithi189.stdout:Suggested packages: 2024-03-21T11:51:12.989 INFO:teuthology.orchestra.run.smithi189.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T11:51:12.989 INFO:teuthology.orchestra.run.smithi189.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T11:51:12.989 INFO:teuthology.orchestra.run.smithi189.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T11:51:12.990 INFO:teuthology.orchestra.run.smithi189.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T11:51:12.990 INFO:teuthology.orchestra.run.smithi189.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T11:51:12.990 INFO:teuthology.orchestra.run.smithi189.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T11:51:12.990 INFO:teuthology.orchestra.run.smithi189.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T11:51:12.990 INFO:teuthology.orchestra.run.smithi189.stdout:Recommended packages: 2024-03-21T11:51:12.990 INFO:teuthology.orchestra.run.smithi189.stdout: btrfs-tools 2024-03-21T11:51:13.006 INFO:teuthology.orchestra.run.smithi137.stdout:The following packages were automatically installed and are no longer required: 2024-03-21T11:51:13.006 INFO:teuthology.orchestra.run.smithi137.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-21T11:51:13.007 INFO:teuthology.orchestra.run.smithi137.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-21T11:51:13.007 INFO:teuthology.orchestra.run.smithi137.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-21T11:51:13.007 INFO:teuthology.orchestra.run.smithi137.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-21T11:51:13.008 INFO:teuthology.orchestra.run.smithi137.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-21T11:51:13.008 INFO:teuthology.orchestra.run.smithi137.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-21T11:51:13.008 INFO:teuthology.orchestra.run.smithi137.stdout:The following additional packages will be installed: 2024-03-21T11:51:13.008 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-21T11:51:13.008 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-21T11:51:13.008 INFO:teuthology.orchestra.run.smithi137.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-21T11:51:13.008 INFO:teuthology.orchestra.run.smithi137.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-21T11:51:13.009 INFO:teuthology.orchestra.run.smithi137.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-21T11:51:13.009 INFO:teuthology.orchestra.run.smithi137.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-21T11:51:13.009 INFO:teuthology.orchestra.run.smithi137.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-21T11:51:13.009 INFO:teuthology.orchestra.run.smithi137.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-21T11:51:13.009 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-21T11:51:13.009 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-21T11:51:13.010 INFO:teuthology.orchestra.run.smithi137.stdout: xmlstarlet zip 2024-03-21T11:51:13.011 INFO:teuthology.orchestra.run.smithi137.stdout:Suggested packages: 2024-03-21T11:51:13.011 INFO:teuthology.orchestra.run.smithi137.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-21T11:51:13.011 INFO:teuthology.orchestra.run.smithi137.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-21T11:51:13.011 INFO:teuthology.orchestra.run.smithi137.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-21T11:51:13.011 INFO:teuthology.orchestra.run.smithi137.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-21T11:51:13.011 INFO:teuthology.orchestra.run.smithi137.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-21T11:51:13.011 INFO:teuthology.orchestra.run.smithi137.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-21T11:51:13.011 INFO:teuthology.orchestra.run.smithi137.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-21T11:51:13.011 INFO:teuthology.orchestra.run.smithi137.stdout:Recommended packages: 2024-03-21T11:51:13.011 INFO:teuthology.orchestra.run.smithi137.stdout: btrfs-tools 2024-03-21T11:51:13.020 INFO:teuthology.orchestra.run.smithi094.stdout:The following NEW packages will be installed: 2024-03-21T11:51:13.020 INFO:teuthology.orchestra.run.smithi094.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T11:51:13.020 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T11:51:13.020 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T11:51:13.020 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T11:51:13.020 INFO:teuthology.orchestra.run.smithi094.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T11:51:13.020 INFO:teuthology.orchestra.run.smithi094.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T11:51:13.021 INFO:teuthology.orchestra.run.smithi094.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T11:51:13.021 INFO:teuthology.orchestra.run.smithi094.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T11:51:13.021 INFO:teuthology.orchestra.run.smithi094.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T11:51:13.022 INFO:teuthology.orchestra.run.smithi094.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T11:51:13.023 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T11:51:13.023 INFO:teuthology.orchestra.run.smithi094.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T11:51:13.023 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T11:51:13.023 INFO:teuthology.orchestra.run.smithi094.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T11:51:13.089 INFO:teuthology.orchestra.run.smithi189.stdout:The following NEW packages will be installed: 2024-03-21T11:51:13.089 INFO:teuthology.orchestra.run.smithi189.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T11:51:13.089 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T11:51:13.090 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T11:51:13.090 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T11:51:13.090 INFO:teuthology.orchestra.run.smithi189.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T11:51:13.090 INFO:teuthology.orchestra.run.smithi189.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T11:51:13.090 INFO:teuthology.orchestra.run.smithi094.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T11:51:13.091 INFO:teuthology.orchestra.run.smithi094.stdout:Need to get 178 MB of archives. 2024-03-21T11:51:13.091 INFO:teuthology.orchestra.run.smithi094.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T11:51:13.091 INFO:teuthology.orchestra.run.smithi094.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T11:51:13.092 INFO:teuthology.orchestra.run.smithi189.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T11:51:13.093 INFO:teuthology.orchestra.run.smithi189.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T11:51:13.093 INFO:teuthology.orchestra.run.smithi189.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T11:51:13.093 INFO:teuthology.orchestra.run.smithi189.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T11:51:13.093 INFO:teuthology.orchestra.run.smithi189.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T11:51:13.093 INFO:teuthology.orchestra.run.smithi189.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T11:51:13.093 INFO:teuthology.orchestra.run.smithi189.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T11:51:13.108 INFO:teuthology.orchestra.run.smithi137.stdout:The following NEW packages will be installed: 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-21T11:51:13.109 INFO:teuthology.orchestra.run.smithi137.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-21T11:51:13.110 INFO:teuthology.orchestra.run.smithi137.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-21T11:51:13.158 INFO:teuthology.orchestra.run.smithi189.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T11:51:13.158 INFO:teuthology.orchestra.run.smithi189.stdout:Need to get 178 MB of archives. 2024-03-21T11:51:13.158 INFO:teuthology.orchestra.run.smithi189.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T11:51:13.158 INFO:teuthology.orchestra.run.smithi189.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T11:51:13.173 INFO:teuthology.orchestra.run.smithi137.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-21T11:51:13.173 INFO:teuthology.orchestra.run.smithi137.stdout:Need to get 178 MB of archives. 2024-03-21T11:51:13.173 INFO:teuthology.orchestra.run.smithi137.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-21T11:51:13.173 INFO:teuthology.orchestra.run.smithi137.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-21T11:51:13.195 INFO:teuthology.orchestra.run.smithi094.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2309-gba760091-1jammy [3,556 kB] 2024-03-21T11:51:13.196 INFO:teuthology.orchestra.run.smithi094.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T11:51:13.199 INFO:teuthology.orchestra.run.smithi094.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T11:51:13.219 INFO:teuthology.orchestra.run.smithi094.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T11:51:13.234 INFO:teuthology.orchestra.run.smithi189.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2309-gba760091-1jammy [3,556 kB] 2024-03-21T11:51:13.254 INFO:teuthology.orchestra.run.smithi137.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2309-gba760091-1jammy [3,556 kB] 2024-03-21T11:51:13.265 INFO:teuthology.orchestra.run.smithi189.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T11:51:13.267 INFO:teuthology.orchestra.run.smithi189.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T11:51:13.279 INFO:teuthology.orchestra.run.smithi137.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-21T11:51:13.283 INFO:teuthology.orchestra.run.smithi137.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-21T11:51:13.289 INFO:teuthology.orchestra.run.smithi189.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T11:51:13.308 INFO:teuthology.orchestra.run.smithi137.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-21T11:51:13.314 INFO:teuthology.orchestra.run.smithi094.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T11:51:13.320 INFO:teuthology.orchestra.run.smithi094.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T11:51:13.336 INFO:teuthology.orchestra.run.smithi094.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T11:51:13.342 INFO:teuthology.orchestra.run.smithi094.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T11:51:13.343 INFO:teuthology.orchestra.run.smithi094.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T11:51:13.343 INFO:teuthology.orchestra.run.smithi094.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T11:51:13.354 INFO:teuthology.orchestra.run.smithi094.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T11:51:13.357 INFO:teuthology.orchestra.run.smithi094.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T11:51:13.359 INFO:teuthology.orchestra.run.smithi094.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T11:51:13.361 INFO:teuthology.orchestra.run.smithi094.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T11:51:13.361 INFO:teuthology.orchestra.run.smithi094.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T11:51:13.379 INFO:teuthology.orchestra.run.smithi094.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T11:51:13.383 INFO:teuthology.orchestra.run.smithi094.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T11:51:13.385 INFO:teuthology.orchestra.run.smithi094.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T11:51:13.386 INFO:teuthology.orchestra.run.smithi094.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T11:51:13.386 INFO:teuthology.orchestra.run.smithi094.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-21T11:51:13.394 INFO:teuthology.orchestra.run.smithi137.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T11:51:13.399 INFO:teuthology.orchestra.run.smithi094.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T11:51:13.400 INFO:teuthology.orchestra.run.smithi137.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T11:51:13.400 INFO:teuthology.orchestra.run.smithi094.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T11:51:13.400 INFO:teuthology.orchestra.run.smithi094.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T11:51:13.400 INFO:teuthology.orchestra.run.smithi094.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T11:51:13.401 INFO:teuthology.orchestra.run.smithi094.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T11:51:13.410 INFO:teuthology.orchestra.run.smithi189.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-21T11:51:13.415 INFO:teuthology.orchestra.run.smithi137.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T11:51:13.415 INFO:teuthology.orchestra.run.smithi189.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-21T11:51:13.420 INFO:teuthology.orchestra.run.smithi137.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T11:51:13.421 INFO:teuthology.orchestra.run.smithi137.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T11:51:13.421 INFO:teuthology.orchestra.run.smithi137.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T11:51:13.427 INFO:teuthology.orchestra.run.smithi094.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T11:51:13.428 INFO:teuthology.orchestra.run.smithi094.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T11:51:13.431 INFO:teuthology.orchestra.run.smithi137.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T11:51:13.433 INFO:teuthology.orchestra.run.smithi094.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T11:51:13.434 INFO:teuthology.orchestra.run.smithi137.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T11:51:13.434 INFO:teuthology.orchestra.run.smithi189.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-21T11:51:13.435 INFO:teuthology.orchestra.run.smithi094.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T11:51:13.435 INFO:teuthology.orchestra.run.smithi094.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T11:51:13.436 INFO:teuthology.orchestra.run.smithi137.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T11:51:13.437 INFO:teuthology.orchestra.run.smithi137.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T11:51:13.440 INFO:teuthology.orchestra.run.smithi189.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-21T11:51:13.441 INFO:teuthology.orchestra.run.smithi189.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-21T11:51:13.442 INFO:teuthology.orchestra.run.smithi189.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-21T11:51:13.452 INFO:teuthology.orchestra.run.smithi094.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T11:51:13.454 INFO:teuthology.orchestra.run.smithi137.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T11:51:13.455 INFO:teuthology.orchestra.run.smithi094.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T11:51:13.455 INFO:teuthology.orchestra.run.smithi094.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T11:51:13.455 INFO:teuthology.orchestra.run.smithi189.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-21T11:51:13.456 INFO:teuthology.orchestra.run.smithi094.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T11:51:13.457 INFO:teuthology.orchestra.run.smithi137.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T11:51:13.458 INFO:teuthology.orchestra.run.smithi094.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T11:51:13.459 INFO:teuthology.orchestra.run.smithi189.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-21T11:51:13.462 INFO:teuthology.orchestra.run.smithi189.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-21T11:51:13.462 INFO:teuthology.orchestra.run.smithi137.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T11:51:13.462 INFO:teuthology.orchestra.run.smithi137.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T11:51:13.463 INFO:teuthology.orchestra.run.smithi137.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T11:51:13.464 INFO:teuthology.orchestra.run.smithi189.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-21T11:51:13.465 INFO:teuthology.orchestra.run.smithi189.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-21T11:51:13.472 INFO:teuthology.orchestra.run.smithi094.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T11:51:13.473 INFO:teuthology.orchestra.run.smithi094.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T11:51:13.477 INFO:teuthology.orchestra.run.smithi137.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-21T11:51:13.478 INFO:teuthology.orchestra.run.smithi137.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T11:51:13.479 INFO:teuthology.orchestra.run.smithi137.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T11:51:13.479 INFO:teuthology.orchestra.run.smithi137.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T11:51:13.479 INFO:teuthology.orchestra.run.smithi137.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T11:51:13.484 INFO:teuthology.orchestra.run.smithi094.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T11:51:13.484 INFO:teuthology.orchestra.run.smithi094.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T11:51:13.485 INFO:teuthology.orchestra.run.smithi189.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-21T11:51:13.486 INFO:teuthology.orchestra.run.smithi094.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T11:51:13.489 INFO:teuthology.orchestra.run.smithi189.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-21T11:51:13.491 INFO:teuthology.orchestra.run.smithi189.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-21T11:51:13.492 INFO:teuthology.orchestra.run.smithi094.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T11:51:13.492 INFO:teuthology.orchestra.run.smithi189.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-21T11:51:13.492 INFO:teuthology.orchestra.run.smithi189.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-21T11:51:13.494 INFO:teuthology.orchestra.run.smithi189.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-21T11:51:13.494 INFO:teuthology.orchestra.run.smithi189.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-21T11:51:13.495 INFO:teuthology.orchestra.run.smithi094.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T11:51:13.495 INFO:teuthology.orchestra.run.smithi189.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-21T11:51:13.495 INFO:teuthology.orchestra.run.smithi189.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-21T11:51:13.497 INFO:teuthology.orchestra.run.smithi137.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T11:51:13.497 INFO:teuthology.orchestra.run.smithi137.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T11:51:13.497 INFO:teuthology.orchestra.run.smithi137.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T11:51:13.498 INFO:teuthology.orchestra.run.smithi094.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T11:51:13.500 INFO:teuthology.orchestra.run.smithi094.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T11:51:13.501 INFO:teuthology.orchestra.run.smithi137.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T11:51:13.501 INFO:teuthology.orchestra.run.smithi137.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T11:51:13.502 INFO:teuthology.orchestra.run.smithi094.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T11:51:13.508 INFO:teuthology.orchestra.run.smithi189.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-21T11:51:13.512 INFO:teuthology.orchestra.run.smithi094.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T11:51:13.517 INFO:teuthology.orchestra.run.smithi094.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T11:51:13.518 INFO:teuthology.orchestra.run.smithi094.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T11:51:13.520 INFO:teuthology.orchestra.run.smithi094.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T11:51:13.524 INFO:teuthology.orchestra.run.smithi094.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T11:51:13.527 INFO:teuthology.orchestra.run.smithi137.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T11:51:13.527 INFO:teuthology.orchestra.run.smithi137.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T11:51:13.529 INFO:teuthology.orchestra.run.smithi189.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-21T11:51:13.529 INFO:teuthology.orchestra.run.smithi137.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T11:51:13.530 INFO:teuthology.orchestra.run.smithi189.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-21T11:51:13.530 INFO:teuthology.orchestra.run.smithi137.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T11:51:13.531 INFO:teuthology.orchestra.run.smithi137.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T11:51:13.535 INFO:teuthology.orchestra.run.smithi189.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-21T11:51:13.536 INFO:teuthology.orchestra.run.smithi189.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-21T11:51:13.537 INFO:teuthology.orchestra.run.smithi189.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-21T11:51:13.537 INFO:teuthology.orchestra.run.smithi189.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-21T11:51:13.539 INFO:teuthology.orchestra.run.smithi189.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-21T11:51:13.539 INFO:teuthology.orchestra.run.smithi189.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-21T11:51:13.551 INFO:teuthology.orchestra.run.smithi189.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-21T11:51:13.565 INFO:teuthology.orchestra.run.smithi137.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T11:51:13.567 INFO:teuthology.orchestra.run.smithi137.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T11:51:13.567 INFO:teuthology.orchestra.run.smithi137.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T11:51:13.577 INFO:teuthology.orchestra.run.smithi189.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-21T11:51:13.578 INFO:teuthology.orchestra.run.smithi189.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-21T11:51:13.579 INFO:teuthology.orchestra.run.smithi189.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-21T11:51:13.579 INFO:teuthology.orchestra.run.smithi137.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T11:51:13.579 INFO:teuthology.orchestra.run.smithi137.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T11:51:13.586 INFO:teuthology.orchestra.run.smithi189.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-21T11:51:13.586 INFO:teuthology.orchestra.run.smithi189.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-21T11:51:13.587 INFO:teuthology.orchestra.run.smithi189.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T11:51:13.588 INFO:teuthology.orchestra.run.smithi189.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T11:51:13.590 INFO:teuthology.orchestra.run.smithi189.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T11:51:13.593 INFO:teuthology.orchestra.run.smithi189.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T11:51:13.594 INFO:teuthology.orchestra.run.smithi094.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T11:51:13.595 INFO:teuthology.orchestra.run.smithi094.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T11:51:13.596 INFO:teuthology.orchestra.run.smithi094.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T11:51:13.596 INFO:teuthology.orchestra.run.smithi094.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T11:51:13.597 INFO:teuthology.orchestra.run.smithi094.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T11:51:13.601 INFO:teuthology.orchestra.run.smithi137.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-21T11:51:13.603 INFO:teuthology.orchestra.run.smithi137.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-21T11:51:13.605 INFO:teuthology.orchestra.run.smithi137.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-21T11:51:13.609 INFO:teuthology.orchestra.run.smithi137.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-21T11:51:13.610 INFO:teuthology.orchestra.run.smithi137.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T11:51:13.621 INFO:teuthology.orchestra.run.smithi094.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T11:51:13.623 INFO:teuthology.orchestra.run.smithi094.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T11:51:13.624 INFO:teuthology.orchestra.run.smithi094.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T11:51:13.627 INFO:teuthology.orchestra.run.smithi189.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-21T11:51:13.629 INFO:teuthology.orchestra.run.smithi189.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T11:51:13.630 INFO:teuthology.orchestra.run.smithi189.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T11:51:13.633 INFO:teuthology.orchestra.run.smithi189.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T11:51:13.634 INFO:teuthology.orchestra.run.smithi189.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T11:51:13.635 INFO:teuthology.orchestra.run.smithi189.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T11:51:13.640 INFO:teuthology.orchestra.run.smithi137.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-21T11:51:13.642 INFO:teuthology.orchestra.run.smithi137.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-21T11:51:13.646 INFO:teuthology.orchestra.run.smithi137.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-21T11:51:13.647 INFO:teuthology.orchestra.run.smithi137.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-21T11:51:13.649 INFO:teuthology.orchestra.run.smithi137.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-21T11:51:13.653 INFO:teuthology.orchestra.run.smithi094.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T11:51:13.655 INFO:teuthology.orchestra.run.smithi094.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T11:51:13.657 INFO:teuthology.orchestra.run.smithi094.stdout:Get:62 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2309-gba760091-1jammy [3,223 kB] 2024-03-21T11:51:13.658 INFO:teuthology.orchestra.run.smithi189.stdout:Get:51 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2309-gba760091-1jammy [3,223 kB] 2024-03-21T11:51:13.658 INFO:teuthology.orchestra.run.smithi189.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T11:51:13.670 INFO:teuthology.orchestra.run.smithi094.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T11:51:13.670 INFO:teuthology.orchestra.run.smithi094.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T11:51:13.671 INFO:teuthology.orchestra.run.smithi094.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T11:51:13.672 INFO:teuthology.orchestra.run.smithi094.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-21T11:51:13.672 INFO:teuthology.orchestra.run.smithi094.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T11:51:13.673 INFO:teuthology.orchestra.run.smithi094.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T11:51:13.680 INFO:teuthology.orchestra.run.smithi137.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-21T11:51:13.683 INFO:teuthology.orchestra.run.smithi094.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T11:51:13.726 INFO:teuthology.orchestra.run.smithi094.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T11:51:13.728 INFO:teuthology.orchestra.run.smithi094.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T11:51:13.729 INFO:teuthology.orchestra.run.smithi094.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T11:51:13.752 INFO:teuthology.orchestra.run.smithi189.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T11:51:13.752 INFO:teuthology.orchestra.run.smithi137.stdout:Get:52 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2309-gba760091-1jammy [3,223 kB] 2024-03-21T11:51:13.753 INFO:teuthology.orchestra.run.smithi189.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T11:51:13.755 INFO:teuthology.orchestra.run.smithi189.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T11:51:13.755 INFO:teuthology.orchestra.run.smithi189.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T11:51:13.757 INFO:teuthology.orchestra.run.smithi189.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T11:51:13.779 INFO:teuthology.orchestra.run.smithi137.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-21T11:51:13.781 INFO:teuthology.orchestra.run.smithi137.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-21T11:51:13.781 INFO:teuthology.orchestra.run.smithi094.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T11:51:13.788 INFO:teuthology.orchestra.run.smithi094.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T11:51:13.790 INFO:teuthology.orchestra.run.smithi094.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T11:51:13.792 INFO:teuthology.orchestra.run.smithi094.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T11:51:13.798 INFO:teuthology.orchestra.run.smithi137.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-21T11:51:13.798 INFO:teuthology.orchestra.run.smithi137.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-21T11:51:13.799 INFO:teuthology.orchestra.run.smithi189.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T11:51:13.800 INFO:teuthology.orchestra.run.smithi137.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-21T11:51:13.803 INFO:teuthology.orchestra.run.smithi094.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T11:51:13.848 INFO:teuthology.orchestra.run.smithi189.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T11:51:13.848 INFO:teuthology.orchestra.run.smithi189.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T11:51:13.857 INFO:teuthology.orchestra.run.smithi094.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T11:51:13.865 INFO:teuthology.orchestra.run.smithi094.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T11:51:13.865 INFO:teuthology.orchestra.run.smithi094.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T11:51:13.867 INFO:teuthology.orchestra.run.smithi094.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T11:51:13.868 INFO:teuthology.orchestra.run.smithi094.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T11:51:13.872 INFO:teuthology.orchestra.run.smithi094.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T11:51:13.873 INFO:teuthology.orchestra.run.smithi094.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T11:51:13.877 INFO:teuthology.orchestra.run.smithi189.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T11:51:13.878 INFO:teuthology.orchestra.run.smithi189.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T11:51:13.879 INFO:teuthology.orchestra.run.smithi189.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T11:51:13.880 INFO:teuthology.orchestra.run.smithi189.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T11:51:13.880 INFO:teuthology.orchestra.run.smithi189.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T11:51:13.881 INFO:teuthology.orchestra.run.smithi189.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-21T11:51:13.882 INFO:teuthology.orchestra.run.smithi189.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T11:51:13.882 INFO:teuthology.orchestra.run.smithi189.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T11:51:13.884 INFO:teuthology.orchestra.run.smithi137.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-21T11:51:13.889 INFO:teuthology.orchestra.run.smithi137.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-21T11:51:13.889 INFO:teuthology.orchestra.run.smithi137.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-21T11:51:13.892 INFO:teuthology.orchestra.run.smithi189.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T11:51:13.894 INFO:teuthology.orchestra.run.smithi094.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T11:51:13.895 INFO:teuthology.orchestra.run.smithi094.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T11:51:13.895 INFO:teuthology.orchestra.run.smithi094.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T11:51:13.909 INFO:teuthology.orchestra.run.smithi189.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T11:51:13.910 INFO:teuthology.orchestra.run.smithi094.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T11:51:13.911 INFO:teuthology.orchestra.run.smithi189.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T11:51:13.911 INFO:teuthology.orchestra.run.smithi189.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T11:51:13.912 INFO:teuthology.orchestra.run.smithi094.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T11:51:13.915 INFO:teuthology.orchestra.run.smithi137.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-21T11:51:13.915 INFO:teuthology.orchestra.run.smithi137.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-21T11:51:13.915 INFO:teuthology.orchestra.run.smithi137.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-21T11:51:13.916 INFO:teuthology.orchestra.run.smithi189.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T11:51:13.917 INFO:teuthology.orchestra.run.smithi137.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-21T11:51:13.917 INFO:teuthology.orchestra.run.smithi137.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-21T11:51:13.918 INFO:teuthology.orchestra.run.smithi137.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-21T11:51:13.918 INFO:teuthology.orchestra.run.smithi137.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-21T11:51:13.920 INFO:teuthology.orchestra.run.smithi189.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T11:51:13.921 INFO:teuthology.orchestra.run.smithi189.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T11:51:13.922 INFO:teuthology.orchestra.run.smithi189.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T11:51:13.929 INFO:teuthology.orchestra.run.smithi189.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T11:51:13.930 INFO:teuthology.orchestra.run.smithi189.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T11:51:13.942 INFO:teuthology.orchestra.run.smithi137.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-21T11:51:13.946 INFO:teuthology.orchestra.run.smithi137.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-21T11:51:13.951 INFO:teuthology.orchestra.run.smithi189.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T11:51:13.951 INFO:teuthology.orchestra.run.smithi189.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T11:51:13.952 INFO:teuthology.orchestra.run.smithi189.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T11:51:13.953 INFO:teuthology.orchestra.run.smithi189.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T11:51:13.956 INFO:teuthology.orchestra.run.smithi189.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T11:51:13.961 INFO:teuthology.orchestra.run.smithi137.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-21T11:51:13.963 INFO:teuthology.orchestra.run.smithi137.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-21T11:51:13.964 INFO:teuthology.orchestra.run.smithi137.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-21T11:51:13.968 INFO:teuthology.orchestra.run.smithi137.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-21T11:51:13.971 INFO:teuthology.orchestra.run.smithi137.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-21T11:51:13.971 INFO:teuthology.orchestra.run.smithi189.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2309-gba760091-1jammy [712 kB] 2024-03-21T11:51:13.972 INFO:teuthology.orchestra.run.smithi137.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-21T11:51:13.973 INFO:teuthology.orchestra.run.smithi137.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-21T11:51:13.973 INFO:teuthology.orchestra.run.smithi094.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2309-gba760091-1jammy [712 kB] 2024-03-21T11:51:13.974 INFO:teuthology.orchestra.run.smithi189.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T11:51:13.978 INFO:teuthology.orchestra.run.smithi137.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-21T11:51:13.983 INFO:teuthology.orchestra.run.smithi137.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-21T11:51:13.985 INFO:teuthology.orchestra.run.smithi189.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T11:51:13.986 INFO:teuthology.orchestra.run.smithi189.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T11:51:13.986 INFO:teuthology.orchestra.run.smithi189.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T11:51:13.987 INFO:teuthology.orchestra.run.smithi137.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-21T11:51:13.990 INFO:teuthology.orchestra.run.smithi189.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T11:51:13.994 INFO:teuthology.orchestra.run.smithi189.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T11:51:14.008 INFO:teuthology.orchestra.run.smithi137.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-21T11:51:14.010 INFO:teuthology.orchestra.run.smithi137.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-21T11:51:14.011 INFO:teuthology.orchestra.run.smithi137.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-21T11:51:14.014 INFO:teuthology.orchestra.run.smithi137.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-21T11:51:14.016 INFO:teuthology.orchestra.run.smithi137.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-21T11:51:14.029 INFO:teuthology.orchestra.run.smithi137.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-21T11:51:14.029 INFO:teuthology.orchestra.run.smithi137.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-21T11:51:14.030 INFO:teuthology.orchestra.run.smithi137.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-21T11:51:14.034 INFO:teuthology.orchestra.run.smithi137.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-21T11:51:14.035 INFO:teuthology.orchestra.run.smithi137.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-21T11:51:14.044 INFO:teuthology.orchestra.run.smithi094.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2309-gba760091-1jammy [356 kB] 2024-03-21T11:51:14.046 INFO:teuthology.orchestra.run.smithi189.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2309-gba760091-1jammy [356 kB] 2024-03-21T11:51:14.066 INFO:teuthology.orchestra.run.smithi189.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2309-gba760091-1jammy [32.8 kB] 2024-03-21T11:51:14.069 INFO:teuthology.orchestra.run.smithi189.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2309-gba760091-1jammy [180 kB] 2024-03-21T11:51:14.070 INFO:teuthology.orchestra.run.smithi094.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2309-gba760091-1jammy [32.8 kB] 2024-03-21T11:51:14.071 INFO:teuthology.orchestra.run.smithi094.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2309-gba760091-1jammy [180 kB] 2024-03-21T11:51:14.081 INFO:teuthology.orchestra.run.smithi189.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2309-gba760091-1jammy [66.5 kB] 2024-03-21T11:51:14.083 INFO:teuthology.orchestra.run.smithi094.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2309-gba760091-1jammy [66.5 kB] 2024-03-21T11:51:14.085 INFO:teuthology.orchestra.run.smithi189.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2309-gba760091-1jammy [330 kB] 2024-03-21T11:51:14.088 INFO:teuthology.orchestra.run.smithi094.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2309-gba760091-1jammy [330 kB] 2024-03-21T11:51:14.108 INFO:teuthology.orchestra.run.smithi189.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2309-gba760091-1jammy [6,662 kB] 2024-03-21T11:51:14.109 INFO:teuthology.orchestra.run.smithi094.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2309-gba760091-1jammy [6,662 kB] 2024-03-21T11:51:14.159 INFO:teuthology.orchestra.run.smithi137.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2309-gba760091-1jammy [712 kB] 2024-03-21T11:51:14.260 INFO:teuthology.orchestra.run.smithi137.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2309-gba760091-1jammy [356 kB] 2024-03-21T11:51:14.273 INFO:teuthology.orchestra.run.smithi137.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2309-gba760091-1jammy [32.8 kB] 2024-03-21T11:51:14.274 INFO:teuthology.orchestra.run.smithi137.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2309-gba760091-1jammy [180 kB] 2024-03-21T11:51:14.322 INFO:teuthology.orchestra.run.smithi137.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2309-gba760091-1jammy [66.5 kB] 2024-03-21T11:51:14.324 INFO:teuthology.orchestra.run.smithi137.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2309-gba760091-1jammy [330 kB] 2024-03-21T11:51:14.380 INFO:teuthology.orchestra.run.smithi137.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2309-gba760091-1jammy [6,662 kB] 2024-03-21T11:51:14.717 INFO:teuthology.orchestra.run.smithi094.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2309-gba760091-1jammy [112 kB] 2024-03-21T11:51:14.721 INFO:teuthology.orchestra.run.smithi094.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2309-gba760091-1jammy [467 kB] 2024-03-21T11:51:14.745 INFO:teuthology.orchestra.run.smithi189.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2309-gba760091-1jammy [112 kB] 2024-03-21T11:51:14.747 INFO:teuthology.orchestra.run.smithi189.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2309-gba760091-1jammy [467 kB] 2024-03-21T11:51:14.778 INFO:teuthology.orchestra.run.smithi094.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2309-gba760091-1jammy [25.0 MB] 2024-03-21T11:51:14.854 INFO:teuthology.orchestra.run.smithi189.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2309-gba760091-1jammy [25.0 MB] 2024-03-21T11:51:15.194 INFO:teuthology.orchestra.run.smithi137.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2309-gba760091-1jammy [112 kB] 2024-03-21T11:51:15.198 INFO:teuthology.orchestra.run.smithi137.stdout:Get:98 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2309-gba760091-1jammy [467 kB] 2024-03-21T11:51:15.275 INFO:teuthology.orchestra.run.smithi137.stdout:Get:99 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2309-gba760091-1jammy [25.0 MB] 2024-03-21T11:51:16.515 INFO:teuthology.orchestra.run.smithi094.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2309-gba760091-1jammy [5,084 kB] 2024-03-21T11:51:16.739 INFO:teuthology.orchestra.run.smithi094.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2309-gba760091-1jammy [244 kB] 2024-03-21T11:51:16.754 INFO:teuthology.orchestra.run.smithi094.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2309-gba760091-1jammy [124 kB] 2024-03-21T11:51:16.758 INFO:teuthology.orchestra.run.smithi094.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2309-gba760091-1jammy [1,524 kB] 2024-03-21T11:51:16.840 INFO:teuthology.orchestra.run.smithi094.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2309-gba760091-1jammy [6,253 kB] 2024-03-21T11:51:17.238 INFO:teuthology.orchestra.run.smithi094.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2309-gba760091-1jammy [22.8 MB] 2024-03-21T11:51:18.014 INFO:teuthology.orchestra.run.smithi189.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2309-gba760091-1jammy [5,084 kB] 2024-03-21T11:51:18.544 INFO:teuthology.orchestra.run.smithi189.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2309-gba760091-1jammy [244 kB] 2024-03-21T11:51:18.580 INFO:teuthology.orchestra.run.smithi189.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2309-gba760091-1jammy [124 kB] 2024-03-21T11:51:18.584 INFO:teuthology.orchestra.run.smithi189.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2309-gba760091-1jammy [1,524 kB] 2024-03-21T11:51:18.731 INFO:teuthology.orchestra.run.smithi094.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2309-gba760091-1jammy [14.0 kB] 2024-03-21T11:51:18.732 INFO:teuthology.orchestra.run.smithi094.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2309-gba760091-1jammy [870 kB] 2024-03-21T11:51:18.749 INFO:teuthology.orchestra.run.smithi094.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2309-gba760091-1jammy [2,384 kB] 2024-03-21T11:51:18.777 INFO:teuthology.orchestra.run.smithi189.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2309-gba760091-1jammy [6,253 kB] 2024-03-21T11:51:18.838 INFO:teuthology.orchestra.run.smithi094.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2309-gba760091-1jammy [791 kB] 2024-03-21T11:51:18.924 INFO:teuthology.orchestra.run.smithi094.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2309-gba760091-1jammy [147 kB] 2024-03-21T11:51:18.930 INFO:teuthology.orchestra.run.smithi094.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2309-gba760091-1jammy [2,277 kB] 2024-03-21T11:51:19.072 INFO:teuthology.orchestra.run.smithi094.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2309-gba760091-1jammy [8,625 kB] 2024-03-21T11:51:19.152 INFO:teuthology.orchestra.run.smithi137.stdout:Get:100 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2309-gba760091-1jammy [5,084 kB] 2024-03-21T11:51:19.551 INFO:teuthology.orchestra.run.smithi189.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2309-gba760091-1jammy [22.8 MB] 2024-03-21T11:51:19.581 INFO:teuthology.orchestra.run.smithi094.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2309-gba760091-1jammy [14.2 kB] 2024-03-21T11:51:19.581 INFO:teuthology.orchestra.run.smithi094.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2309-gba760091-1jammy [50.3 MB] 2024-03-21T11:51:19.893 INFO:teuthology.orchestra.run.smithi137.stdout:Get:101 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2309-gba760091-1jammy [244 kB] 2024-03-21T11:51:19.902 INFO:teuthology.orchestra.run.smithi137.stdout:Get:102 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2309-gba760091-1jammy [124 kB] 2024-03-21T11:51:19.906 INFO:teuthology.orchestra.run.smithi137.stdout:Get:103 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2309-gba760091-1jammy [1,524 kB] 2024-03-21T11:51:20.038 INFO:teuthology.orchestra.run.smithi137.stdout:Get:104 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2309-gba760091-1jammy [6,253 kB] 2024-03-21T11:51:20.590 INFO:teuthology.orchestra.run.smithi137.stdout:Get:105 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2309-gba760091-1jammy [22.8 MB] 2024-03-21T11:51:22.108 INFO:teuthology.orchestra.run.smithi189.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2309-gba760091-1jammy [14.0 kB] 2024-03-21T11:51:22.109 INFO:teuthology.orchestra.run.smithi189.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2309-gba760091-1jammy [870 kB] 2024-03-21T11:51:22.125 INFO:teuthology.orchestra.run.smithi189.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2309-gba760091-1jammy [2,384 kB] 2024-03-21T11:51:22.403 INFO:teuthology.orchestra.run.smithi189.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2309-gba760091-1jammy [791 kB] 2024-03-21T11:51:22.498 INFO:teuthology.orchestra.run.smithi189.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2309-gba760091-1jammy [147 kB] 2024-03-21T11:51:22.549 INFO:teuthology.orchestra.run.smithi189.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2309-gba760091-1jammy [2,277 kB] 2024-03-21T11:51:22.856 INFO:teuthology.orchestra.run.smithi189.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2309-gba760091-1jammy [8,625 kB] 2024-03-21T11:51:23.337 INFO:teuthology.orchestra.run.smithi094.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2309-gba760091-1jammy [121 kB] 2024-03-21T11:51:23.340 INFO:teuthology.orchestra.run.smithi094.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2309-gba760091-1jammy [38.5 kB] 2024-03-21T11:51:23.341 INFO:teuthology.orchestra.run.smithi094.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2309-gba760091-1jammy [13.2 MB] 2024-03-21T11:51:23.906 INFO:teuthology.orchestra.run.smithi189.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2309-gba760091-1jammy [14.2 kB] 2024-03-21T11:51:23.906 INFO:teuthology.orchestra.run.smithi189.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2309-gba760091-1jammy [50.3 MB] 2024-03-21T11:51:23.938 INFO:teuthology.orchestra.run.smithi094.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2309-gba760091-1jammy [91.7 kB] 2024-03-21T11:51:24.136 INFO:teuthology.orchestra.run.smithi137.stdout:Get:106 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2309-gba760091-1jammy [14.0 kB] 2024-03-21T11:51:24.137 INFO:teuthology.orchestra.run.smithi137.stdout:Get:107 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2309-gba760091-1jammy [870 kB] 2024-03-21T11:51:24.154 INFO:teuthology.orchestra.run.smithi137.stdout:Get:108 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2309-gba760091-1jammy [2,384 kB] 2024-03-21T11:51:24.294 INFO:teuthology.orchestra.run.smithi137.stdout:Get:109 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2309-gba760091-1jammy [791 kB] 2024-03-21T11:51:24.344 INFO:teuthology.orchestra.run.smithi137.stdout:Get:110 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2309-gba760091-1jammy [147 kB] 2024-03-21T11:51:24.363 INFO:teuthology.orchestra.run.smithi137.stdout:Get:111 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2309-gba760091-1jammy [2,277 kB] 2024-03-21T11:51:24.495 INFO:teuthology.orchestra.run.smithi094.stdout:Fetched 178 MB in 11s (16.3 MB/s) 2024-03-21T11:51:24.515 INFO:teuthology.orchestra.run.smithi137.stdout:Get:112 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2309-gba760091-1jammy [8,625 kB] 2024-03-21T11:51:24.627 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T11:51:24.726 INFO:teuthology.orchestra.run.smithi094.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-21T11:51:24.732 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T11:51:24.809 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T11:51:25.137 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T11:51:25.138 INFO:teuthology.orchestra.run.smithi137.stdout:Get:113 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2309-gba760091-1jammy [14.2 kB] 2024-03-21T11:51:25.138 INFO:teuthology.orchestra.run.smithi137.stdout:Get:114 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2309-gba760091-1jammy [50.3 MB] 2024-03-21T11:51:25.164 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T11:51:25.204 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T11:51:25.741 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T11:51:25.767 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T11:51:25.890 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T11:51:26.327 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T11:51:26.353 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T11:51:26.393 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:51:26.788 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T11:51:26.814 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T11:51:26.855 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:51:27.241 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T11:51:27.267 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T11:51:27.308 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:51:27.422 INFO:teuthology.orchestra.run.smithi189.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2309-gba760091-1jammy [121 kB] 2024-03-21T11:51:27.424 INFO:teuthology.orchestra.run.smithi189.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2309-gba760091-1jammy [38.5 kB] 2024-03-21T11:51:27.425 INFO:teuthology.orchestra.run.smithi189.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2309-gba760091-1jammy [13.2 MB] 2024-03-21T11:51:27.644 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T11:51:27.670 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T11:51:27.710 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T11:51:27.988 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librados2. 2024-03-21T11:51:28.014 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../007-librados2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:28.054 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:28.071 INFO:teuthology.orchestra.run.smithi189.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2309-gba760091-1jammy [91.7 kB] 2024-03-21T11:51:28.470 INFO:teuthology.orchestra.run.smithi137.stdout:Get:115 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2309-gba760091-1jammy [121 kB] 2024-03-21T11:51:28.473 INFO:teuthology.orchestra.run.smithi137.stdout:Get:116 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2309-gba760091-1jammy [38.5 kB] 2024-03-21T11:51:28.474 INFO:teuthology.orchestra.run.smithi137.stdout:Get:117 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2309-gba760091-1jammy [13.2 MB] 2024-03-21T11:51:28.499 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librbd1. 2024-03-21T11:51:28.525 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../008-librbd1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:28.566 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:28.625 INFO:teuthology.orchestra.run.smithi189.stdout:Fetched 178 MB in 15s (11.9 MB/s) 2024-03-21T11:51:28.759 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T11:51:28.807 INFO:teuthology.orchestra.run.smithi137.stdout:Get:118 https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2309-gba760091-1jammy [91.7 kB] 2024-03-21T11:51:28.857 INFO:teuthology.orchestra.run.smithi189.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-21T11:51:28.863 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T11:51:28.932 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T11:51:29.027 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T11:51:29.053 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:29.093 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:29.219 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T11:51:29.246 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T11:51:29.277 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T11:51:29.369 INFO:teuthology.orchestra.run.smithi137.stdout:Fetched 178 MB in 16s (11.4 MB/s) 2024-03-21T11:51:29.379 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rados. 2024-03-21T11:51:29.394 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:29.429 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:29.504 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-21T11:51:29.602 INFO:teuthology.orchestra.run.smithi137.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165997 files and directories currently installed.) 2024-03-21T11:51:29.608 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-21T11:51:29.638 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T11:51:29.664 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T11:51:29.677 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T11:51:29.722 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T11:51:29.742 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T11:51:29.769 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:29.809 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:30.006 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-21T11:51:30.033 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-21T11:51:30.061 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T11:51:30.072 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T11:51:30.077 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:30.119 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:30.175 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T11:51:30.202 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T11:51:30.250 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:51:30.409 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-21T11:51:30.431 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T11:51:30.435 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-21T11:51:30.457 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:30.475 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T11:51:30.497 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:30.662 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T11:51:30.688 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T11:51:30.843 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T11:51:30.870 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T11:51:30.874 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:51:30.879 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-21T11:51:30.905 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T11:51:30.909 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T11:51:30.953 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:51:31.237 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T11:51:31.239 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T11:51:31.264 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T11:51:31.266 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T11:51:31.304 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T11:51:31.306 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:51:31.365 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-21T11:51:31.391 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T11:51:31.432 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:51:31.556 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T11:51:31.572 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:31.615 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:31.625 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T11:51:31.641 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T11:51:31.675 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T11:51:31.743 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-21T11:51:31.769 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-21T11:51:31.801 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:51:31.927 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T11:51:31.953 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T11:51:31.985 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T11:51:31.986 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package librados2. 2024-03-21T11:51:32.013 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../007-librados2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:32.053 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:32.138 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-21T11:51:32.164 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-21T11:51:32.204 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T11:51:32.254 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T11:51:32.269 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T11:51:32.312 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T11:51:32.514 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package librbd1. 2024-03-21T11:51:32.532 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librados2. 2024-03-21T11:51:32.541 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../008-librbd1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:32.559 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../007-librados2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:32.597 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:32.599 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:32.615 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T11:51:32.631 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T11:51:32.674 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T11:51:33.011 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua5.1. 2024-03-21T11:51:33.038 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T11:51:33.043 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librbd1. 2024-03-21T11:51:33.059 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../008-librbd1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:33.059 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T11:51:33.077 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T11:51:33.085 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:33.093 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:33.125 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:33.352 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-rados. 2024-03-21T11:51:33.368 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:33.380 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-any. 2024-03-21T11:51:33.396 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T11:51:33.402 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:33.439 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T11:51:33.521 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libcephfs2. 2024-03-21T11:51:33.548 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:33.588 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:33.691 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package zip. 2024-03-21T11:51:33.706 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T11:51:33.730 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T11:51:33.756 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:33.783 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T11:51:33.796 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:33.899 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rados. 2024-03-21T11:51:33.925 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:33.965 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:34.049 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T11:51:34.064 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:34.095 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package unzip. 2024-03-21T11:51:34.107 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:34.122 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T11:51:34.161 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T11:51:34.435 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T11:51:34.462 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:34.468 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-21T11:51:34.494 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:34.501 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:34.507 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package luarocks. 2024-03-21T11:51:34.534 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T11:51:34.535 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:34.565 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T11:51:34.779 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cephfs. 2024-03-21T11:51:34.805 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:34.813 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T11:51:34.839 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T11:51:34.853 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:34.879 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T11:51:34.940 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package librgw2. 2024-03-21T11:51:34.967 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../025-librgw2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:35.007 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:35.106 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-21T11:51:35.132 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:35.165 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T11:51:35.173 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:35.192 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T11:51:35.232 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T11:51:35.493 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-21T11:51:35.501 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T11:51:35.519 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-21T11:51:35.528 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:35.559 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T11:51:35.567 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:35.585 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T11:51:35.611 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:35.651 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:35.887 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-prettytable. 2024-03-21T11:51:35.912 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T11:51:35.913 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-21T11:51:35.939 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T11:51:35.954 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-21T11:51:35.978 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T11:51:36.179 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T11:51:36.198 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rbd. 2024-03-21T11:51:36.206 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T11:51:36.213 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:36.237 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T11:51:36.265 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:36.389 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T11:51:36.416 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T11:51:36.447 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T11:51:36.541 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T11:51:36.567 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:36.576 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-21T11:51:36.602 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-21T11:51:36.607 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:36.642 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T11:51:36.751 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T11:51:36.766 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T11:51:36.809 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T11:51:36.920 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-21T11:51:36.946 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-21T11:51:36.986 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T11:51:37.044 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-common. 2024-03-21T11:51:37.071 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:37.119 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:37.129 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package lua5.1. 2024-03-21T11:51:37.156 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T11:51:37.195 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T11:51:37.289 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-21T11:51:37.315 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-21T11:51:37.355 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T11:51:37.515 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package lua-any. 2024-03-21T11:51:37.530 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T11:51:37.573 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T11:51:37.676 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua5.1. 2024-03-21T11:51:37.691 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-21T11:51:37.725 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-21T11:51:37.809 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package zip. 2024-03-21T11:51:37.836 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T11:51:37.867 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T11:51:38.029 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua-any. 2024-03-21T11:51:38.055 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-21T11:51:38.095 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-21T11:51:38.187 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package unzip. 2024-03-21T11:51:38.214 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T11:51:38.262 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T11:51:38.348 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package zip. 2024-03-21T11:51:38.363 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-21T11:51:38.399 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-base. 2024-03-21T11:51:38.406 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking zip (3.0-12build2) ... 2024-03-21T11:51:38.426 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:38.467 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:38.718 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package unzip. 2024-03-21T11:51:38.723 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package luarocks. 2024-03-21T11:51:38.744 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-21T11:51:38.750 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T11:51:38.784 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-21T11:51:38.798 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T11:51:39.079 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T11:51:39.106 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T11:51:39.146 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T11:51:39.171 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package luarocks. 2024-03-21T11:51:39.198 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-21T11:51:39.238 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-21T11:51:39.239 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package librgw2. 2024-03-21T11:51:39.266 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../025-librgw2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:39.306 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:39.440 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T11:51:39.466 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T11:51:39.498 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T11:51:39.802 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T11:51:39.828 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T11:51:39.829 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package librgw2. 2024-03-21T11:51:39.850 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T11:51:39.855 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../025-librgw2_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:39.868 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T11:51:39.873 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:39.903 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:39.916 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:40.172 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T11:51:40.198 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T11:51:40.238 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T11:51:40.328 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T11:51:40.354 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T11:51:40.402 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T11:51:40.498 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rgw. 2024-03-21T11:51:40.524 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:40.541 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T11:51:40.564 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:40.568 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T11:51:40.607 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T11:51:40.772 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T11:51:40.799 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:40.847 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:40.885 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T11:51:40.901 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-21T11:51:40.901 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T11:51:40.927 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-21T11:51:40.936 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T11:51:40.967 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T11:51:41.247 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-portend. 2024-03-21T11:51:41.274 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T11:51:41.287 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libradosstriper1. 2024-03-21T11:51:41.313 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:41.313 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T11:51:41.316 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-common. 2024-03-21T11:51:41.344 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:41.353 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:41.383 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:41.617 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T11:51:41.643 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T11:51:41.683 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T11:51:41.857 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-common. 2024-03-21T11:51:41.883 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:41.940 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:41.961 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T11:51:41.988 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T11:51:42.019 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T11:51:42.315 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T11:51:42.338 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T11:51:42.373 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T11:51:42.677 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T11:51:42.703 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T11:51:42.707 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-base. 2024-03-21T11:51:42.733 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:42.743 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T11:51:42.783 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:43.046 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T11:51:43.073 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T11:51:43.113 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T11:51:43.203 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-base. 2024-03-21T11:51:43.230 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:43.271 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:43.337 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T11:51:43.363 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T11:51:43.403 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T11:51:43.407 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-mako. 2024-03-21T11:51:43.434 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T11:51:43.482 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T11:51:43.706 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T11:51:43.732 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T11:51:43.794 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T11:51:43.811 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T11:51:43.824 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-21T11:51:43.826 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T11:51:43.851 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-21T11:51:43.861 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T11:51:43.891 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-21T11:51:44.100 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T11:51:44.116 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T11:51:44.150 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T11:51:44.180 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T11:51:44.207 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T11:51:44.219 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cheroot. 2024-03-21T11:51:44.245 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-21T11:51:44.247 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T11:51:44.285 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T11:51:44.429 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T11:51:44.455 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T11:51:44.495 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T11:51:44.550 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-webob. 2024-03-21T11:51:44.576 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T11:51:44.613 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-21T11:51:44.616 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T11:51:44.640 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-21T11:51:44.680 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-21T11:51:44.797 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T11:51:44.813 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T11:51:44.856 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T11:51:44.966 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-21T11:51:44.978 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T11:51:44.993 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-21T11:51:45.005 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T11:51:45.032 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-21T11:51:45.047 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T11:51:45.159 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T11:51:45.185 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T11:51:45.225 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T11:51:45.319 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-21T11:51:45.346 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-21T11:51:45.377 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-21T11:51:45.655 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-tempora. 2024-03-21T11:51:45.682 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-21T11:51:45.721 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-21T11:51:46.024 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-portend. 2024-03-21T11:51:46.051 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T11:51:46.091 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T11:51:46.174 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T11:51:46.187 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-portend. 2024-03-21T11:51:46.201 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T11:51:46.214 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-21T11:51:46.234 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T11:51:46.254 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-21T11:51:46.757 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T11:51:46.760 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-paste. 2024-03-21T11:51:46.783 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T11:51:46.787 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T11:51:46.823 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T11:51:46.826 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T11:51:47.062 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-21T11:51:47.088 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-21T11:51:47.126 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T11:51:47.127 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-21T11:51:47.153 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T11:51:47.163 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T11:51:47.187 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T11:51:47.193 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T11:51:47.230 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T11:51:47.430 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-21T11:51:47.456 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-21T11:51:47.497 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-21T11:51:47.508 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T11:51:47.535 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T11:51:47.555 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T11:51:47.574 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T11:51:47.581 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T11:51:47.621 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T11:51:47.817 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-natsort. 2024-03-21T11:51:47.843 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-21T11:51:47.853 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T11:51:47.880 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T11:51:47.883 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-21T11:51:47.916 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T11:51:47.919 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T11:51:47.943 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T11:51:47.974 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T11:51:48.195 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-logutils. 2024-03-21T11:51:48.222 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-21T11:51:48.231 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T11:51:48.235 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T11:51:48.258 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T11:51:48.261 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-21T11:51:48.262 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T11:51:48.297 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T11:51:48.302 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T11:51:48.564 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-21T11:51:48.591 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-21T11:51:48.605 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-mako. 2024-03-21T11:51:48.631 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-21T11:51:48.631 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T11:51:48.653 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T11:51:48.672 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T11:51:48.679 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T11:51:48.719 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T11:51:48.934 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-mako. 2024-03-21T11:51:48.960 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-21T11:51:48.992 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T11:51:49.000 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T11:51:49.018 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T11:51:49.047 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-idna. 2024-03-21T11:51:49.058 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T11:51:49.074 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T11:51:49.114 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T11:51:49.294 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T11:51:49.312 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-21T11:51:49.317 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T11:51:49.338 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-21T11:51:49.352 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T11:51:49.378 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-21T11:51:49.400 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T11:51:49.427 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T11:51:49.458 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T11:51:49.639 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-21T11:51:49.647 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-webob. 2024-03-21T11:51:49.666 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-21T11:51:49.674 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T11:51:49.697 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-21T11:51:49.713 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T11:51:49.754 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-requests. 2024-03-21T11:51:49.780 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T11:51:49.812 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T11:51:50.083 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T11:51:50.106 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T11:51:50.110 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T11:51:50.133 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T11:51:50.153 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T11:51:50.159 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-webob. 2024-03-21T11:51:50.164 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T11:51:50.185 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-21T11:51:50.225 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-21T11:51:50.453 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T11:51:50.476 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T11:51:50.479 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T11:51:50.503 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:50.528 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T11:51:50.543 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:50.578 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-waitress. 2024-03-21T11:51:50.605 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-21T11:51:50.648 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T11:51:50.805 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-paste. 2024-03-21T11:51:50.821 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T11:51:50.855 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T11:51:50.932 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T11:51:50.956 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-tempita. 2024-03-21T11:51:50.958 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:50.982 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-21T11:51:50.998 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:51.022 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T11:51:51.192 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T11:51:51.219 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T11:51:51.258 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T11:51:51.292 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-paste. 2024-03-21T11:51:51.318 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T11:51:51.318 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-21T11:51:51.344 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T11:51:51.350 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T11:51:51.384 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T11:51:51.528 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T11:51:51.557 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T11:51:51.586 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T11:51:51.695 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-21T11:51:51.722 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-21T11:51:51.746 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T11:51:51.761 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T11:51:51.772 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T11:51:51.804 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T11:51:51.906 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T11:51:51.933 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T11:51:51.973 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T11:51:52.123 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-21T11:51:52.132 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T11:51:52.150 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-21T11:51:52.159 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:52.197 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-21T11:51:52.198 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:52.267 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T11:51:52.294 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T11:51:52.334 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T11:51:52.526 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-webtest. 2024-03-21T11:51:52.553 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-21T11:51:52.592 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-21T11:51:52.627 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T11:51:52.654 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:52.672 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T11:51:52.699 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T11:51:52.702 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:52.739 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T11:51:52.912 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pecan. 2024-03-21T11:51:52.939 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-21T11:51:52.978 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T11:51:53.041 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-idna. 2024-03-21T11:51:53.068 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T11:51:53.108 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T11:51:53.289 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T11:51:53.316 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:53.347 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:53.350 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-certifi. 2024-03-21T11:51:53.377 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-21T11:51:53.416 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-21T11:51:53.427 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T11:51:53.454 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T11:51:53.494 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T11:51:53.711 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-idna. 2024-03-21T11:51:53.726 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-21T11:51:53.761 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-21T11:51:53.797 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-requests. 2024-03-21T11:51:53.824 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T11:51:53.864 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T11:51:54.047 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-urllib3. 2024-03-21T11:51:54.074 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-21T11:51:54.113 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T11:51:54.159 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T11:51:54.185 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T11:51:54.225 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T11:51:54.417 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-requests. 2024-03-21T11:51:54.434 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph. 2024-03-21T11:51:54.444 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-21T11:51:54.450 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../066-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:54.483 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T11:51:54.492 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:54.495 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T11:51:54.511 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:54.570 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:54.778 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-21T11:51:54.805 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-21T11:51:54.812 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T11:51:54.839 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:54.844 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T11:51:54.878 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:54.941 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T11:51:54.968 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:55.008 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:55.139 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-21T11:51:55.154 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:55.197 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:55.223 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T11:51:55.250 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:55.282 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:55.327 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T11:51:55.354 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T11:51:55.394 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T11:51:55.594 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-21T11:51:55.621 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:55.655 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T11:51:55.660 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:55.660 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package cephadm. 2024-03-21T11:51:55.671 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T11:51:55.687 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../069-cephadm_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:55.705 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T11:51:55.726 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:55.954 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-21T11:51:55.982 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-21T11:51:56.021 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-21T11:51:56.038 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T11:51:56.041 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T11:51:56.064 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T11:51:56.068 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:56.104 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T11:51:56.108 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:56.266 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-openssl. 2024-03-21T11:51:56.293 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-21T11:51:56.332 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-21T11:51:56.449 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T11:51:56.464 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T11:51:56.503 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T11:51:56.507 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T11:51:56.529 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:56.569 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:56.677 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr. 2024-03-21T11:51:56.704 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:56.743 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:57.146 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mon. 2024-03-21T11:51:57.173 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:57.213 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:57.265 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T11:51:57.292 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:57.323 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:57.637 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-babel. 2024-03-21T11:51:57.653 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T11:51:57.687 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T11:51:57.767 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-osd. 2024-03-21T11:51:57.793 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:57.825 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:57.991 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T11:51:58.017 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T11:51:58.057 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T11:51:58.352 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T11:51:58.378 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:58.392 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph. 2024-03-21T11:51:58.408 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../066-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:58.418 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:58.451 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:58.705 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T11:51:58.732 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T11:51:58.772 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T11:51:58.795 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T11:51:58.822 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:58.862 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:58.895 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph. 2024-03-21T11:51:58.910 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../066-ceph_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:58.953 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:59.075 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-routes. 2024-03-21T11:51:59.101 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T11:51:59.141 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T11:51:59.215 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T11:51:59.242 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:59.272 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-fuse. 2024-03-21T11:51:59.282 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:59.299 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:59.338 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:59.478 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T11:51:59.505 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:51:59.545 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:59.726 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package cephadm. 2024-03-21T11:51:59.753 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../069-cephadm_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:59.776 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mds. 2024-03-21T11:51:59.793 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:51:59.803 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:51:59.867 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:00.113 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T11:52:00.139 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T11:52:00.179 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T11:52:00.303 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package cephadm. 2024-03-21T11:52:00.330 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../069-cephadm_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:00.499 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T11:52:00.525 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T11:52:00.528 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:00.565 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T11:52:00.834 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T11:52:00.839 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-21T11:52:00.861 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T11:52:00.866 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-21T11:52:00.900 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T11:52:00.905 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-21T11:52:01.236 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-21T11:52:01.263 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T11:52:01.302 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T11:52:01.404 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T11:52:01.432 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T11:52:01.470 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T11:52:01.603 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-babel. 2024-03-21T11:52:01.619 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T11:52:01.661 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T11:52:01.841 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T11:52:01.868 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T11:52:01.907 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T11:52:01.939 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T11:52:01.955 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T11:52:01.989 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T11:52:02.210 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T11:52:02.237 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T11:52:02.276 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T11:52:02.335 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T11:52:02.340 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-babel. 2024-03-21T11:52:02.361 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:02.368 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-21T11:52:02.401 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:02.423 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T11:52:02.713 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T11:52:02.735 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-jinja2. 2024-03-21T11:52:02.739 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T11:52:02.762 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-21T11:52:02.779 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T11:52:02.793 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T11:52:02.977 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T11:52:03.005 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:03.065 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-routes. 2024-03-21T11:52:03.092 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T11:52:03.104 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-21T11:52:03.120 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:03.131 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T11:52:03.146 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:03.154 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:03.468 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T11:52:03.495 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:03.499 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-21T11:52:03.526 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-21T11:52:03.534 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:03.565 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-21T11:52:03.868 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-routes. 2024-03-21T11:52:03.895 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-21T11:52:03.935 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T11:52:04.150 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T11:52:04.177 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T11:52:04.216 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T11:52:04.271 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-21T11:52:04.298 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:04.338 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:04.519 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T11:52:04.546 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T11:52:04.586 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T11:52:04.756 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T11:52:04.773 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T11:52:04.815 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T11:52:04.923 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T11:52:04.950 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T11:52:04.989 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T11:52:05.292 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T11:52:05.320 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T11:52:05.335 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T11:52:05.359 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T11:52:05.362 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T11:52:05.401 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T11:52:05.626 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-21T11:52:05.642 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-21T11:52:05.646 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T11:52:05.674 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T11:52:05.693 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T11:52:05.704 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T11:52:05.780 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T11:52:05.807 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T11:52:05.847 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T11:52:06.017 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T11:52:06.044 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T11:52:06.083 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T11:52:06.149 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T11:52:06.176 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T11:52:06.216 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T11:52:06.230 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-joblib. 2024-03-21T11:52:06.257 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-21T11:52:06.296 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T11:52:06.394 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T11:52:06.422 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T11:52:06.461 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T11:52:06.758 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-21T11:52:06.785 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-21T11:52:06.816 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-21T11:52:07.007 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T11:52:07.033 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T11:52:07.073 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T11:52:07.091 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T11:52:07.102 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-sklearn. 2024-03-21T11:52:07.119 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:07.129 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-21T11:52:07.169 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T11:52:07.243 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:07.845 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-21T11:52:07.872 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:08.004 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:08.031 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T11:52:08.059 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:08.097 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:08.372 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T11:52:08.399 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T11:52:08.425 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T11:52:08.438 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T11:52:08.453 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T11:52:08.491 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T11:52:08.741 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T11:52:08.769 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T11:52:08.824 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T11:52:08.837 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T11:52:08.864 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T11:52:08.903 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T11:52:08.949 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-cachetools. 2024-03-21T11:52:08.966 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-21T11:52:09.007 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-21T11:52:09.148 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package jq. 2024-03-21T11:52:09.165 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T11:52:09.194 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T11:52:09.197 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T11:52:09.222 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T11:52:09.261 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T11:52:09.321 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-21T11:52:09.349 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-21T11:52:09.385 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-21T11:52:09.451 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package socat. 2024-03-21T11:52:09.478 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T11:52:09.517 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T11:52:09.572 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T11:52:09.600 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T11:52:09.639 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T11:52:09.689 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-21T11:52:09.716 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-21T11:52:09.746 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T11:52:09.829 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T11:52:09.845 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T11:52:09.887 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T11:52:09.909 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T11:52:09.937 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T11:52:09.975 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T11:52:10.033 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-rsa. 2024-03-21T11:52:10.060 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-21T11:52:10.091 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-21T11:52:10.250 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-test. 2024-03-21T11:52:10.277 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:10.296 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T11:52:10.316 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:10.323 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T11:52:10.362 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T11:52:10.395 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-google-auth. 2024-03-21T11:52:10.422 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-21T11:52:10.461 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-21T11:52:10.674 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T11:52:10.701 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T11:52:10.740 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T11:52:11.015 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-21T11:52:11.042 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-21T11:52:11.060 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T11:52:11.081 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T11:52:11.087 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T11:52:11.126 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T11:52:11.375 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-websocket. 2024-03-21T11:52:11.403 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-21T11:52:11.442 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-21T11:52:11.720 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-21T11:52:11.748 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-21T11:52:11.778 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T11:52:11.807 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T11:52:11.823 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:11.866 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:12.193 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T11:52:12.220 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T11:52:12.259 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T11:52:12.451 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-21T11:52:12.479 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:12.517 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:12.588 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T11:52:12.615 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T11:52:12.621 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T11:52:12.646 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T11:52:12.649 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:12.687 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:12.820 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-21T11:52:12.847 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-21T11:52:12.906 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T11:52:12.916 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package jq. 2024-03-21T11:52:12.943 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T11:52:12.982 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T11:52:12.992 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T11:52:13.019 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:13.058 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:13.235 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package socat. 2024-03-21T11:52:13.248 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-21T11:52:13.262 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T11:52:13.276 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T11:52:13.301 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T11:52:13.314 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T11:52:13.386 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T11:52:13.414 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T11:52:13.452 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T11:52:13.583 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package jq. 2024-03-21T11:52:13.599 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-21T11:52:13.604 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T11:52:13.632 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T11:52:13.641 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-21T11:52:13.671 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T11:52:13.749 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T11:52:13.765 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T11:52:13.799 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T11:52:13.878 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package socat. 2024-03-21T11:52:13.894 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-21T11:52:13.927 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-21T11:52:14.034 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-test. 2024-03-21T11:52:14.061 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:14.100 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:14.187 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T11:52:14.214 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T11:52:14.222 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package xmlstarlet. 2024-03-21T11:52:14.238 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-21T11:52:14.253 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T11:52:14.280 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-21T11:52:14.635 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-test. 2024-03-21T11:52:14.651 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:14.675 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package pkg-config. 2024-03-21T11:52:14.693 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:14.703 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T11:52:14.742 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T11:52:14.978 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T11:52:15.005 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T11:52:15.045 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T11:52:15.490 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T11:52:15.518 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T11:52:15.556 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T11:52:15.859 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T11:52:15.887 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T11:52:15.926 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T11:52:16.254 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T11:52:16.282 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T11:52:16.321 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T11:52:16.430 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T11:52:16.457 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:16.504 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:16.599 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T11:52:16.627 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T11:52:16.657 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T11:52:16.825 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T11:52:16.853 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:16.900 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:16.939 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package ceph-volume. 2024-03-21T11:52:16.966 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2309-gba760091-1jammy_all.deb ... 2024-03-21T11:52:16.985 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-py. 2024-03-21T11:52:17.005 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:17.013 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T11:52:17.052 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T11:52:17.278 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T11:52:17.292 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-21T11:52:17.305 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T11:52:17.308 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:17.342 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:17.344 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T11:52:17.405 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T11:52:17.433 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T11:52:17.472 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T11:52:17.629 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-21T11:52:17.656 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-21T11:52:17.666 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T11:52:17.693 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T11:52:17.695 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T11:52:17.724 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T11:52:17.926 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T11:52:17.954 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T11:52:17.993 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T11:52:18.041 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-21T11:52:18.068 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-21T11:52:18.095 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T11:52:18.107 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-21T11:52:18.122 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T11:52:18.161 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T11:52:18.279 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-toml. 2024-03-21T11:52:18.295 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T11:52:18.329 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T11:52:18.512 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package nvme-cli. 2024-03-21T11:52:18.540 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-21T11:52:18.578 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T11:52:18.607 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T11:52:18.634 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T11:52:18.673 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T11:52:18.842 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package pkg-config. 2024-03-21T11:52:18.869 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T11:52:18.908 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T11:52:19.000 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package pkg-config. 2024-03-21T11:52:19.002 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T11:52:19.027 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-21T11:52:19.030 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T11:52:19.066 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T11:52:19.068 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T11:52:19.144 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T11:52:19.160 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T11:52:19.194 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T11:52:19.302 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-21T11:52:19.319 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-21T11:52:19.338 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T11:52:19.352 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-21T11:52:19.365 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T11:52:19.404 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T11:52:19.597 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T11:52:19.625 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T11:52:19.663 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T11:52:19.747 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-21T11:52:19.763 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-21T11:52:19.797 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-21T11:52:19.950 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T11:52:19.978 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T11:52:20.016 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T11:52:20.100 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pastescript. 2024-03-21T11:52:20.127 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-21T11:52:20.142 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package radosgw. 2024-03-21T11:52:20.166 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-21T11:52:20.170 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../116-radosgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:20.209 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:20.336 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T11:52:20.364 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T11:52:20.403 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T11:52:20.461 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pluggy. 2024-03-21T11:52:20.489 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-21T11:52:20.527 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-21T11:52:20.700 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T11:52:20.728 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T11:52:20.766 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T11:52:20.839 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-psutil. 2024-03-21T11:52:20.867 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-21T11:52:20.905 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-21T11:52:21.020 INFO:teuthology.orchestra.run.smithi094.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T11:52:21.048 INFO:teuthology.orchestra.run.smithi094.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:21.087 INFO:teuthology.orchestra.run.smithi094.stdout:Unpacking rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:21.102 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-py. 2024-03-21T11:52:21.130 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T11:52:21.168 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T11:52:21.400 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T11:52:21.480 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T11:52:21.483 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-py. 2024-03-21T11:52:21.508 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T11:52:21.511 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-21T11:52:21.547 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T11:52:21.549 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-21T11:52:21.650 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T11:52:21.776 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T11:52:21.886 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pygments. 2024-03-21T11:52:21.914 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-21T11:52:21.953 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T11:52:22.018 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T11:52:22.036 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T11:52:22.045 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T11:52:22.076 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T11:52:22.368 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T11:52:22.387 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-toml. 2024-03-21T11:52:22.407 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-21T11:52:22.415 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T11:52:22.435 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-21T11:52:22.453 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T11:52:22.473 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-21T11:52:22.751 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-toml. 2024-03-21T11:52:22.756 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T11:52:22.772 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T11:52:22.779 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-21T11:52:22.809 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-21T11:52:22.814 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T11:52:22.831 INFO:teuthology.orchestra.run.smithi094.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T11:52:22.895 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:23.087 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-pytest. 2024-03-21T11:52:23.114 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-21T11:52:23.153 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T11:52:23.184 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T11:52:23.212 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T11:52:23.259 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T11:52:23.474 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package python3-simplejson. 2024-03-21T11:52:23.501 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-21T11:52:23.528 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T11:52:23.539 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-21T11:52:23.544 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T11:52:23.587 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T11:52:23.670 INFO:teuthology.orchestra.run.smithi094.stdout:Adding system user cephadm....done 2024-03-21T11:52:23.800 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-21T11:52:23.817 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-21T11:52:23.818 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T11:52:23.859 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-21T11:52:24.120 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T11:52:24.333 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package radosgw. 2024-03-21T11:52:24.361 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../116-radosgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:24.371 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T11:52:24.399 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:24.472 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T11:52:24.638 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package radosgw. 2024-03-21T11:52:24.666 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../116-radosgw_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:24.704 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:24.715 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T11:52:24.966 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T11:52:25.092 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T11:52:25.194 INFO:teuthology.orchestra.run.smithi189.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T11:52:25.219 INFO:teuthology.orchestra.run.smithi189.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:25.260 INFO:teuthology.orchestra.run.smithi189.stdout:Unpacking rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:25.394 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T11:52:25.474 INFO:teuthology.orchestra.run.smithi137.stdout:Selecting previously unselected package rbd-fuse. 2024-03-21T11:52:25.490 INFO:teuthology.orchestra.run.smithi137.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2309-gba760091-1jammy_amd64.deb ... 2024-03-21T11:52:25.523 INFO:teuthology.orchestra.run.smithi137.stdout:Unpacking rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:25.556 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T11:52:25.763 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T11:52:25.807 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T11:52:25.820 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-21T11:52:25.933 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T11:52:25.997 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T11:52:26.070 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-21T11:52:26.189 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T11:52:26.196 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-21T11:52:26.282 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T11:52:26.458 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-21T11:52:26.522 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T11:52:26.534 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T11:52:26.777 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-21T11:52:26.785 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T11:52:26.890 INFO:teuthology.orchestra.run.smithi189.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T11:52:26.968 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:27.044 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T11:52:27.220 INFO:teuthology.orchestra.run.smithi137.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-21T11:52:27.281 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:27.421 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:27.501 INFO:teuthology.orchestra.run.smithi189.stdout:Adding system user cephadm....done 2024-03-21T11:52:27.658 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T11:52:27.680 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T11:52:27.789 INFO:teuthology.orchestra.run.smithi137.stdout:Adding system user cephadm....done 2024-03-21T11:52:27.790 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T11:52:27.907 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T11:52:27.934 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T11:52:27.954 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-21T11:52:28.033 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T11:52:28.169 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T11:52:28.231 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-21T11:52:28.278 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T11:52:28.284 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T11:52:28.473 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-21T11:52:28.529 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T11:52:28.574 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-21T11:52:28.682 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T11:52:28.732 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T11:52:28.780 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T11:52:28.796 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T11:52:28.817 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-21T11:52:28.897 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T11:52:28.915 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T11:52:29.068 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-21T11:52:29.195 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-21T11:52:29.225 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T11:52:29.241 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T11:52:29.358 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T11:52:29.504 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-21T11:52:29.585 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T11:52:29.601 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T11:52:29.820 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T11:52:29.865 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-21T11:52:29.869 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T11:52:30.088 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T11:52:30.116 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-21T11:52:30.178 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T11:52:30.305 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T11:52:30.347 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T11:52:30.375 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-21T11:52:30.585 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-21T11:52:30.624 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T11:52:30.845 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-21T11:52:30.883 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T11:52:30.940 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T11:52:31.121 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-21T11:52:31.134 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:31.199 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T11:52:31.325 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T11:52:31.380 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-ceph-argparse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:31.416 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T11:52:31.452 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T11:52:31.661 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T11:52:31.744 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T11:52:31.787 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T11:52:31.886 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-21T11:52:31.913 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T11:52:32.124 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-21T11:52:32.137 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T11:52:32.189 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T11:52:32.233 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-21T11:52:32.342 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-21T11:52:32.380 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T11:52:32.577 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-21T11:52:32.603 INFO:teuthology.orchestra.run.smithi189.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T11:52:32.637 INFO:teuthology.orchestra.run.smithi189.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T11:52:32.701 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T11:52:32.740 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T11:52:32.827 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T11:52:32.960 INFO:teuthology.orchestra.run.smithi137.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-21T11:52:32.992 INFO:teuthology.orchestra.run.smithi137.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-21T11:52:33.033 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T11:52:33.055 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-21T11:52:33.164 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-21T11:52:33.186 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T11:52:33.312 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T11:52:33.393 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T11:52:33.515 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-21T11:52:33.580 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T11:52:33.625 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-21T11:52:33.644 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T11:52:33.771 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:33.840 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T11:52:33.876 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-21T11:52:34.097 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T11:52:34.135 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-21T11:52:34.324 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T11:52:34.398 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T11:52:34.445 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up zip (3.0-12build2) ... 2024-03-21T11:52:34.450 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T11:52:34.571 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-21T11:52:35.138 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T11:52:35.273 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-21T11:52:35.386 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T11:52:35.513 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T11:52:35.524 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-21T11:52:35.579 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T11:52:35.633 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-21T11:52:35.638 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T11:52:35.734 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-21T11:52:35.814 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:52:35.924 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T11:52:35.948 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T11:52:36.010 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-21T11:52:36.183 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T11:52:36.284 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T11:52:36.316 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T11:52:36.393 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T11:52:36.403 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-21T11:52:36.567 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T11:52:36.654 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-21T11:52:36.703 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T11:52:36.927 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T11:52:36.962 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T11:52:37.039 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-21T11:52:37.195 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T11:52:37.231 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:52:37.315 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-21T11:52:37.340 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T11:52:37.513 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T11:52:37.642 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T11:52:37.658 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-21T11:52:37.797 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T11:52:37.893 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T11:52:37.909 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-21T11:52:37.923 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:38.027 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:38.144 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T11:52:38.225 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T11:52:38.328 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-idna (3.3-1) ... 2024-03-21T11:52:38.395 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T11:52:38.526 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T11:52:38.646 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-21T11:52:38.654 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T11:52:39.022 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T11:52:39.148 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T11:52:39.425 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T11:52:39.551 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T11:52:39.657 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T11:52:39.768 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-21T11:52:39.844 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T11:52:39.908 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:52:40.011 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:52:40.042 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T11:52:40.145 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T11:52:40.146 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-21T11:52:40.293 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T11:52:40.394 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T11:52:40.396 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T11:52:40.413 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-21T11:52:40.503 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T11:52:40.522 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T11:52:40.539 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-21T11:52:40.665 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-21T11:52:40.673 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T11:52:40.763 INFO:teuthology.orchestra.run.smithi094.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T11:52:40.805 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T11:52:40.942 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-21T11:52:41.008 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T11:52:41.056 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T11:52:41.134 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T11:52:41.193 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-21T11:52:41.349 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:52:41.444 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:52:41.475 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T11:52:41.519 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T11:52:41.570 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-21T11:52:41.776 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T11:52:41.787 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T11:52:41.871 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-21T11:52:41.896 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T11:52:42.019 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T11:52:42.131 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:52:42.257 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T11:52:42.278 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T11:52:42.306 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-21T11:52:42.530 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T11:52:42.556 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-21T11:52:42.567 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T11:52:42.780 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T11:52:42.799 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-21T11:52:42.859 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T11:52:43.042 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-21T11:52:43.048 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T11:52:43.127 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T11:52:43.174 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T11:52:43.253 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T11:52:43.301 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-21T11:52:43.428 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-21T11:52:43.467 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T11:52:43.521 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T11:52:43.576 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T11:52:43.712 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-21T11:52:43.772 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T11:52:43.838 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-21T11:52:43.861 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T11:52:44.109 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T11:52:44.131 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-21T11:52:44.154 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T11:52:44.405 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T11:52:44.432 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-21T11:52:44.469 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T11:52:44.539 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T11:52:44.665 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T11:52:44.683 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-21T11:52:44.754 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T11:52:44.779 INFO:teuthology.orchestra.run.smithi189.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T11:52:44.784 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-21T11:52:44.893 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-21T11:52:44.982 INFO:teuthology.orchestra.run.smithi137.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-21T11:52:45.008 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T11:52:45.082 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T11:52:45.126 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T11:52:45.220 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-21T11:52:45.225 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:45.351 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:45.354 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-21T11:52:45.477 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T11:52:45.494 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T11:52:45.746 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T11:52:45.755 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-21T11:52:45.805 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:45.871 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T11:52:45.906 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:46.006 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-21T11:52:46.033 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T11:52:46.122 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:52:46.133 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-21T11:52:46.249 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T11:52:46.309 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:46.383 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-21T11:52:46.427 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:46.512 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-21T11:52:46.558 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T11:52:46.570 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:46.785 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T11:52:46.785 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T11:52:46.838 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-21T11:52:46.851 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T11:52:47.102 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T11:52:47.147 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-21T11:52:47.211 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T11:52:47.271 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:47.372 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:47.406 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-21T11:52:47.470 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T11:52:47.490 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:47.533 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-21T11:52:47.616 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T11:52:47.738 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T11:52:47.800 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-21T11:52:48.068 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-21T11:52:48.092 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T11:52:48.421 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-21T11:52:48.468 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T11:52:48.736 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T11:52:48.778 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:48.798 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-21T11:52:48.905 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:49.006 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:49.075 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-21T11:52:49.089 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T11:52:49.107 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:49.215 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:49.224 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:49.341 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:49.393 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-21T11:52:49.451 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T11:52:49.520 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librados2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:49.646 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:49.755 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-21T11:52:49.759 INFO:teuthology.orchestra.run.smithi094.stdout:Adding group ceph....done 2024-03-21T11:52:49.770 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:49.896 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:50.022 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T11:52:50.050 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libcephfs2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:50.110 INFO:teuthology.orchestra.run.smithi094.stdout:Adding system user ceph....done 2024-03-21T11:52:50.175 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libradosstriper1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:50.280 INFO:teuthology.orchestra.run.smithi094.stdout:Setting system user ceph properties....done 2024-03-21T11:52:50.297 INFO:teuthology.orchestra.run.smithi094.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T11:52:50.301 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-21T11:52:50.307 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:50.433 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T11:52:50.433 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:50.551 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:50.587 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librbd1 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:50.713 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-modules-core (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:50.754 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T11:52:50.758 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T11:52:50.758 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T11:52:50.822 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:51.018 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T11:52:51.018 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-21T11:52:51.210 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:51.236 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:51.354 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:51.370 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:51.448 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up libcephfs-dev (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:51.479 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:51.566 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rados (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:51.605 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T11:52:51.692 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up librgw2 (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:51.818 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-21T11:52:51.840 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T11:52:51.840 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T11:52:52.314 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:52.645 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T11:52:52.818 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:52.918 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.005 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rbd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.036 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.091 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.131 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up rbd-fuse (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.162 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.249 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-rgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.288 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.297 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T11:52:53.297 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T11:52:53.350 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up python3-cephfs (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.451 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-common (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.759 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:53.848 INFO:teuthology.orchestra.run.smithi189.stdout:Adding group ceph....done 2024-03-21T11:52:53.973 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T11:52:53.973 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T11:52:53.976 INFO:teuthology.orchestra.run.smithi137.stdout:Adding group ceph....done 2024-03-21T11:52:54.224 INFO:teuthology.orchestra.run.smithi189.stdout:Adding system user ceph....done 2024-03-21T11:52:54.369 INFO:teuthology.orchestra.run.smithi137.stdout:Adding system user ceph....done 2024-03-21T11:52:54.393 INFO:teuthology.orchestra.run.smithi189.stdout:Setting system user ceph properties....done 2024-03-21T11:52:54.411 INFO:teuthology.orchestra.run.smithi189.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T11:52:54.530 INFO:teuthology.orchestra.run.smithi137.stdout:Setting system user ceph properties....done 2024-03-21T11:52:54.547 INFO:teuthology.orchestra.run.smithi137.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-21T11:52:54.553 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T11:52:54.624 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:54.687 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-21T11:52:54.902 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T11:52:54.902 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T11:52:54.914 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T11:52:54.999 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-21T11:52:55.381 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:55.417 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:55.460 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-test (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:55.541 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:55.543 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:55.586 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up radosgw (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:55.695 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:55.908 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T11:52:55.908 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T11:52:55.994 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T11:52:55.995 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T11:52:56.086 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T11:52:56.086 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-21T11:52:56.412 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:56.443 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:56.564 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:56.571 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-base (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:56.690 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:56.843 INFO:teuthology.orchestra.run.smithi094.stdout:Setting up ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:56.880 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T11:52:56.958 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-21T11:52:57.238 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T11:52:57.347 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T11:52:57.356 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:57.498 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T11:52:57.520 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-mds (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:57.681 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T11:52:57.681 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T11:52:57.793 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T11:52:57.793 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-21T11:52:58.119 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:58.256 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-mgr (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:58.334 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T11:52:58.334 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T11:52:58.503 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T11:52:58.503 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-21T11:52:58.599 INFO:teuthology.orchestra.run.smithi094.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T11:52:58.812 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:58.990 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-osd (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:59.068 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T11:52:59.068 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T11:52:59.207 INFO:teuthology.orchestra.run.smithi094.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T11:52:59.213 DEBUG:teuthology.parallel:result is None 2024-03-21T11:52:59.295 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T11:52:59.295 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-21T11:52:59.564 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:59.665 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:59.759 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:52:59.849 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:00.064 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T11:53:00.064 INFO:teuthology.orchestra.run.smithi137.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T11:53:00.219 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:00.370 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-mon (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:00.550 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:00.587 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T11:53:00.588 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-21T11:53:00.701 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:00.827 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:00.987 INFO:teuthology.orchestra.run.smithi137.stdout:Setting up ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:01.046 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-mgr-cephadm (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:01.331 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T11:53:01.339 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:01.449 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T11:53:01.465 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-mgr-dashboard (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:01.608 INFO:teuthology.orchestra.run.smithi189.stdout:Setting up ceph-volume (19.0.0-2309-gba760091-1jammy) ... 2024-03-21T11:53:01.718 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T11:53:01.944 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-21T11:53:02.053 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-21T11:53:02.198 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-21T11:53:02.972 INFO:teuthology.orchestra.run.smithi189.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T11:53:03.222 INFO:teuthology.orchestra.run.smithi137.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-21T11:53:03.613 INFO:teuthology.orchestra.run.smithi189.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T11:53:03.618 DEBUG:teuthology.parallel:result is None 2024-03-21T11:53:04.061 INFO:teuthology.orchestra.run.smithi137.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-21T11:53:04.066 DEBUG:teuthology.parallel:result is None 2024-03-21T11:53:04.066 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:53:04.208 DEBUG:teuthology.orchestra.run.smithi094:> dpkg-query -W -f '${Version}' ceph 2024-03-21T11:53:04.227 INFO:teuthology.orchestra.run.smithi094.stdout:19.0.0-2309-gba760091-1jammy 2024-03-21T11:53:04.228 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2309-gba760091-1jammy 2024-03-21T11:53:04.228 INFO:teuthology.task.install:The correct ceph version 19.0.0-2309-gba760091-1jammy is installed. 2024-03-21T11:53:04.230 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:53:04.367 DEBUG:teuthology.orchestra.run.smithi137:> dpkg-query -W -f '${Version}' ceph 2024-03-21T11:53:04.387 INFO:teuthology.orchestra.run.smithi137.stdout:19.0.0-2309-gba760091-1jammy 2024-03-21T11:53:04.387 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2309-gba760091-1jammy 2024-03-21T11:53:04.387 INFO:teuthology.task.install:The correct ceph version 19.0.0-2309-gba760091-1jammy is installed. 2024-03-21T11:53:04.389 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:53:04.528 DEBUG:teuthology.orchestra.run.smithi189:> dpkg-query -W -f '${Version}' ceph 2024-03-21T11:53:04.547 INFO:teuthology.orchestra.run.smithi189.stdout:19.0.0-2309-gba760091-1jammy 2024-03-21T11:53:04.547 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2309-gba760091-1jammy 2024-03-21T11:53:04.547 INFO:teuthology.task.install:The correct ceph version 19.0.0-2309-gba760091-1jammy is installed. 2024-03-21T11:53:04.549 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-21T11:53:04.549 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:53:04.549 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T11:53:04.564 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:53:04.564 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T11:53:04.578 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:53:04.578 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-21T11:53:04.602 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-21T11:53:04.602 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:53:04.602 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T11:53:04.618 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T11:53:04.674 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:53:04.674 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T11:53:04.687 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T11:53:04.742 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:53:04.742 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/daemon-helper 2024-03-21T11:53:04.756 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-21T11:53:04.811 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-21T11:53:04.812 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:53:04.812 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T11:53:04.825 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T11:53:04.881 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:53:04.881 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T11:53:04.895 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T11:53:04.950 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:53:04.950 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-21T11:53:04.963 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-21T11:53:05.020 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-21T11:53:05.021 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:53:05.021 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T11:53:05.035 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T11:53:05.090 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:53:05.091 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T11:53:05.105 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T11:53:05.158 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:53:05.158 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/stdin-killer 2024-03-21T11:53:05.174 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-21T11:53:05.229 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-21T11:53:05.343 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down, quorum', 'is down \\(out of quorum\\)'], 'sha1': 'ba760091cd7bd2b0d23f4825ac856ba66450e988'} 2024-03-21T11:53:05.343 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:53:05.343 INFO:tasks.cephadm:Cluster fsid is 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:53:05.344 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-21T11:53:05.344 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.94', 'mon.b': '172.21.15.137', 'mon.c': '172.21.15.189'} 2024-03-21T11:53:05.344 INFO:tasks.cephadm:First mon is mon.a on smithi094 2024-03-21T11:53:05.344 INFO:tasks.cephadm:First mgr is a 2024-03-21T11:53:05.344 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-21T11:53:05.344 DEBUG:teuthology.orchestra.run.smithi094:> sudo hostname $(hostname -s) 2024-03-21T11:53:05.359 DEBUG:teuthology.orchestra.run.smithi137:> sudo hostname $(hostname -s) 2024-03-21T11:53:05.374 DEBUG:teuthology.orchestra.run.smithi189:> sudo hostname $(hostname -s) 2024-03-21T11:53:05.392 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-21T11:53:05.392 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:53:05.608 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'ba760091cd7bd2b0d23f4825ac856ba66450e988', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/77824/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2309-gba760091', 'node_name': '172.21.2.16+braggi16', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2309-gba760091-1jammy'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-21 06:15:04.940981', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-03-20-2326', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-21T11:53:05.819 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-adk-testing-2024-03-20-2326, sha1 ba760091cd7bd2b0d23f4825ac856ba66450e988 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:53:05.821 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-21T11:53:05.821 DEBUG:teuthology.orchestra.run.smithi094:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T11:53:06.378 INFO:teuthology.orchestra.run.smithi094.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788935 Mar 21 11:53 /home/ubuntu/cephtest/cephadm 2024-03-21T11:53:06.379 DEBUG:teuthology.orchestra.run.smithi137:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T11:53:06.893 INFO:teuthology.orchestra.run.smithi137.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788935 Mar 21 11:53 /home/ubuntu/cephtest/cephadm 2024-03-21T11:53:06.893 DEBUG:teuthology.orchestra.run.smithi189:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-03-20-2326/ba760091cd7bd2b0d23f4825ac856ba66450e988/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-21T11:53:07.409 INFO:teuthology.orchestra.run.smithi189.stdout:-rw-rw-r-- 1 ubuntu ubuntu 788935 Mar 21 11:53 /home/ubuntu/cephtest/cephadm 2024-03-21T11:53:07.409 DEBUG:teuthology.orchestra.run.smithi094:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T11:53:07.417 DEBUG:teuthology.orchestra.run.smithi137:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T11:53:07.424 DEBUG:teuthology.orchestra.run.smithi189:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-21T11:53:07.443 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 on all hosts... 2024-03-21T11:53:07.443 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 pull 2024-03-21T11:53:07.459 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 pull 2024-03-21T11:53:07.468 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 pull 2024-03-21T11:53:07.625 INFO:teuthology.orchestra.run.smithi094.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988... 2024-03-21T11:53:07.633 INFO:teuthology.orchestra.run.smithi137.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988... 2024-03-21T11:53:07.642 INFO:teuthology.orchestra.run.smithi189.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988... 2024-03-21T11:54:34.302 INFO:teuthology.orchestra.run.smithi189.stdout:{ 2024-03-21T11:54:34.303 INFO:teuthology.orchestra.run.smithi189.stdout: "ceph_version": "ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev)", 2024-03-21T11:54:34.303 INFO:teuthology.orchestra.run.smithi189.stdout: "image_id": "07a0e2f85eccbc661c4d74d2d7069b657c3df680b0555f207e4d40ae3737b84c", 2024-03-21T11:54:34.303 INFO:teuthology.orchestra.run.smithi189.stdout: "repo_digests": [ 2024-03-21T11:54:34.303 INFO:teuthology.orchestra.run.smithi189.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c36dfee38a9e30f94631724b80f0cc56436755c5ff8c0ab73d50c8801d644bd7" 2024-03-21T11:54:34.303 INFO:teuthology.orchestra.run.smithi189.stdout: ] 2024-03-21T11:54:34.303 INFO:teuthology.orchestra.run.smithi189.stdout:} 2024-03-21T11:54:38.284 INFO:teuthology.orchestra.run.smithi094.stdout:{ 2024-03-21T11:54:38.284 INFO:teuthology.orchestra.run.smithi094.stdout: "ceph_version": "ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev)", 2024-03-21T11:54:38.285 INFO:teuthology.orchestra.run.smithi094.stdout: "image_id": "07a0e2f85eccbc661c4d74d2d7069b657c3df680b0555f207e4d40ae3737b84c", 2024-03-21T11:54:38.285 INFO:teuthology.orchestra.run.smithi094.stdout: "repo_digests": [ 2024-03-21T11:54:38.285 INFO:teuthology.orchestra.run.smithi094.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c36dfee38a9e30f94631724b80f0cc56436755c5ff8c0ab73d50c8801d644bd7" 2024-03-21T11:54:38.285 INFO:teuthology.orchestra.run.smithi094.stdout: ] 2024-03-21T11:54:38.285 INFO:teuthology.orchestra.run.smithi094.stdout:} 2024-03-21T11:54:43.100 INFO:teuthology.orchestra.run.smithi137.stdout:{ 2024-03-21T11:54:43.100 INFO:teuthology.orchestra.run.smithi137.stdout: "ceph_version": "ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev)", 2024-03-21T11:54:43.100 INFO:teuthology.orchestra.run.smithi137.stdout: "image_id": "07a0e2f85eccbc661c4d74d2d7069b657c3df680b0555f207e4d40ae3737b84c", 2024-03-21T11:54:43.101 INFO:teuthology.orchestra.run.smithi137.stdout: "repo_digests": [ 2024-03-21T11:54:43.101 INFO:teuthology.orchestra.run.smithi137.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:c36dfee38a9e30f94631724b80f0cc56436755c5ff8c0ab73d50c8801d644bd7" 2024-03-21T11:54:43.101 INFO:teuthology.orchestra.run.smithi137.stdout: ] 2024-03-21T11:54:43.101 INFO:teuthology.orchestra.run.smithi137.stdout:} 2024-03-21T11:54:43.148 DEBUG:teuthology.orchestra.run.smithi094:> sudo mkdir -p /etc/ceph 2024-03-21T11:54:43.163 DEBUG:teuthology.orchestra.run.smithi137:> sudo mkdir -p /etc/ceph 2024-03-21T11:54:43.177 DEBUG:teuthology.orchestra.run.smithi189:> sudo mkdir -p /etc/ceph 2024-03-21T11:54:43.191 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod 777 /etc/ceph 2024-03-21T11:54:43.218 DEBUG:teuthology.orchestra.run.smithi137:> sudo chmod 777 /etc/ceph 2024-03-21T11:54:43.230 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod 777 /etc/ceph 2024-03-21T11:54:43.244 INFO:tasks.cephadm:Writing seed config... 2024-03-21T11:54:43.246 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-21T11:54:43.246 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-21T11:54:43.246 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-21T11:54:43.246 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-21T11:54:43.246 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-21T11:54:43.246 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-21T11:54:43.246 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-21T11:54:43.246 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-21T11:54:43.246 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-21T11:54:43.247 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:54:43.247 DEBUG:teuthology.orchestra.run.smithi094:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-21T11:54:43.266 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 = 93e5de92-e779-11ee-95cd-87774f69a715 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-03-21T11:54:43.266 DEBUG:teuthology.orchestra.run.smithi094:mon.a> sudo journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.a.service 2024-03-21T11:54:43.312 DEBUG:teuthology.orchestra.run.smithi094:mgr.a> sudo journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@mgr.a.service 2024-03-21T11:54:43.355 INFO:tasks.cephadm:Bootstrapping... 2024-03-21T11:54:43.355 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 -v bootstrap --fsid 93e5de92-e779-11ee-95cd-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.94 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-21T11:54:43.565 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-03-21T11:54:43.565 INFO:teuthology.orchestra.run.smithi094.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988', '-v', 'bootstrap', '--fsid', '93e5de92-e779-11ee-95cd-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.94', '--skip-admin-label'] 2024-03-21T11:54:43.566 INFO:teuthology.orchestra.run.smithi094.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-21T11:54:43.566 INFO:teuthology.orchestra.run.smithi094.stdout:Verifying podman|docker is present... 2024-03-21T11:54:43.566 INFO:teuthology.orchestra.run.smithi094.stdout:Verifying lvm2 is present... 2024-03-21T11:54:43.566 INFO:teuthology.orchestra.run.smithi094.stdout:Verifying time synchronization is in place... 2024-03-21T11:54:43.571 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T11:54:43.571 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T11:54:43.576 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T11:54:43.576 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout inactive 2024-03-21T11:54:43.579 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T11:54:43.579 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T11:54:43.583 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T11:54:43.583 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout inactive 2024-03-21T11:54:43.586 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T11:54:43.587 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout masked 2024-03-21T11:54:43.590 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T11:54:43.590 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout inactive 2024-03-21T11:54:43.594 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T11:54:43.594 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T11:54:43.597 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T11:54:43.597 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout inactive 2024-03-21T11:54:43.603 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout enabled 2024-03-21T11:54:43.607 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout active 2024-03-21T11:54:43.607 INFO:teuthology.orchestra.run.smithi094.stdout:Unit ntp.service is enabled and running 2024-03-21T11:54:43.607 INFO:teuthology.orchestra.run.smithi094.stdout:Repeating the final host check... 2024-03-21T11:54:43.607 INFO:teuthology.orchestra.run.smithi094.stdout:docker (/usr/bin/docker) is present 2024-03-21T11:54:43.607 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl is present 2024-03-21T11:54:43.607 INFO:teuthology.orchestra.run.smithi094.stdout:lvcreate is present 2024-03-21T11:54:43.610 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-21T11:54:43.610 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-21T11:54:43.613 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-21T11:54:43.614 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout inactive 2024-03-21T11:54:43.617 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-21T11:54:43.617 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-21T11:54:43.620 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-21T11:54:43.620 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout inactive 2024-03-21T11:54:43.623 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-21T11:54:43.624 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout masked 2024-03-21T11:54:43.627 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-21T11:54:43.627 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout inactive 2024-03-21T11:54:43.630 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-21T11:54:43.630 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-21T11:54:43.633 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-21T11:54:43.633 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout inactive 2024-03-21T11:54:43.637 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout enabled 2024-03-21T11:54:43.641 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stdout active 2024-03-21T11:54:43.641 INFO:teuthology.orchestra.run.smithi094.stdout:Unit ntp.service is enabled and running 2024-03-21T11:54:43.641 INFO:teuthology.orchestra.run.smithi094.stdout:Host looks OK 2024-03-21T11:54:43.641 INFO:teuthology.orchestra.run.smithi094.stdout:Cluster fsid: 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:54:43.641 INFO:teuthology.orchestra.run.smithi094.stdout:Acquiring lock 139993378613104 on /run/cephadm/93e5de92-e779-11ee-95cd-87774f69a715.lock 2024-03-21T11:54:43.642 INFO:teuthology.orchestra.run.smithi094.stdout:Lock 139993378613104 acquired on /run/cephadm/93e5de92-e779-11ee-95cd-87774f69a715.lock 2024-03-21T11:54:43.642 INFO:teuthology.orchestra.run.smithi094.stdout:Verifying IP 172.21.15.94 port 3300 ... 2024-03-21T11:54:43.642 INFO:teuthology.orchestra.run.smithi094.stdout:Verifying IP 172.21.15.94 port 6789 ... 2024-03-21T11:54:43.642 INFO:teuthology.orchestra.run.smithi094.stdout:Base mon IP(s) is [172.21.15.94:3300, 172.21.15.94:6789], mon addrv is [v2:172.21.15.94:3300,v1:172.21.15.94:6789] 2024-03-21T11:54:43.645 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-03-21T11:54:43.645 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.94 metric 100 2024-03-21T11:54:43.645 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.94 metric 100 2024-03-21T11:54:43.645 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-21T11:54:43.645 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.94 metric 100 2024-03-21T11:54:43.645 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.94 metric 100 2024-03-21T11:54:43.645 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.94 metric 100 2024-03-21T11:54:43.645 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.94 metric 100 2024-03-21T11:54:43.647 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-21T11:54:43.647 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-03-21T11:54:43.647 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1751sec pref medium 2024-03-21T11:54:43.649 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-21T11:54:43.649 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-21T11:54:43.649 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T11:54:43.649 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-03-21T11:54:43.649 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:d763/64 scope link 2024-03-21T11:54:43.649 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-21T11:54:43.650 INFO:teuthology.orchestra.run.smithi094.stdout:Mon IP `172.21.15.94` is in CIDR network `172.21.0.0/20` 2024-03-21T11:54:43.651 INFO:teuthology.orchestra.run.smithi094.stdout:Mon IP `172.21.15.94` is in CIDR network `172.21.0.0/20` 2024-03-21T11:54:43.651 INFO:teuthology.orchestra.run.smithi094.stdout:Mon IP `172.21.15.94` is in CIDR network `172.21.0.1/32` 2024-03-21T11:54:43.651 INFO:teuthology.orchestra.run.smithi094.stdout:Mon IP `172.21.15.94` is in CIDR network `172.21.0.1/32` 2024-03-21T11:54:43.651 INFO:teuthology.orchestra.run.smithi094.stdout:Mon IP `172.21.15.94` is in CIDR network `172.21.0.2/32` 2024-03-21T11:54:43.651 INFO:teuthology.orchestra.run.smithi094.stdout:Mon IP `172.21.15.94` is in CIDR network `172.21.0.2/32` 2024-03-21T11:54:43.651 INFO:teuthology.orchestra.run.smithi094.stdout:Mon IP `172.21.15.94` is in CIDR network `172.21.15.254/32` 2024-03-21T11:54:43.651 INFO:teuthology.orchestra.run.smithi094.stdout:Mon IP `172.21.15.94` is in CIDR network `172.21.15.254/32` 2024-03-21T11:54:43.651 INFO:teuthology.orchestra.run.smithi094.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20', '172.21.0.1/32', '172.21.0.1/32', '172.21.0.2/32', '172.21.0.2/32', '172.21.15.254/32', '172.21.15.254/32'] 2024-03-21T11:54:43.651 INFO:teuthology.orchestra.run.smithi094.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-21T11:54:43.652 INFO:teuthology.orchestra.run.smithi094.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988... 2024-03-21T11:54:43.950 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/docker: stdout ba760091cd7bd2b0d23f4825ac856ba66450e988: Pulling from ceph-ci/ceph 2024-03-21T11:54:43.951 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/docker: stdout Digest: sha256:c36dfee38a9e30f94631724b80f0cc56436755c5ff8c0ab73d50c8801d644bd7 2024-03-21T11:54:43.951 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:54:43.951 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 2024-03-21T11:54:45.380 INFO:teuthology.orchestra.run.smithi094.stdout:ceph: stdout ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev) 2024-03-21T11:54:45.380 INFO:teuthology.orchestra.run.smithi094.stdout:Ceph version: ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev) 2024-03-21T11:54:45.380 INFO:teuthology.orchestra.run.smithi094.stdout:Extracting ceph user uid/gid from container image... 2024-03-21T11:54:46.593 INFO:teuthology.orchestra.run.smithi094.stdout:stat: stdout 167 167 2024-03-21T11:54:46.593 INFO:teuthology.orchestra.run.smithi094.stdout:Creating initial keys... 2024-03-21T11:54:47.956 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-authtool: stdout AQAHIPxlV3K9FBAAPkkK5yTm01jjsbXlEpcs2Q== 2024-03-21T11:54:49.218 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-authtool: stdout AQAIIPxlB8aSJxAA/4nkGjd+DHomz3SYbl4GMg== 2024-03-21T11:54:50.581 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-authtool: stdout AQAJIPxl9QJrOhAAESyahMqKoX3YOL88i34a1A== 2024-03-21T11:54:50.582 INFO:teuthology.orchestra.run.smithi094.stdout:Creating initial monmap... 2024-03-21T11:54:51.853 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T11:54:51.853 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-21T11:54:51.853 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:54:51.853 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T11:54:51.853 INFO:teuthology.orchestra.run.smithi094.stdout:monmaptool for a [v2:172.21.15.94:3300,v1:172.21.15.94:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-21T11:54:51.853 INFO:teuthology.orchestra.run.smithi094.stdout:setting min_mon_release = quincy 2024-03-21T11:54:51.854 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/monmaptool: set fsid to 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:54:51.854 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-21T11:54:51.854 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:54:51.854 INFO:teuthology.orchestra.run.smithi094.stdout:Creating mon... 2024-03-21T11:54:53.121 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.557+0000 7f1805e65c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T11:54:53.121 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.557+0000 7f1805e65c80 1 imported monmap: 2024-03-21T11:54:53.121 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-21T11:54:53.121 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr fsid 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:54:53.121 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-21T11:54:51.298829+0000 2024-03-21T11:54:53.121 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr created 2024-03-21T11:54:51.298829+0000 2024-03-21T11:54:53.121 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon.a 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.557+0000 7f1805e65c80 0 /usr/bin/ceph-mon: set fsid to 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Git sha 0 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Compile date 2024-03-21 04:02:31 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: DB SUMMARY 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: DB Session ID: Y11A6HCMKMX5SEB3HQ5I 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.create_if_missing: 1 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.env: 0x56080d161b20 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.info_log: 0x56080f888b80 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T11:54:53.123 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.db_log_dir: 2024-03-21T11:54:53.124 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.wal_dir: 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.write_buffer_manager: 0x56080f85b360 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T11:54:53.125 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.row_cache: None 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.wal_filter: None 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T11:54:53.126 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T11:54:53.127 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T11:54:53.127 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T11:54:53.127 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T11:54:53.129 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T11:54:53.129 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T11:54:53.130 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Compression algorithms supported: 2024-03-21T11:54:53.131 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: kZSTD supported: 0 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T11:54:53.132 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.merge_operator: 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56080f888ca0) 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-21T11:54:53.133 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x56080f88d090 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-21T11:54:53.134 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-21T11:54:53.135 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.num_levels: 7 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T11:54:53.136 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T11:54:53.137 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T11:54:53.138 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T11:54:53.139 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T11:54:53.140 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T11:54:53.141 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c3b0b58a-1eda-4165-bd71-4a533b7b84dc 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x56080f956000 2024-03-21T11:54:53.142 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f1805e65c80 4 rocksdb: DB pointer 0x56080f946000 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f17f5fc9700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.561+0000 7f17f5fc9700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T11:54:53.143 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T11:54:53.144 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x56080f88d090#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-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.565+0000 7f1805e65c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-21T11:54:53.145 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.565+0000 7f1805e65c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-21T11:54:53.146 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-21T11:54:52.565+0000 7f1805e65c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-21T11:54:53.146 INFO:teuthology.orchestra.run.smithi094.stdout:create mon.a on 2024-03-21T11:54:53.379 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-21T11:54:53.576 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-21T11:54:53.817 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-93e5de92-e779-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715.target. 2024-03-21T11:54:53.817 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-93e5de92-e779-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715.target. 2024-03-21T11:54:54.107 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.a 2024-03-21T11:54:54.107 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Failed to reset failed state of unit ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-21T11:54:54.315 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715.target.wants/ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service. 2024-03-21T11:54:54.323 INFO:teuthology.orchestra.run.smithi094.stdout:firewalld does not appear to be present 2024-03-21T11:54:54.323 INFO:teuthology.orchestra.run.smithi094.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T11:54:54.323 INFO:teuthology.orchestra.run.smithi094.stdout:Waiting for mon to start... 2024-03-21T11:54:54.323 INFO:teuthology.orchestra.run.smithi094.stdout:Waiting for mon... 2024-03-21T11:54:55.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:55 smithi094 bash[21120]: cluster 2024-03-21T11:54:55.580428+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T11:54:56.326 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout cluster: 2024-03-21T11:54:56.326 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout id: 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:54:56.326 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-21T11:54:56.326 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:54:56.326 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout services: 2024-03-21T11:54:56.326 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.22549s) 2024-03-21T11:54:56.326 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-21T11:54:56.326 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-21T11:54:56.328 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:54:56.328 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout data: 2024-03-21T11:54:56.328 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-21T11:54:56.328 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-21T11:54:56.328 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-21T11:54:56.328 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout pgs: 2024-03-21T11:54:56.328 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:54:56.328 INFO:teuthology.orchestra.run.smithi094.stdout:mon is available 2024-03-21T11:54:56.328 INFO:teuthology.orchestra.run.smithi094.stdout:Assimilating anything we can from ceph.conf... 2024-03-21T11:54:56.956 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:56 smithi094 bash[21120]: cluster 2024-03-21T11:54:55.583500+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T11:54:56.956 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:56 smithi094 bash[21120]: cluster 2024-03-21T11:54:55.583644+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:54:56.956 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:56 smithi094 bash[21120]: cluster 2024-03-21T11:54:55.585601+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-21T11:54:56.956 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:56 smithi094 bash[21120]: cluster 2024-03-21T11:54:55.587692+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T11:54:56.956 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:56 smithi094 bash[21120]: cluster 2024-03-21T11:54:55.588094+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T11:54:56.956 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:56 smithi094 bash[21120]: audit 2024-03-21T11:54:55.808870+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.94:0/2240328007' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-21T11:54:57.848 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:54:57.848 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout fsid = 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.94:3300,v1:172.21.15.94:6789] 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T11:54:57.849 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T11:54:57.850 INFO:teuthology.orchestra.run.smithi094.stdout:Generating new minimal ceph.conf... 2024-03-21T11:54:57.867 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:57 smithi094 bash[21120]: audit 2024-03-21T11:54:57.292657+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.94:0/2994179632' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T11:54:57.867 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:57 smithi094 bash[21120]: audit 2024-03-21T11:54:57.297385+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.94:0/2994179632' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T11:54:59.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:58 smithi094 bash[21120]: audit 2024-03-21T11:54:58.789575+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.94:0/2291248195' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:54:59.376 INFO:teuthology.orchestra.run.smithi094.stdout:Restarting the monitor... 2024-03-21T11:54:59.699 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:59 smithi094 systemd[1]: Stopping Ceph mon.a for 93e5de92-e779-11ee-95cd-87774f69a715... 2024-03-21T11:54:59.700 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:59 smithi094 bash[21120]: debug 2024-03-21T11:54:59.516+0000 7f5a12b8a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T11:54:59.700 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:54:59 smithi094 bash[21120]: debug 2024-03-21T11:54:59.516+0000 7f5a12b8a700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-21T11:55:00.311 INFO:teuthology.orchestra.run.smithi094.stdout:Setting public_network to 172.21.0.2/32,172.21.0.1/32,172.21.15.254/32,172.21.0.0/20 in mon config section 2024-03-21T11:55:00.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:00 smithi094 bash[21509]: ceph-93e5de92-e779-11ee-95cd-87774f69a715-mon-a 2024-03-21T11:55:00.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:00 smithi094 bash[21570]: Error response from daemon: No such container: ceph-93e5de92-e779-11ee-95cd-87774f69a715-mon-a 2024-03-21T11:55:00.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:00 smithi094 systemd[1]: ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-21T11:55:00.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:00 smithi094 systemd[1]: Stopped Ceph mon.a for 93e5de92-e779-11ee-95cd-87774f69a715. 2024-03-21T11:55:00.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:00 smithi094 systemd[1]: Started Ceph mon.a for 93e5de92-e779-11ee-95cd-87774f69a715. 2024-03-21T11:55:01.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.424+0000 7fda08f02c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T11:55:01.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.424+0000 7fda08f02c80 0 ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev), process ceph-mon, pid 7 2024-03-21T11:55:01.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.424+0000 7fda08f02c80 0 pidfile_write: ignore empty --pid-file 2024-03-21T11:55:01.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 0 load: jerasure load: lrc 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Git sha 0 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Compile date 2024-03-21 04:02:31 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: DB SUMMARY 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: DB Session ID: NT1VUZTXQ72SDDX7RGMX 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84953 ; 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T11:55:01.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T11:55:01.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T11:55:01.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T11:55:01.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T11:55:01.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.env: 0x5618b4c56b20 2024-03-21T11:55:01.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T11:55:01.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.info_log: 0x5618b6375960 2024-03-21T11:55:01.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T11:55:01.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T11:55:01.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T11:55:01.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T11:55:01.553 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T11:55:01.554 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T11:55:01.554 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T11:55:01.554 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T11:55:01.554 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T11:55:01.554 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T11:55:01.554 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T11:55:01.554 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T11:55:01.554 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T11:55:01.554 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T11:55:01.554 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.db_log_dir: 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.wal_dir: 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.write_buffer_manager: 0x5618b63461e0 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T11:55:01.555 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T11:55:01.556 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T11:55:01.556 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T11:55:01.556 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T11:55:01.556 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T11:55:01.556 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T11:55:01.556 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T11:55:01.556 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T11:55:01.557 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T11:55:01.557 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T11:55:01.557 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T11:55:01.557 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.row_cache: None 2024-03-21T11:55:01.557 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.wal_filter: None 2024-03-21T11:55:01.557 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T11:55:01.557 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T11:55:01.557 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T11:55:01.557 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T11:55:01.558 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T11:55:01.558 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T11:55:01.558 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T11:55:01.558 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T11:55:01.558 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T11:55:01.558 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T11:55:01.558 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T11:55:01.558 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T11:55:01.559 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T11:55:01.559 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T11:55:01.559 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T11:55:01.559 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T11:55:01.559 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T11:55:01.559 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T11:55:01.559 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T11:55:01.559 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T11:55:01.559 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T11:55:01.560 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T11:55:01.560 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T11:55:01.560 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T11:55:01.560 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T11:55:01.560 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T11:55:01.560 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T11:55:01.560 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T11:55:01.560 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T11:55:01.561 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T11:55:01.561 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T11:55:01.561 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T11:55:01.561 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T11:55:01.561 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T11:55:01.561 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Compression algorithms supported: 2024-03-21T11:55:01.561 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T11:55:01.561 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: kZSTD supported: 0 2024-03-21T11:55:01.561 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T11:55:01.561 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.merge_operator: 2024-03-21T11:55:01.562 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5618b6375a60) 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: cache_index_and_filter_blocks: 1 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: pin_top_level_index_and_filter: 1 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: index_type: 0 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: data_block_index_type: 0 2024-03-21T11:55:01.563 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: index_shortening: 1 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: checksum: 4 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: no_block_cache: 0 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: block_cache: 0x5618b6377090 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: block_cache_name: BinnedLRUCache 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: block_cache_options: 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: capacity : 536870912 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: num_shard_bits : 4 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: strict_capacity_limit : 0 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: high_pri_pool_ratio: 0.000 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: block_cache_compressed: (nil) 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: persistent_cache: (nil) 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: block_size: 4096 2024-03-21T11:55:01.564 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: block_size_deviation: 10 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: block_restart_interval: 16 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: index_block_restart_interval: 1 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: metadata_block_size: 4096 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: partition_filters: 0 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: use_delta_encoding: 1 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: filter_policy: bloomfilter 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: whole_key_filtering: 1 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: verify_compression: 0 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: read_amp_bytes_per_bit: 0 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: format_version: 5 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: enable_index_compression: 1 2024-03-21T11:55:01.565 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: block_align: 0 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: max_auto_readahead_size: 262144 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: prepopulate_block_cache: 0 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: initial_auto_readahead_size: 8192 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: num_file_reads_for_auto_readahead: 2 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T11:55:01.566 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.num_levels: 7 2024-03-21T11:55:01.567 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T11:55:01.567 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T11:55:01.567 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T11:55:01.567 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T11:55:01.567 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T11:55:01.567 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T11:55:01.567 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T11:55:01.567 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T11:55:01.567 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T11:55:01.567 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T11:55:01.568 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T11:55:01.570 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T11:55:01.570 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T11:55:01.570 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T11:55:01.570 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T11:55:01.570 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T11:55:01.570 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T11:55:01.570 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T11:55:01.571 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T11:55:01.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T11:55:01.573 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-03-21T11:55:01.574 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.428+0000 7fda08f02c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c3b0b58a-1eda-4165-bd71-4a533b7b84dc 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fda08f02c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711022101436405, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fda08f02c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fda08f02c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711022101437405, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81578, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79765, "index_size": 223, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10027, "raw_average_key_size": 47, "raw_value_size": 74074, "raw_average_value_size": 351, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711022101, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c3b0b58a-1eda-4165-bd71-4a533b7b84dc", "db_session_id": "NT1VUZTXQ72SDDX7RGMX", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fda08f02c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711022101437493, "job": 1, "event": "recovery_finished"} 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fda08f02c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fda08f02c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fda08f02c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5618b646a000 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fda08f02c80 4 rocksdb: DB pointer 0x5618b6454000 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fd9f765e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fd9f765e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: ** DB Stats ** 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T11:55:01.575 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: ** Compaction Stats [default] ** 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: L0 2/0 81.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Sum 2/0 81.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: ** Compaction Stats [default] ** 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T11:55:01.576 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.0 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Cumulative compaction: 0.00 GB write, 19.84 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Interval compaction: 0.00 GB write, 19.84 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Block cache BinnedLRUCache@0x5618b6377090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.9e-05 secs_since: 0 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T11:55:01.577 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.432+0000 7fda08f02c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] at bind addrs [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.436+0000 7fda08f02c80 1 mon.a@-1(???) e1 preinit fsid 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.436+0000 7fda08f02c80 0 mon.a@-1(???).mds e1 new map 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.436+0000 7fda08f02c80 0 mon.a@-1(???).mds e1 print_map 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: e1 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: legacy client fscid: -1 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: No filesystems configured 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.436+0000 7fda08f02c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.436+0000 7fda08f02c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.436+0000 7fda08f02c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.436+0000 7fda08f02c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T11:55:01.578 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: debug 2024-03-21T11:55:01.436+0000 7fda08f02c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-21T11:55:01.579 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: cluster 2024-03-21T11:55:01.464812+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-21T11:55:01.579 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: cluster 2024-03-21T11:55:01.464885+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:55:01.579 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: cluster 2024-03-21T11:55:01.465286+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-21T11:55:01.579 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: cluster 2024-03-21T11:55:01.465328+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-21T11:55:01.579 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:01 smithi094 bash[21610]: cluster 2024-03-21T11:55:01.465670+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-21T11:55:02.216 INFO:teuthology.orchestra.run.smithi094.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-21T11:55:02.243 INFO:teuthology.orchestra.run.smithi094.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-21T11:55:02.243 INFO:teuthology.orchestra.run.smithi094.stdout:Creating mgr... 2024-03-21T11:55:02.243 INFO:teuthology.orchestra.run.smithi094.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-21T11:55:02.243 INFO:teuthology.orchestra.run.smithi094.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-21T11:55:02.600 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:02 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:55:02.609 INFO:teuthology.orchestra.run.smithi094.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-93e5de92-e779-11ee-95cd-87774f69a715@mgr.a 2024-03-21T11:55:02.609 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Failed to reset failed state of unit ceph-93e5de92-e779-11ee-95cd-87774f69a715@mgr.a.service: Unit ceph-93e5de92-e779-11ee-95cd-87774f69a715@mgr.a.service not loaded. 2024-03-21T11:55:02.817 INFO:teuthology.orchestra.run.smithi094.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715.target.wants/ceph-93e5de92-e779-11ee-95cd-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service. 2024-03-21T11:55:02.826 INFO:teuthology.orchestra.run.smithi094.stdout:firewalld does not appear to be present 2024-03-21T11:55:02.826 INFO:teuthology.orchestra.run.smithi094.stdout:Not possible to enable service . firewalld.service is not available 2024-03-21T11:55:02.826 INFO:teuthology.orchestra.run.smithi094.stdout:firewalld does not appear to be present 2024-03-21T11:55:02.826 INFO:teuthology.orchestra.run.smithi094.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-21T11:55:02.826 INFO:teuthology.orchestra.run.smithi094.stdout:Waiting for mgr to start... 2024-03-21T11:55:02.826 INFO:teuthology.orchestra.run.smithi094.stdout:Waiting for mgr... 2024-03-21T11:55:02.868 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:02 smithi094 bash[21610]: audit 2024-03-21T11:55:01.621715+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.94:0/1714394969' entity='client.admin' 2024-03-21T11:55:02.868 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:02 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:55:02.869 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:02 smithi094 systemd[1]: Started Ceph mgr.a for 93e5de92-e779-11ee-95cd-87774f69a715. 2024-03-21T11:55:04.466 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:04 smithi094 bash[21610]: audit 2024-03-21T11:55:04.256728+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.94:0/1539430216' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T11:55:04.467 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:04 smithi094 bash[21868]: debug 2024-03-21T11:55:04.172+0000 7f078913f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T11:55:04.866 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:55:04.866 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout { 2024-03-21T11:55:04.866 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "fsid": "93e5de92-e779-11ee-95cd-87774f69a715", 2024-03-21T11:55:04.866 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T11:55:04.866 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T11:55:04.866 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T11:55:04.866 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T11:55:04.866 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:04.866 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T11:55:04.866 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 0 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:04.867 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T11:55:04.868 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T11:55:04.869 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T11:54:55.584722+0000", 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout } 2024-03-21T11:55:04.870 INFO:teuthology.orchestra.run.smithi094.stdout:mgr not available, waiting (1/15)... 2024-03-21T11:55:06.050 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:05 smithi094 bash[21868]: debug 2024-03-21T11:55:05.728+0000 7f078913f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T11:55:06.050 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:05 smithi094 bash[21868]: debug 2024-03-21T11:55:05.820+0000 7f078913f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T11:55:06.550 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:06 smithi094 bash[21868]: debug 2024-03-21T11:55:06.064+0000 7f078913f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T11:55:07.300 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:06 smithi094 bash[21868]: debug 2024-03-21T11:55:06.844+0000 7f078913f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T11:55:07.300 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:06 smithi094 bash[21868]: debug 2024-03-21T11:55:06.956+0000 7f078913f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T11:55:07.300 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:07 smithi094 bash[21868]: debug 2024-03-21T11:55:07.060+0000 7f078913f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T11:55:07.800 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:07 smithi094 bash[21868]: debug 2024-03-21T11:55:07.408+0000 7f078913f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T11:55:07.800 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:07 smithi094 bash[21868]: debug 2024-03-21T11:55:07.524+0000 7f078913f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T11:55:07.800 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:07 smithi094 bash[21868]: debug 2024-03-21T11:55:07.628+0000 7f078913f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T11:55:08.233 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:07 smithi094 bash[21868]: debug 2024-03-21T11:55:07.988+0000 7f078913f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T11:55:08.233 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:07 smithi094 bash[21610]: audit 2024-03-21T11:55:07.941645+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.94:0/3923920609' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T11:55:08.489 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:08 smithi094 bash[21868]: debug 2024-03-21T11:55:08.228+0000 7f078913f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T11:55:08.519 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:55:08.519 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout { 2024-03-21T11:55:08.519 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "fsid": "93e5de92-e779-11ee-95cd-87774f69a715", 2024-03-21T11:55:08.519 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T11:55:08.519 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 0 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T11:55:08.520 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:08.521 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T11:55:08.521 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:08.521 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T11:55:08.521 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T11:55:08.521 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T11:55:08.521 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T11:55:08.521 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T11:55:08.521 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T11:55:08.525 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:08.526 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T11:55:08.527 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:08.527 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T11:54:55.584722+0000", 2024-03-21T11:55:08.527 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T11:55:08.527 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:08.527 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T11:55:08.527 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout } 2024-03-21T11:55:08.527 INFO:teuthology.orchestra.run.smithi094.stdout:mgr not available, waiting (2/15)... 2024-03-21T11:55:08.800 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:08 smithi094 bash[21868]: debug 2024-03-21T11:55:08.484+0000 7f078913f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T11:55:08.800 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:08 smithi094 bash[21868]: debug 2024-03-21T11:55:08.596+0000 7f078913f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T11:55:09.277 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:08 smithi094 bash[21868]: debug 2024-03-21T11:55:08.864+0000 7f078913f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T11:55:09.550 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:09 smithi094 bash[21868]: debug 2024-03-21T11:55:09.272+0000 7f078913f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T11:55:09.550 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:09 smithi094 bash[21868]: debug 2024-03-21T11:55:09.504+0000 7f078913f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T11:55:10.050 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:09 smithi094 bash[21868]: debug 2024-03-21T11:55:09.620+0000 7f078913f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T11:55:10.050 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:09 smithi094 bash[21868]: debug 2024-03-21T11:55:09.864+0000 7f078913f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T11:55:11.219 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:10 smithi094 bash[21868]: debug 2024-03-21T11:55:10.852+0000 7f078913f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T11:55:11.219 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:10 smithi094 bash[21868]: debug 2024-03-21T11:55:10.964+0000 7f078913f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T11:55:11.549 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:11 smithi094 bash[21868]: debug 2024-03-21T11:55:11.264+0000 7f078913f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T11:55:11.549 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:11 smithi094 bash[21868]: debug 2024-03-21T11:55:11.376+0000 7f078913f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T11:55:11.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:11 smithi094 bash[21610]: audit 2024-03-21T11:55:11.538024+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.94:0/2124550942' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T11:55:12.065 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:55:12.065 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout { 2024-03-21T11:55:12.065 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "fsid": "93e5de92-e779-11ee-95cd-87774f69a715", 2024-03-21T11:55:12.065 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T11:55:12.065 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T11:55:12.065 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T11:55:12.065 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T11:55:12.066 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:12.066 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T11:55:12.066 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T11:55:12.066 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 0 2024-03-21T11:55:12.066 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:12.066 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T11:55:12.066 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T11:55:12.066 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:12.066 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T11:55:12.067 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T11:55:12.068 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T11:55:12.068 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T11:55:12.071 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:12.071 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T11:55:12.071 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T11:55:12.071 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T11:55:12.071 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T11:55:12.071 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T11:55:12.071 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T11:55:12.071 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T11:55:12.072 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:12.073 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T11:55:12.073 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:12.073 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T11:55:12.073 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:12.073 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T11:54:55.584722+0000", 2024-03-21T11:55:12.073 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T11:55:12.073 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:12.073 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T11:55:12.073 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout } 2024-03-21T11:55:12.073 INFO:teuthology.orchestra.run.smithi094.stdout:mgr not available, waiting (3/15)... 2024-03-21T11:55:12.300 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:11 smithi094 bash[21868]: debug 2024-03-21T11:55:11.828+0000 7f078913f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T11:55:12.300 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:11 smithi094 bash[21868]: debug 2024-03-21T11:55:11.948+0000 7f078913f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T11:55:13.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: cluster 2024-03-21T11:55:11.952788+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon a 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: cluster 2024-03-21T11:55:11.956210+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00374212s) 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: audit 2024-03-21T11:55:11.959543+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.94:0/337724597' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: audit 2024-03-21T11:55:11.959699+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.94:0/337724597' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: audit 2024-03-21T11:55:11.959837+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.94:0/337724597' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: audit 2024-03-21T11:55:11.960006+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.94:0/337724597' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: audit 2024-03-21T11:55:11.961106+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.94:0/337724597' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: cluster 2024-03-21T11:55:11.986510+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon a is now available 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: audit 2024-03-21T11:55:11.998579+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.94:0/337724597' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: audit 2024-03-21T11:55:12.000949+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.94:0/337724597' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: audit 2024-03-21T11:55:12.004279+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.94:0/337724597' entity='mgr.a' 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: audit 2024-03-21T11:55:12.006208+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.94:0/337724597' entity='mgr.a' 2024-03-21T11:55:13.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:12 smithi094 bash[21610]: audit 2024-03-21T11:55:12.007809+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.94:0/337724597' entity='mgr.a' 2024-03-21T11:55:14.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:13 smithi094 bash[21610]: cluster 2024-03-21T11:55:12.968483+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: a(active, since 1.016s) 2024-03-21T11:55:16.091 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout { 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "fsid": "93e5de92-e779-11ee-95cd-87774f69a715", 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "health": { 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 0 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "a" 2024-03-21T11:55:16.092 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-21T11:55:16.093 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-21T11:55:16.097 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:16.097 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-21T11:55:16.097 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-21T11:55:16.097 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-21T11:55:16.097 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-21T11:55:16.097 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-21T11:55:16.097 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-21T11:55:16.097 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-21T11:55:16.097 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-21T11:55:16.097 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "restful" 2024-03-21T11:55:16.098 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ], 2024-03-21T11:55:16.099 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T11:55:16.099 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:16.099 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-21T11:55:16.099 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-21T11:55:16.099 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "modified": "2024-03-21T11:54:55.584722+0000", 2024-03-21T11:55:16.099 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-21T11:55:16.099 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout }, 2024-03-21T11:55:16.099 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-21T11:55:16.099 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout } 2024-03-21T11:55:16.099 INFO:teuthology.orchestra.run.smithi094.stdout:mgr is available 2024-03-21T11:55:16.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:15 smithi094 bash[21610]: cluster 2024-03-21T11:55:14.962834+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-21T11:55:16.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:15 smithi094 bash[21610]: audit 2024-03-21T11:55:15.552654+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.94:0/3713078458' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-21T11:55:17.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:17 smithi094 bash[21610]: audit 2024-03-21T11:55:17.295368+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.94:0/794726277' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-21T11:55:17.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:17 smithi094 bash[21610]: audit 2024-03-21T11:55:17.298911+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.94:0/794726277' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-21T11:55:17.929 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:55:17.930 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout [global] 2024-03-21T11:55:17.930 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout fsid = 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:55:17.930 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-21T11:55:17.930 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-21T11:55:17.930 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-21T11:55:17.930 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-21T11:55:17.930 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:55:17.931 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-21T11:55:17.931 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-21T11:55:17.931 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 2024-03-21T11:55:17.931 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout [osd] 2024-03-21T11:55:17.932 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-21T11:55:17.932 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-21T11:55:17.932 INFO:teuthology.orchestra.run.smithi094.stdout:Enabling cephadm module... 2024-03-21T11:55:19.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:19 smithi094 bash[21610]: audit 2024-03-21T11:55:19.275166+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.94:0/2870468167' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-21T11:55:19.800 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:19 smithi094 bash[21868]: ignoring --setuser ceph since I am not root 2024-03-21T11:55:19.800 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:19 smithi094 bash[21868]: ignoring --setgroup ceph since I am not root 2024-03-21T11:55:19.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:19 smithi094 bash[21868]: debug 2024-03-21T11:55:19.512+0000 7f4ff5acc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T11:55:20.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:20 smithi094 bash[21610]: audit 2024-03-21T11:55:19.327052+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.94:0/2870468167' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-21T11:55:20.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:20 smithi094 bash[21610]: cluster 2024-03-21T11:55:19.331559+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-03-21T11:55:21.332 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:21 smithi094 bash[21868]: debug 2024-03-21T11:55:21.076+0000 7f4ff5acc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T11:55:21.332 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:21 smithi094 bash[21868]: debug 2024-03-21T11:55:21.172+0000 7f4ff5acc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T11:55:21.766 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout { 2024-03-21T11:55:21.766 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-21T11:55:21.766 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T11:55:21.766 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T11:55:21.766 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T11:55:21.767 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout } 2024-03-21T11:55:21.767 INFO:teuthology.orchestra.run.smithi094.stdout:Waiting for the mgr to restart... 2024-03-21T11:55:21.767 INFO:teuthology.orchestra.run.smithi094.stdout:Waiting for mgr epoch 5... 2024-03-21T11:55:21.785 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:21 smithi094 bash[21610]: audit 2024-03-21T11:55:21.119118+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.94:0/2430177988' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T11:55:21.786 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:21 smithi094 bash[21868]: debug 2024-03-21T11:55:21.424+0000 7f4ff5acc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T11:55:22.482 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:22 smithi094 bash[21868]: debug 2024-03-21T11:55:22.212+0000 7f4ff5acc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T11:55:22.483 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:22 smithi094 bash[21868]: debug 2024-03-21T11:55:22.324+0000 7f4ff5acc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T11:55:22.483 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:22 smithi094 bash[21868]: debug 2024-03-21T11:55:22.428+0000 7f4ff5acc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T11:55:23.050 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:22 smithi094 bash[21868]: debug 2024-03-21T11:55:22.784+0000 7f4ff5acc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T11:55:23.050 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:22 smithi094 bash[21868]: debug 2024-03-21T11:55:22.900+0000 7f4ff5acc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T11:55:23.050 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:23 smithi094 bash[21868]: debug 2024-03-21T11:55:23.000+0000 7f4ff5acc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T11:55:23.800 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:23 smithi094 bash[21868]: debug 2024-03-21T11:55:23.351+0000 7f4ff5acc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T11:55:23.800 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:23 smithi094 bash[21868]: debug 2024-03-21T11:55:23.599+0000 7f4ff5acc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T11:55:24.236 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:23 smithi094 bash[21868]: debug 2024-03-21T11:55:23.855+0000 7f4ff5acc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T11:55:24.237 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:23 smithi094 bash[21868]: debug 2024-03-21T11:55:23.967+0000 7f4ff5acc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T11:55:24.550 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:24 smithi094 bash[21868]: debug 2024-03-21T11:55:24.235+0000 7f4ff5acc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T11:55:24.993 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:24 smithi094 bash[21868]: debug 2024-03-21T11:55:24.643+0000 7f4ff5acc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T11:55:24.993 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:24 smithi094 bash[21868]: debug 2024-03-21T11:55:24.875+0000 7f4ff5acc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T11:55:25.300 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:24 smithi094 bash[21868]: debug 2024-03-21T11:55:24.991+0000 7f4ff5acc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T11:55:25.300 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:25 smithi094 bash[21868]: debug 2024-03-21T11:55:25.235+0000 7f4ff5acc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T11:55:26.550 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:26 smithi094 bash[21868]: debug 2024-03-21T11:55:26.231+0000 7f4ff5acc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T11:55:26.551 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:26 smithi094 bash[21868]: debug 2024-03-21T11:55:26.347+0000 7f4ff5acc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T11:55:27.050 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:26 smithi094 bash[21868]: debug 2024-03-21T11:55:26.635+0000 7f4ff5acc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T11:55:27.050 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:26 smithi094 bash[21868]: debug 2024-03-21T11:55:26.747+0000 7f4ff5acc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T11:55:27.551 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21868]: debug 2024-03-21T11:55:27.195+0000 7f4ff5acc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T11:55:27.551 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21868]: debug 2024-03-21T11:55:27.311+0000 7f4ff5acc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T11:55:27.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21610]: cluster 2024-03-21T11:55:27.335378+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon a restarted 2024-03-21T11:55:27.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21610]: cluster 2024-03-21T11:55:27.336001+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon a 2024-03-21T11:55:27.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21610]: cluster 2024-03-21T11:55:27.342629+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-21T11:55:27.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21610]: cluster 2024-03-21T11:55:27.342870+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00706344s) 2024-03-21T11:55:27.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21610]: audit 2024-03-21T11:55:27.343902+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T11:55:27.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21610]: audit 2024-03-21T11:55:27.346024+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T11:55:27.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21610]: audit 2024-03-21T11:55:27.347082+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T11:55:27.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21610]: audit 2024-03-21T11:55:27.347222+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T11:55:27.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21610]: audit 2024-03-21T11:55:27.347397+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T11:55:27.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:27 smithi094 bash[21610]: cluster 2024-03-21T11:55:27.370234+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon a is now available 2024-03-21T11:55:28.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: cephadm 2024-03-21T11:55:27.388625+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-21T11:55:28.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: audit 2024-03-21T11:55:27.391906+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:28.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: audit 2024-03-21T11:55:27.394839+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:28.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: audit 2024-03-21T11:55:27.397376+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:28.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: audit 2024-03-21T11:55:27.400596+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:55:28.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: audit 2024-03-21T11:55:27.404833+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:55:28.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: audit 2024-03-21T11:55:27.414802+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T11:55:28.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: audit 2024-03-21T11:55:27.418547+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T11:55:28.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: audit 2024-03-21T11:55:28.346581+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T11:55:28.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: cluster 2024-03-21T11:55:28.347533+0000 mon.a (mon.0) 49 : cluster [DBG] mgrmap e7: a(active, since 1.01172s) 2024-03-21T11:55:28.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:28 smithi094 bash[21610]: audit 2024-03-21T11:55:28.359324+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T11:55:29.055 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout { 2024-03-21T11:55:29.055 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-21T11:55:29.055 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T11:55:29.055 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout } 2024-03-21T11:55:29.055 INFO:teuthology.orchestra.run.smithi094.stdout:mgr epoch 5 is available 2024-03-21T11:55:29.055 INFO:teuthology.orchestra.run.smithi094.stdout:Setting orchestrator backend to cephadm... 2024-03-21T11:55:30.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:29 smithi094 bash[21610]: audit 2024-03-21T11:55:28.663260+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:30.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:29 smithi094 bash[21610]: audit 2024-03-21T11:55:28.668842+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:30.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:29 smithi094 bash[21610]: cephadm 2024-03-21T11:55:29.260573+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [21/Mar/2024:11:55:29] ENGINE Bus STARTING 2024-03-21T11:55:30.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:29 smithi094 bash[21610]: cephadm 2024-03-21T11:55:29.378236+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [21/Mar/2024:11:55:29] ENGINE Serving on https://172.21.15.94:7150 2024-03-21T11:55:30.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:29 smithi094 bash[21610]: audit 2024-03-21T11:55:29.527238+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:55:31.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:30 smithi094 bash[21610]: cephadm 2024-03-21T11:55:29.479533+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [21/Mar/2024:11:55:29] ENGINE Serving on http://172.21.15.94:8765 2024-03-21T11:55:31.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:30 smithi094 bash[21610]: cephadm 2024-03-21T11:55:29.479663+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [21/Mar/2024:11:55:29] ENGINE Bus STARTED 2024-03-21T11:55:31.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:30 smithi094 bash[21610]: cluster 2024-03-21T11:55:29.672763+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-21T11:55:31.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:30 smithi094 bash[21610]: audit 2024-03-21T11:55:30.324532+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:55:31.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:30 smithi094 bash[21610]: audit 2024-03-21T11:55:30.330973+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:31.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:30 smithi094 bash[21610]: audit 2024-03-21T11:55:30.396197+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:55:32.694 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-21T11:55:32.694 INFO:teuthology.orchestra.run.smithi094.stdout:Generating ssh key... 2024-03-21T11:55:32.714 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:32 smithi094 bash[21610]: audit 2024-03-21T11:55:32.167568+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:55:34.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21610]: audit 2024-03-21T11:55:33.923072+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21610]: cephadm 2024-03-21T11:55:33.923479+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21610]: audit 2024-03-21T11:55:34.411664+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21610]: audit 2024-03-21T11:55:34.416239+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: Generating public/private rsa key pair. 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: Your identification has been saved in /tmp/tmp__k095p8/key. 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: Your public key has been saved in /tmp/tmp__k095p8/key.pub. 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: The key fingerprint is: 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: SHA256:h9lqheZBDvaHY6Ei/0Jwh5DgWa/gkgeG9V378sUPkGg ceph-93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: The key's randomart image is: 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: +---[RSA 3072]----+ 2024-03-21T11:55:34.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: |...o . | 2024-03-21T11:55:34.802 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: |o.=... . o . | 2024-03-21T11:55:34.802 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: |o= ..o+ E o | 2024-03-21T11:55:34.802 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: |ooo +..B O o | 2024-03-21T11:55:34.802 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: |o.o+... S * + | 2024-03-21T11:55:34.802 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: |.. o.. + X . o | 2024-03-21T11:55:34.802 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: | .. + . . | 2024-03-21T11:55:34.802 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: | .. . | 2024-03-21T11:55:34.802 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: | .. | 2024-03-21T11:55:34.802 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:34 smithi094 bash[21868]: +----[SHA256]-----+ 2024-03-21T11:55:36.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:36 smithi094 bash[21610]: audit 2024-03-21T11:55:36.262486+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:55:36.864 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfwZmboSotoXqw+r5X/l7kFulDfEOeCQWP8JOxj47TRO9gsDo4M7xCsvIJ68eFO3jnDy02O5U7zIUyq1ETxmowAzghhBXgRsgxSJDU1YdQCSDdWB6LdVZ0305Dnl0FVV1YUOYgl6fHJqcTYuMBiLEgxIOxT6yNWG4rD6mrH5i8YFEeNXbwxtsDlajlSedPCTfkmqk/1ZLVrPJ5u6BwCvlHgCSLyYpsZR94lxdJjyJFwMtDbtoAk4tUxEBn8dWk8d2zfSGi+l9aCOXgpksrd5IGx6HuFw3FTnM36Ws6aefikin1K7YdC3rJ5hjsyAF2VpTm/MJm3RDVnazX7oQcdZsJs30ve+jz3ziZZNgVZ/c98FKOTpifwP7IZexWpUmIbuf0YdHRiI/9yduSO44effCR3jZgt7T8l3vK4pewpVxUSADN6WIg31PFVAh8kVujbdborCGvxFaVH5Kb/rLqHbf9V+X6/31V0tSSVoMDboPdT6g2B2Ww/9D5OInrXLwrp/k= ceph-93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:55:36.865 INFO:teuthology.orchestra.run.smithi094.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-21T11:55:36.865 INFO:teuthology.orchestra.run.smithi094.stdout:Adding key to root@localhost authorized_keys... 2024-03-21T11:55:36.865 INFO:teuthology.orchestra.run.smithi094.stdout:Adding host smithi094... 2024-03-21T11:55:38.641 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:38 smithi094 bash[21610]: audit 2024-03-21T11:55:38.032537+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi094", "addr": "172.21.15.94", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:55:39.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:39 smithi094 bash[21610]: cephadm 2024-03-21T11:55:38.625218+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi094 2024-03-21T11:55:44.308 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout Added host 'smithi094' with addr '172.21.15.94' 2024-03-21T11:55:44.308 INFO:teuthology.orchestra.run.smithi094.stdout:Deploying unmanaged mon service... 2024-03-21T11:55:44.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:44 smithi094 bash[21610]: audit 2024-03-21T11:55:43.448298+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:44.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:44 smithi094 bash[21610]: cephadm 2024-03-21T11:55:43.448841+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi094 2024-03-21T11:55:44.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:44 smithi094 bash[21610]: audit 2024-03-21T11:55:43.479490+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:55:46.870 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-21T11:55:46.870 INFO:teuthology.orchestra.run.smithi094.stdout:Deploying unmanaged mgr service... 2024-03-21T11:55:47.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:47 smithi094 bash[21610]: audit 2024-03-21T11:55:46.126469+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:55:47.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:47 smithi094 bash[21610]: cephadm 2024-03-21T11:55:46.129838+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-21T11:55:47.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:47 smithi094 bash[21610]: audit 2024-03-21T11:55:46.134547+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:47.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:47 smithi094 bash[21610]: audit 2024-03-21T11:55:46.606615+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:47.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:47 smithi094 bash[21610]: audit 2024-03-21T11:55:47.099702+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:48.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:48 smithi094 bash[21610]: cluster 2024-03-21T11:55:47.348582+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:55:48.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:48 smithi094 bash[21610]: audit 2024-03-21T11:55:48.093730+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.94:0/2555828090' entity='mgr.a' 2024-03-21T11:55:48.711 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-21T11:55:49.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:49 smithi094 bash[21610]: audit 2024-03-21T11:55:48.087418+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:55:49.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:49 smithi094 bash[21610]: cephadm 2024-03-21T11:55:48.090033+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-21T11:55:50.635 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:50 smithi094 bash[21610]: cluster 2024-03-21T11:55:49.348937+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:55:50.635 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:50 smithi094 bash[21610]: audit 2024-03-21T11:55:49.970641+0000 mon.a (mon.0) 64 : audit [INF] from='client.? 172.21.15.94:0/3155419705' entity='client.admin' 2024-03-21T11:55:52.491 INFO:teuthology.orchestra.run.smithi094.stdout:Enabling the dashboard module... 2024-03-21T11:55:52.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:52 smithi094 bash[21610]: cluster 2024-03-21T11:55:51.349249+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:55:52.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:52 smithi094 bash[21610]: audit 2024-03-21T11:55:51.887576+0000 mon.a (mon.0) 65 : audit [INF] from='client.? 172.21.15.94:0/2049656735' entity='client.admin' 2024-03-21T11:55:54.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:54 smithi094 bash[21610]: cluster 2024-03-21T11:55:53.349478+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:55:54.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:54 smithi094 bash[21610]: audit 2024-03-21T11:55:53.808259+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.94:0/3958585286' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-21T11:55:54.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:54 smithi094 bash[21868]: ignoring --setuser ceph since I am not root 2024-03-21T11:55:54.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:54 smithi094 bash[21868]: ignoring --setgroup ceph since I am not root 2024-03-21T11:55:54.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:54 smithi094 bash[21868]: debug 2024-03-21T11:55:54.554+0000 7f496dec6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T11:55:55.663 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:55 smithi094 bash[21610]: audit 2024-03-21T11:55:54.360030+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.94:0/3958585286' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-21T11:55:55.664 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:55 smithi094 bash[21610]: cluster 2024-03-21T11:55:54.365663+0000 mon.a (mon.0) 68 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-03-21T11:55:56.395 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:55:56 smithi094 bash[21610]: audit 2024-03-21T11:55:56.346652+0000 mon.a (mon.0) 69 : audit [DBG] from='client.? 172.21.15.94:0/1235499799' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-21T11:55:56.395 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:56 smithi094 bash[21868]: debug 2024-03-21T11:55:56.138+0000 7f496dec6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T11:55:56.395 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:56 smithi094 bash[21868]: debug 2024-03-21T11:55:56.238+0000 7f496dec6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T11:55:56.800 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:56 smithi094 bash[21868]: debug 2024-03-21T11:55:56.490+0000 7f496dec6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T11:55:56.953 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout { 2024-03-21T11:55:56.954 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-21T11:55:56.954 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-21T11:55:56.954 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-21T11:55:56.954 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-21T11:55:56.954 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout } 2024-03-21T11:55:56.954 INFO:teuthology.orchestra.run.smithi094.stdout:Waiting for the mgr to restart... 2024-03-21T11:55:56.954 INFO:teuthology.orchestra.run.smithi094.stdout:Waiting for mgr epoch 9... 2024-03-21T11:55:57.551 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:57 smithi094 bash[21868]: debug 2024-03-21T11:55:57.290+0000 7f496dec6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T11:55:57.551 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:57 smithi094 bash[21868]: debug 2024-03-21T11:55:57.402+0000 7f496dec6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T11:55:57.551 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:57 smithi094 bash[21868]: debug 2024-03-21T11:55:57.506+0000 7f496dec6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T11:55:58.301 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:57 smithi094 bash[21868]: debug 2024-03-21T11:55:57.866+0000 7f496dec6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T11:55:58.301 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:57 smithi094 bash[21868]: debug 2024-03-21T11:55:57.978+0000 7f496dec6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T11:55:58.301 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:58 smithi094 bash[21868]: debug 2024-03-21T11:55:58.082+0000 7f496dec6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T11:55:58.804 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:58 smithi094 bash[21868]: debug 2024-03-21T11:55:58.442+0000 7f496dec6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T11:55:58.804 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:58 smithi094 bash[21868]: debug 2024-03-21T11:55:58.678+0000 7f496dec6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T11:55:59.301 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:58 smithi094 bash[21868]: debug 2024-03-21T11:55:58.938+0000 7f496dec6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T11:55:59.301 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:59 smithi094 bash[21868]: debug 2024-03-21T11:55:59.054+0000 7f496dec6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T11:55:59.740 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:59 smithi094 bash[21868]: debug 2024-03-21T11:55:59.326+0000 7f496dec6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T11:56:00.051 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:59 smithi094 bash[21868]: debug 2024-03-21T11:55:59.734+0000 7f496dec6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T11:56:00.051 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:55:59 smithi094 bash[21868]: debug 2024-03-21T11:55:59.970+0000 7f496dec6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T11:56:00.551 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:56:00 smithi094 bash[21868]: debug 2024-03-21T11:56:00.090+0000 7f496dec6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T11:56:00.551 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:56:00 smithi094 bash[21868]: debug 2024-03-21T11:56:00.342+0000 7f496dec6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T11:56:01.755 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:56:01 smithi094 bash[21868]: debug 2024-03-21T11:56:01.338+0000 7f496dec6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T11:56:01.755 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:56:01 smithi094 bash[21868]: debug 2024-03-21T11:56:01.454+0000 7f496dec6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T11:56:02.051 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:56:01 smithi094 bash[21868]: debug 2024-03-21T11:56:01.750+0000 7f496dec6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T11:56:02.051 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:56:01 smithi094 bash[21868]: debug 2024-03-21T11:56:01.862+0000 7f496dec6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T11:56:02.571 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21868]: debug 2024-03-21T11:56:02.314+0000 7f496dec6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T11:56:02.571 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21868]: debug 2024-03-21T11:56:02.438+0000 7f496dec6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T11:56:02.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21610]: cluster 2024-03-21T11:56:02.462476+0000 mon.a (mon.0) 70 : cluster [INF] Active manager daemon a restarted 2024-03-21T11:56:02.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21610]: cluster 2024-03-21T11:56:02.462971+0000 mon.a (mon.0) 71 : cluster [INF] Activating manager daemon a 2024-03-21T11:56:02.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21610]: cluster 2024-03-21T11:56:02.470361+0000 mon.a (mon.0) 72 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-21T11:56:02.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21610]: cluster 2024-03-21T11:56:02.470622+0000 mon.a (mon.0) 73 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00783852s) 2024-03-21T11:56:02.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21610]: audit 2024-03-21T11:56:02.472441+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T11:56:02.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21610]: audit 2024-03-21T11:56:02.474233+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T11:56:02.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21610]: audit 2024-03-21T11:56:02.475276+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T11:56:02.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21610]: audit 2024-03-21T11:56:02.475471+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T11:56:02.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21610]: audit 2024-03-21T11:56:02.475657+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T11:56:02.572 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:02 smithi094 bash[21610]: cluster 2024-03-21T11:56:02.506849+0000 mon.a (mon.0) 79 : cluster [INF] Manager daemon a is now available 2024-03-21T11:56:03.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:03 smithi094 bash[21610]: audit 2024-03-21T11:56:02.537571+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:03.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:03 smithi094 bash[21610]: audit 2024-03-21T11:56:02.540889+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:56:03.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:03 smithi094 bash[21610]: audit 2024-03-21T11:56:02.559085+0000 mon.a (mon.0) 82 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T11:56:03.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:03 smithi094 bash[21610]: audit 2024-03-21T11:56:02.561813+0000 mon.a (mon.0) 83 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T11:56:03.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:03 smithi094 bash[21610]: cephadm 2024-03-21T11:56:02.901134+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [21/Mar/2024:11:56:02] ENGINE Bus STARTING 2024-03-21T11:56:03.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:03 smithi094 bash[21610]: cephadm 2024-03-21T11:56:03.018853+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [21/Mar/2024:11:56:03] ENGINE Serving on https://172.21.15.94:7150 2024-03-21T11:56:03.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:03 smithi094 bash[21610]: cephadm 2024-03-21T11:56:03.120193+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [21/Mar/2024:11:56:03] ENGINE Serving on http://172.21.15.94:8765 2024-03-21T11:56:03.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:03 smithi094 bash[21610]: cephadm 2024-03-21T11:56:03.120368+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [21/Mar/2024:11:56:03] ENGINE Bus STARTED 2024-03-21T11:56:03.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:03 smithi094 bash[21610]: cluster 2024-03-21T11:56:03.477099+0000 mon.a (mon.0) 84 : cluster [DBG] mgrmap e11: a(active, since 1.01431s) 2024-03-21T11:56:04.160 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout { 2024-03-21T11:56:04.160 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-21T11:56:04.161 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-21T11:56:04.161 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout } 2024-03-21T11:56:04.161 INFO:teuthology.orchestra.run.smithi094.stdout:mgr epoch 9 is available 2024-03-21T11:56:04.161 INFO:teuthology.orchestra.run.smithi094.stdout:Generating a dashboard self-signed certificate... 2024-03-21T11:56:04.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:04 smithi094 bash[21610]: audit 2024-03-21T11:56:03.474779+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-21T11:56:04.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:04 smithi094 bash[21610]: audit 2024-03-21T11:56:03.488685+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-21T11:56:05.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:05 smithi094 bash[21610]: cluster 2024-03-21T11:56:04.542660+0000 mon.a (mon.0) 85 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-21T11:56:05.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:05 smithi094 bash[21610]: audit 2024-03-21T11:56:05.304905+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:56:05.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:05 smithi094 bash[21610]: audit 2024-03-21T11:56:05.432955+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:05.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:05 smithi094 bash[21610]: audit 2024-03-21T11:56:05.437228+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:06.041 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-21T11:56:06.041 INFO:teuthology.orchestra.run.smithi094.stdout:Creating initial admin user... 2024-03-21T11:56:07.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:07 smithi094 bash[21610]: audit 2024-03-21T11:56:07.269335+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:56:08.122 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$4.zwu71VHJWxMzC0vxpETespwWHiq0B9B4wMMjPwy/qD2eT25i8si", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711022167, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-21T11:56:08.122 INFO:teuthology.orchestra.run.smithi094.stdout:Fetching dashboard port number... 2024-03-21T11:56:08.754 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:08 smithi094 bash[21610]: audit 2024-03-21T11:56:07.504364+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:09.892 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stdout 8443 2024-03-21T11:56:09.892 INFO:teuthology.orchestra.run.smithi094.stdout:firewalld does not appear to be present 2024-03-21T11:56:09.892 INFO:teuthology.orchestra.run.smithi094.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-21T11:56:09.895 INFO:teuthology.orchestra.run.smithi094.stdout:Ceph Dashboard is now available at: 2024-03-21T11:56:09.896 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:09.896 INFO:teuthology.orchestra.run.smithi094.stdout: URL: https://smithi094.front.sepia.ceph.com:8443/ 2024-03-21T11:56:09.896 INFO:teuthology.orchestra.run.smithi094.stdout: User: admin 2024-03-21T11:56:09.896 INFO:teuthology.orchestra.run.smithi094.stdout: Password: 1k1jbano5b 2024-03-21T11:56:09.896 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:09.896 INFO:teuthology.orchestra.run.smithi094.stdout:Saving cluster configuration to /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config directory 2024-03-21T11:56:09.897 INFO:teuthology.orchestra.run.smithi094.stdout:Enabling autotune for osd_memory_target 2024-03-21T11:56:10.522 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:10 smithi094 bash[21610]: audit 2024-03-21T11:56:09.251111+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:10.522 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:10 smithi094 bash[21610]: audit 2024-03-21T11:56:09.251916+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:56:10.522 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:10 smithi094 bash[21610]: audit 2024-03-21T11:56:09.256363+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:10.522 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:10 smithi094 bash[21610]: audit 2024-03-21T11:56:09.257749+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-03-21T11:56:10.522 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:10 smithi094 bash[21610]: audit 2024-03-21T11:56:09.258419+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]': finished 2024-03-21T11:56:10.522 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:10 smithi094 bash[21610]: audit 2024-03-21T11:56:09.328791+0000 mon.a (mon.0) 94 : audit [DBG] from='client.? 172.21.15.94:0/661940594' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-21T11:56:10.522 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:10 smithi094 bash[21610]: cluster 2024-03-21T11:56:09.506569+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 7s) 2024-03-21T11:56:11.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:11 smithi094 bash[21610]: cephadm 2024-03-21T11:56:09.498001+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi094 on smithi094 2024-03-21T11:56:13.659 INFO:teuthology.orchestra.run.smithi094.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-21T11:56:13.659 INFO:teuthology.orchestra.run.smithi094.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-21T11:56:13.659 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:13.659 INFO:teuthology.orchestra.run.smithi094.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-21T11:56:13.659 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:13.659 INFO:teuthology.orchestra.run.smithi094.stdout:Or, if you are only running a single cluster on this host: 2024-03-21T11:56:13.659 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:13.659 INFO:teuthology.orchestra.run.smithi094.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-21T11:56:13.659 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:13.659 INFO:teuthology.orchestra.run.smithi094.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-21T11:56:13.660 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:13.660 INFO:teuthology.orchestra.run.smithi094.stdout: ceph telemetry on 2024-03-21T11:56:13.660 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:13.660 INFO:teuthology.orchestra.run.smithi094.stdout:For more information see: 2024-03-21T11:56:13.660 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:13.660 INFO:teuthology.orchestra.run.smithi094.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-21T11:56:13.660 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:13.660 INFO:teuthology.orchestra.run.smithi094.stdout:Bootstrap complete. 2024-03-21T11:56:13.708 INFO:tasks.cephadm:Fetching config... 2024-03-21T11:56:13.708 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:56:13.709 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-21T11:56:13.714 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-21T11:56:13.714 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:56:13.714 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-21T11:56:13.761 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-21T11:56:13.761 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:56:13.761 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-21T11:56:13.818 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-21T11:56:13.818 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:56:13.819 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-21T11:56:13.865 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-21T11:56:13.865 DEBUG:teuthology.orchestra.run.smithi094:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfwZmboSotoXqw+r5X/l7kFulDfEOeCQWP8JOxj47TRO9gsDo4M7xCsvIJ68eFO3jnDy02O5U7zIUyq1ETxmowAzghhBXgRsgxSJDU1YdQCSDdWB6LdVZ0305Dnl0FVV1YUOYgl6fHJqcTYuMBiLEgxIOxT6yNWG4rD6mrH5i8YFEeNXbwxtsDlajlSedPCTfkmqk/1ZLVrPJ5u6BwCvlHgCSLyYpsZR94lxdJjyJFwMtDbtoAk4tUxEBn8dWk8d2zfSGi+l9aCOXgpksrd5IGx6HuFw3FTnM36Ws6aefikin1K7YdC3rJ5hjsyAF2VpTm/MJm3RDVnazX7oQcdZsJs30ve+jz3ziZZNgVZ/c98FKOTpifwP7IZexWpUmIbuf0YdHRiI/9yduSO44effCR3jZgt7T8l3vK4pewpVxUSADN6WIg31PFVAh8kVujbdborCGvxFaVH5Kb/rLqHbf9V+X6/31V0tSSVoMDboPdT6g2B2Ww/9D5OInrXLwrp/k= ceph-93e5de92-e779-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T11:56:13.922 INFO:teuthology.orchestra.run.smithi094.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfwZmboSotoXqw+r5X/l7kFulDfEOeCQWP8JOxj47TRO9gsDo4M7xCsvIJ68eFO3jnDy02O5U7zIUyq1ETxmowAzghhBXgRsgxSJDU1YdQCSDdWB6LdVZ0305Dnl0FVV1YUOYgl6fHJqcTYuMBiLEgxIOxT6yNWG4rD6mrH5i8YFEeNXbwxtsDlajlSedPCTfkmqk/1ZLVrPJ5u6BwCvlHgCSLyYpsZR94lxdJjyJFwMtDbtoAk4tUxEBn8dWk8d2zfSGi+l9aCOXgpksrd5IGx6HuFw3FTnM36Ws6aefikin1K7YdC3rJ5hjsyAF2VpTm/MJm3RDVnazX7oQcdZsJs30ve+jz3ziZZNgVZ/c98FKOTpifwP7IZexWpUmIbuf0YdHRiI/9yduSO44effCR3jZgt7T8l3vK4pewpVxUSADN6WIg31PFVAh8kVujbdborCGvxFaVH5Kb/rLqHbf9V+X6/31V0tSSVoMDboPdT6g2B2Ww/9D5OInrXLwrp/k= ceph-93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:56:13.928 DEBUG:teuthology.orchestra.run.smithi137:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfwZmboSotoXqw+r5X/l7kFulDfEOeCQWP8JOxj47TRO9gsDo4M7xCsvIJ68eFO3jnDy02O5U7zIUyq1ETxmowAzghhBXgRsgxSJDU1YdQCSDdWB6LdVZ0305Dnl0FVV1YUOYgl6fHJqcTYuMBiLEgxIOxT6yNWG4rD6mrH5i8YFEeNXbwxtsDlajlSedPCTfkmqk/1ZLVrPJ5u6BwCvlHgCSLyYpsZR94lxdJjyJFwMtDbtoAk4tUxEBn8dWk8d2zfSGi+l9aCOXgpksrd5IGx6HuFw3FTnM36Ws6aefikin1K7YdC3rJ5hjsyAF2VpTm/MJm3RDVnazX7oQcdZsJs30ve+jz3ziZZNgVZ/c98FKOTpifwP7IZexWpUmIbuf0YdHRiI/9yduSO44effCR3jZgt7T8l3vK4pewpVxUSADN6WIg31PFVAh8kVujbdborCGvxFaVH5Kb/rLqHbf9V+X6/31V0tSSVoMDboPdT6g2B2Ww/9D5OInrXLwrp/k= ceph-93e5de92-e779-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T11:56:13.952 INFO:teuthology.orchestra.run.smithi137.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfwZmboSotoXqw+r5X/l7kFulDfEOeCQWP8JOxj47TRO9gsDo4M7xCsvIJ68eFO3jnDy02O5U7zIUyq1ETxmowAzghhBXgRsgxSJDU1YdQCSDdWB6LdVZ0305Dnl0FVV1YUOYgl6fHJqcTYuMBiLEgxIOxT6yNWG4rD6mrH5i8YFEeNXbwxtsDlajlSedPCTfkmqk/1ZLVrPJ5u6BwCvlHgCSLyYpsZR94lxdJjyJFwMtDbtoAk4tUxEBn8dWk8d2zfSGi+l9aCOXgpksrd5IGx6HuFw3FTnM36Ws6aefikin1K7YdC3rJ5hjsyAF2VpTm/MJm3RDVnazX7oQcdZsJs30ve+jz3ziZZNgVZ/c98FKOTpifwP7IZexWpUmIbuf0YdHRiI/9yduSO44effCR3jZgt7T8l3vK4pewpVxUSADN6WIg31PFVAh8kVujbdborCGvxFaVH5Kb/rLqHbf9V+X6/31V0tSSVoMDboPdT6g2B2Ww/9D5OInrXLwrp/k= ceph-93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:56:13.961 DEBUG:teuthology.orchestra.run.smithi189:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfwZmboSotoXqw+r5X/l7kFulDfEOeCQWP8JOxj47TRO9gsDo4M7xCsvIJ68eFO3jnDy02O5U7zIUyq1ETxmowAzghhBXgRsgxSJDU1YdQCSDdWB6LdVZ0305Dnl0FVV1YUOYgl6fHJqcTYuMBiLEgxIOxT6yNWG4rD6mrH5i8YFEeNXbwxtsDlajlSedPCTfkmqk/1ZLVrPJ5u6BwCvlHgCSLyYpsZR94lxdJjyJFwMtDbtoAk4tUxEBn8dWk8d2zfSGi+l9aCOXgpksrd5IGx6HuFw3FTnM36Ws6aefikin1K7YdC3rJ5hjsyAF2VpTm/MJm3RDVnazX7oQcdZsJs30ve+jz3ziZZNgVZ/c98FKOTpifwP7IZexWpUmIbuf0YdHRiI/9yduSO44effCR3jZgt7T8l3vK4pewpVxUSADN6WIg31PFVAh8kVujbdborCGvxFaVH5Kb/rLqHbf9V+X6/31V0tSSVoMDboPdT6g2B2Ww/9D5OInrXLwrp/k= ceph-93e5de92-e779-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-21T11:56:13.983 INFO:teuthology.orchestra.run.smithi189.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDfwZmboSotoXqw+r5X/l7kFulDfEOeCQWP8JOxj47TRO9gsDo4M7xCsvIJ68eFO3jnDy02O5U7zIUyq1ETxmowAzghhBXgRsgxSJDU1YdQCSDdWB6LdVZ0305Dnl0FVV1YUOYgl6fHJqcTYuMBiLEgxIOxT6yNWG4rD6mrH5i8YFEeNXbwxtsDlajlSedPCTfkmqk/1ZLVrPJ5u6BwCvlHgCSLyYpsZR94lxdJjyJFwMtDbtoAk4tUxEBn8dWk8d2zfSGi+l9aCOXgpksrd5IGx6HuFw3FTnM36Ws6aefikin1K7YdC3rJ5hjsyAF2VpTm/MJm3RDVnazX7oQcdZsJs30ve+jz3ziZZNgVZ/c98FKOTpifwP7IZexWpUmIbuf0YdHRiI/9yduSO44effCR3jZgt7T8l3vK4pewpVxUSADN6WIg31PFVAh8kVujbdborCGvxFaVH5Kb/rLqHbf9V+X6/31V0tSSVoMDboPdT6g2B2Ww/9D5OInrXLwrp/k= ceph-93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:56:13.993 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-21T11:56:14.001 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:13 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:56:14.001 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:56:13 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:56:14.301 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:56:14 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:56:14.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:14 smithi094 bash[21610]: audit 2024-03-21T11:56:13.075050+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.94:0/3075782070' entity='client.admin' 2024-03-21T11:56:14.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:14 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:56:15.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.296653+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.328929+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.333044+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.366619+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.371366+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.374137+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.377550+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.381016+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.385010+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.419617+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.425168+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:15.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:15 smithi094 bash[21610]: audit 2024-03-21T11:56:14.765948+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:18.711 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T11:56:18.926 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:18 smithi094 bash[21610]: audit 2024-03-21T11:56:17.558846+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:20.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:20 smithi094 bash[21610]: audit 2024-03-21T11:56:19.056131+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:20.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:20 smithi094 bash[21610]: audit 2024-03-21T11:56:19.059458+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:22.230 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-21T11:56:22.230 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-21T11:56:23.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:22 smithi094 bash[21610]: audit 2024-03-21T11:56:21.645407+0000 mon.a (mon.0) 112 : audit [INF] from='client.? 172.21.15.94:0/3555056032' entity='client.admin' 2024-03-21T11:56:23.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:22 smithi094 bash[21610]: audit 2024-03-21T11:56:21.691012+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:56:23.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:22 smithi094 bash[21610]: audit 2024-03-21T11:56:21.695166+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:23.791 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:23 smithi094 bash[21610]: cluster 2024-03-21T11:56:22.476882+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:26.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:25 smithi094 bash[21610]: cluster 2024-03-21T11:56:24.477319+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:26.751 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T11:56:27.765 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:27 smithi094 bash[21610]: audit 2024-03-21T11:56:26.473440+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:27.765 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:27 smithi094 bash[21610]: cluster 2024-03-21T11:56:26.477735+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:27.766 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:27 smithi094 bash[21610]: audit 2024-03-21T11:56:26.477841+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:29.911 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi137 2024-03-21T11:56:29.911 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:56:29.911 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.conf 2024-03-21T11:56:29.918 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:56:29.918 DEBUG:teuthology.orchestra.run.smithi137:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:56:29.966 INFO:tasks.cephadm:Adding host smithi137 to orchestrator... 2024-03-21T11:56:29.967 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph orch host add smithi137 2024-03-21T11:56:30.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: cluster 2024-03-21T11:56:28.478120+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:30.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: audit 2024-03-21T11:56:29.278547+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:56:30.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: audit 2024-03-21T11:56:29.282488+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:30.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: audit 2024-03-21T11:56:29.292387+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:56:30.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: audit 2024-03-21T11:56:29.294619+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:56:30.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: audit 2024-03-21T11:56:29.295598+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:56:30.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: cephadm 2024-03-21T11:56:29.297101+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T11:56:30.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: cephadm 2024-03-21T11:56:29.411265+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:56:30.553 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: audit 2024-03-21T11:56:29.810793+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:30.553 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: audit 2024-03-21T11:56:29.816444+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:30.553 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:30 smithi094 bash[21610]: audit 2024-03-21T11:56:29.820280+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:31.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:31 smithi094 bash[21610]: cephadm 2024-03-21T11:56:29.525366+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:56:31.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:31 smithi094 bash[21610]: cephadm 2024-03-21T11:56:29.639490+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T11:56:32.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:32 smithi094 bash[21610]: cluster 2024-03-21T11:56:30.478520+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:34.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:34 smithi094 bash[21610]: cluster 2024-03-21T11:56:32.478911+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:34.682 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T11:56:36.341 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:36 smithi094 bash[21610]: cluster 2024-03-21T11:56:34.479361+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:38.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:38 smithi094 bash[21610]: cluster 2024-03-21T11:56:36.479774+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:38.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:38 smithi094 bash[21610]: audit 2024-03-21T11:56:38.054687+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:38.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:38 smithi094 bash[21610]: audit 2024-03-21T11:56:38.057325+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:38.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:38 smithi094 bash[21610]: audit 2024-03-21T11:56:38.060953+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:39.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:39 smithi094 bash[21610]: audit 2024-03-21T11:56:38.331768+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:56:40.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:40 smithi094 bash[21610]: cluster 2024-03-21T11:56:38.480070+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:40.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:40 smithi094 bash[21610]: cephadm 2024-03-21T11:56:39.061425+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi137 2024-03-21T11:56:42.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:42 smithi094 bash[21610]: cluster 2024-03-21T11:56:40.480433+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:44.266 INFO:teuthology.orchestra.run.smithi094.stdout:Added host 'smithi137' with addr '172.21.15.137' 2024-03-21T11:56:44.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:44 smithi094 bash[21610]: cluster 2024-03-21T11:56:42.480852+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:44.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:44 smithi094 bash[21610]: audit 2024-03-21T11:56:44.264609+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:44.943 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T11:56:45.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:45 smithi094 bash[21610]: cephadm 2024-03-21T11:56:44.265519+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi137 2024-03-21T11:56:45.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:45 smithi094 bash[21610]: audit 2024-03-21T11:56:44.310604+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:56:45.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:45 smithi094 bash[21610]: audit 2024-03-21T11:56:44.782643+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:46.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:46 smithi094 bash[21610]: cluster 2024-03-21T11:56:44.481231+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:46.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:46 smithi094 bash[21610]: audit 2024-03-21T11:56:46.258160+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:46.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:46 smithi094 bash[21610]: audit 2024-03-21T11:56:46.263638+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:46.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:46 smithi094 bash[21610]: audit 2024-03-21T11:56:46.265116+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:56:46.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:46 smithi094 bash[21610]: audit 2024-03-21T11:56:46.267132+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:56:46.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:46 smithi094 bash[21610]: audit 2024-03-21T11:56:46.268911+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:56:47.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:47 smithi094 bash[21610]: cephadm 2024-03-21T11:56:46.271569+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T11:56:47.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:47 smithi094 bash[21610]: audit 2024-03-21T11:56:46.988502+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:47.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:47 smithi094 bash[21610]: audit 2024-03-21T11:56:46.994145+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:47.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:47 smithi094 bash[21610]: audit 2024-03-21T11:56:46.997320+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]: dispatch 2024-03-21T11:56:47.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:47 smithi094 bash[21610]: audit 2024-03-21T11:56:46.998590+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]': finished 2024-03-21T11:56:48.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:48 smithi094 bash[21610]: cluster 2024-03-21T11:56:46.481639+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:48.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:48 smithi094 bash[21610]: cephadm 2024-03-21T11:56:46.488155+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:56:48.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:48 smithi094 bash[21610]: cephadm 2024-03-21T11:56:46.653411+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:56:48.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:48 smithi094 bash[21610]: cephadm 2024-03-21T11:56:46.818641+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T11:56:49.657 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: cephadm 2024-03-21T11:56:47.669374+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi137 on smithi137 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:48.789259+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:48.841474+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:48.846805+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:48.914717+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:48.919203+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:48.920835+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:48.928214+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:48.998917+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:49.003620+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:56:49.678 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:49.005265+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:56:49.679 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:49.013033+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:49.679 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:49 smithi094 bash[21610]: audit 2024-03-21T11:56:49.269631+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:50.677 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:50 smithi094 bash[21610]: cluster 2024-03-21T11:56:48.482110+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:51.752 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:51 smithi094 bash[21610]: audit 2024-03-21T11:56:50.337661+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:51.752 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:51 smithi094 bash[21610]: audit 2024-03-21T11:56:50.345985+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:52.158 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:56:52.159 INFO:teuthology.orchestra.run.smithi094.stdout:[{"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}, {"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}] 2024-03-21T11:56:52.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:52 smithi094 bash[21610]: cluster 2024-03-21T11:56:50.482434+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:53.153 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi189 2024-03-21T11:56:53.153 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:56:53.153 DEBUG:teuthology.orchestra.run.smithi189:> dd of=/etc/ceph/ceph.conf 2024-03-21T11:56:53.159 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:56:53.159 DEBUG:teuthology.orchestra.run.smithi189:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:56:53.208 INFO:tasks.cephadm:Adding host smithi189 to orchestrator... 2024-03-21T11:56:53.208 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph orch host add smithi189 2024-03-21T11:56:53.455 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:53 smithi094 bash[21610]: audit 2024-03-21T11:56:52.157502+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T11:56:53.455 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:53 smithi094 bash[21610]: audit 2024-03-21T11:56:52.566987+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:54.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:54 smithi094 bash[21610]: cluster 2024-03-21T11:56:52.482820+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:56.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:56 smithi094 bash[21610]: cluster 2024-03-21T11:56:54.483269+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:58.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:58 smithi094 bash[21610]: cluster 2024-03-21T11:56:56.483698+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:56:58.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:58 smithi094 bash[21610]: audit 2024-03-21T11:56:58.234164+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:58.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:58 smithi094 bash[21610]: audit 2024-03-21T11:56:58.239605+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:58.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:56:58 smithi094 bash[21610]: audit 2024-03-21T11:56:58.247210+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:56:58.974 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T11:57:00.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:00 smithi094 bash[21610]: cluster 2024-03-21T11:56:58.484117+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:02.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:02 smithi094 bash[21610]: cluster 2024-03-21T11:57:00.484562+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:03.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:03 smithi094 bash[21610]: audit 2024-03-21T11:57:01.463978+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:57:03.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:03 smithi094 bash[21610]: cephadm 2024-03-21T11:57:02.114520+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi189 2024-03-21T11:57:03.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:03 smithi094 bash[21610]: audit 2024-03-21T11:57:03.152959+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:03.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:03 smithi094 bash[21610]: audit 2024-03-21T11:57:03.169711+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:04.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:04 smithi094 bash[21610]: cluster 2024-03-21T11:57:02.484909+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:06.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:06 smithi094 bash[21610]: cluster 2024-03-21T11:57:04.485344+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:07.247 INFO:teuthology.orchestra.run.smithi094.stdout:Added host 'smithi189' with addr '172.21.15.189' 2024-03-21T11:57:07.975 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-21T11:57:08.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:08 smithi094 bash[21610]: cluster 2024-03-21T11:57:06.485673+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:08.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:08 smithi094 bash[21610]: audit 2024-03-21T11:57:07.245651+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:08.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:08 smithi094 bash[21610]: cephadm 2024-03-21T11:57:07.246470+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi189 2024-03-21T11:57:08.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:08 smithi094 bash[21610]: audit 2024-03-21T11:57:07.271696+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:08.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:08 smithi094 bash[21610]: audit 2024-03-21T11:57:07.694180+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:10.486 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: cluster 2024-03-21T11:57:08.486070+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:10.486 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: audit 2024-03-21T11:57:09.168277+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:10.486 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: audit 2024-03-21T11:57:09.172021+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:10.486 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: audit 2024-03-21T11:57:09.173052+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:57:10.486 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: audit 2024-03-21T11:57:09.174582+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:10.486 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: audit 2024-03-21T11:57:09.175952+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:10.486 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: cephadm 2024-03-21T11:57:09.178273+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T11:57:10.486 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: cephadm 2024-03-21T11:57:09.393941+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:10.486 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: audit 2024-03-21T11:57:10.078458+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:10.487 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: audit 2024-03-21T11:57:10.084371+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:10.487 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:10 smithi094 bash[21610]: audit 2024-03-21T11:57:10.092292+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:11.502 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:11 smithi094 bash[21610]: cephadm 2024-03-21T11:57:09.559527+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:57:11.503 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:11 smithi094 bash[21610]: cephadm 2024-03-21T11:57:09.725313+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T11:57:11.503 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:11 smithi094 bash[21610]: audit 2024-03-21T11:57:10.192845+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:11.503 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:11 smithi094 bash[21610]: audit 2024-03-21T11:57:10.197826+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:11.503 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:11 smithi094 bash[21610]: audit 2024-03-21T11:57:10.201029+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]: dispatch 2024-03-21T11:57:11.503 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:11 smithi094 bash[21610]: audit 2024-03-21T11:57:10.202499+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]': finished 2024-03-21T11:57:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:12 smithi094 bash[21610]: cluster 2024-03-21T11:57:10.486393+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:12 smithi094 bash[21610]: cephadm 2024-03-21T11:57:11.433166+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi189 on smithi189 2024-03-21T11:57:12.682 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T11:57:13.628 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.362273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:13.628 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.405396+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:13.628 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.409884+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:13.629 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.508149+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:13.629 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.513947+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:13.629 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.515679+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:13.629 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.522673+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:13.629 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.574836+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:13.629 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.623847+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:13.629 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.627199+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:13.629 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.628173+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:13.629 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.633318+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:13.629 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:13 smithi094 bash[21610]: audit 2024-03-21T11:57:12.824293+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:14.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:14 smithi094 bash[21610]: cluster 2024-03-21T11:57:12.486763+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:14.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:14 smithi094 bash[21610]: audit 2024-03-21T11:57:13.900271+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:14.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:14 smithi094 bash[21610]: audit 2024-03-21T11:57:13.907838+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:15.691 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T11:57:15.691 INFO:teuthology.orchestra.run.smithi094.stdout:[{"addr": "172.21.15.94", "hostname": "smithi094", "labels": [], "status": ""}, {"addr": "172.21.15.137", "hostname": "smithi137", "labels": [], "status": ""}, {"addr": "172.21.15.189", "hostname": "smithi189", "labels": [], "status": ""}] 2024-03-21T11:57:16.265 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-21T11:57:16.266 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-21T11:57:16.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:16 smithi094 bash[21610]: cluster 2024-03-21T11:57:14.487100+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:17.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:17 smithi094 bash[21610]: audit 2024-03-21T11:57:15.690866+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T11:57:18.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:18 smithi094 bash[21610]: cluster 2024-03-21T11:57:16.487472+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:19.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:19 smithi094 bash[21610]: audit 2024-03-21T11:57:18.443329+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:19.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:19 smithi094 bash[21610]: audit 2024-03-21T11:57:18.448437+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:19.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:19 smithi094 bash[21610]: audit 2024-03-21T11:57:18.454121+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:19.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:19 smithi094 bash[21610]: cluster 2024-03-21T11:57:18.487877+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:20.745 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T11:57:21.775 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:21 smithi094 bash[21610]: cluster 2024-03-21T11:57:20.488354+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:23.551 INFO:teuthology.orchestra.run.smithi094.stderr:adjusted tunables profile to default 2024-03-21T11:57:23.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:23 smithi094 bash[21610]: cluster 2024-03-21T11:57:22.488820+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:23.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:23 smithi094 bash[21610]: audit 2024-03-21T11:57:23.362944+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.94:0/324597165' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T11:57:24.174 INFO:tasks.cephadm:Adding mon.a on smithi094 2024-03-21T11:57:24.175 INFO:tasks.cephadm:Adding mon.b on smithi137 2024-03-21T11:57:24.175 INFO:tasks.cephadm:Adding mon.c on smithi189 2024-03-21T11:57:24.175 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi094:172.21.15.94=a;smithi137:172.21.15.137=b;smithi189:172.21.15.189=c' 2024-03-21T11:57:25.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:24 smithi094 bash[21610]: audit 2024-03-21T11:57:23.547188+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.94:0/324597165' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T11:57:25.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:24 smithi094 bash[21610]: cluster 2024-03-21T11:57:23.551167+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:25.771 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:26.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:25 smithi094 bash[21610]: cluster 2024-03-21T11:57:24.489265+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:28.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:27 smithi094 bash[21610]: cluster 2024-03-21T11:57:26.489692+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:28.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:27 smithi094 bash[21610]: audit 2024-03-21T11:57:27.522671+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:28.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:27 smithi094 bash[21610]: audit 2024-03-21T11:57:27.530353+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:29.106 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled mon update... 2024-03-21T11:57:29.917 DEBUG:teuthology.orchestra.run.smithi137:mon.b> sudo journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.b.service 2024-03-21T11:57:29.920 DEBUG:teuthology.orchestra.run.smithi189:mon.c> sudo journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.c.service 2024-03-21T11:57:29.922 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T11:57:29.922 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: cluster 2024-03-21T11:57:28.490106+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: audit 2024-03-21T11:57:29.094376+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi094:172.21.15.94=a;smithi137:172.21.15.137=b;smithi189:172.21.15.189=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: cephadm 2024-03-21T11:57:29.099882+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi094:172.21.15.94=a;smithi137:172.21.15.137=b;smithi189:172.21.15.189=c;count:3 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: audit 2024-03-21T11:57:29.105259+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: audit 2024-03-21T11:57:29.122998+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: audit 2024-03-21T11:57:29.128240+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: audit 2024-03-21T11:57:29.129918+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: audit 2024-03-21T11:57:29.137794+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: audit 2024-03-21T11:57:29.142987+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: audit 2024-03-21T11:57:29.155507+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:30.380 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:30 smithi094 bash[21610]: cephadm 2024-03-21T11:57:29.157564+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi189 2024-03-21T11:57:31.516 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:31 smithi094 bash[21610]: audit 2024-03-21T11:57:30.287199+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:31.516 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:31 smithi094 bash[21610]: audit 2024-03-21T11:57:30.292944+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:31.516 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:31 smithi094 bash[21610]: audit 2024-03-21T11:57:30.300638+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:31.760 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:32.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:32 smithi094 bash[21610]: cluster 2024-03-21T11:57:30.490466+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:34.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:34 smithi094 bash[21610]: cluster 2024-03-21T11:57:32.490909+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:35.834 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-03-21T11:57:35.835 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":1,"fsid":"93e5de92-e779-11ee-95cd-87774f69a715","modified":"2024-03-21T11:54:51.298829Z","created":"2024-03-21T11:54:51.298829Z","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.94:3300","nonce":0},{"type":"v1","addr":"172.21.15.94:6789","nonce":0}]},"addr":"172.21.15.94:6789/0","public_addr":"172.21.15.94:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-21T11:57:35.837 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 1 2024-03-21T11:57:36.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:36 smithi094 bash[21610]: cluster 2024-03-21T11:57:34.491310+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:36.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:36 smithi094 bash[21610]: audit 2024-03-21T11:57:35.664682+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:36.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:36 smithi094 bash[21610]: audit 2024-03-21T11:57:35.670576+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:36.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:36 smithi094 bash[21610]: audit 2024-03-21T11:57:35.693748+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:36.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:36 smithi094 bash[21610]: audit 2024-03-21T11:57:35.695130+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:36.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:36 smithi094 bash[21610]: audit 2024-03-21T11:57:35.696790+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:36.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:36 smithi094 bash[21610]: audit 2024-03-21T11:57:35.834477+0000 mon.a (mon.0) 212 : audit [DBG] from='client.? 172.21.15.189:0/4294266870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T11:57:37.559 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cluster 2024-03-21T11:57:20.488354+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:37.559 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cluster 2024-03-21T11:57:22.488820+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:37.559 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:23.362944+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.94:0/324597165' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T11:57:37.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:23.547188+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.94:0/324597165' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T11:57:37.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cluster 2024-03-21T11:57:23.551167+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:37.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cluster 2024-03-21T11:57:24.489265+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:37.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cluster 2024-03-21T11:57:26.489692+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:37.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:27.522671+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:37.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:27.530353+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:37.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cluster 2024-03-21T11:57:28.490106+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:37.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:29.094376+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi094:172.21.15.94=a;smithi137:172.21.15.137=b;smithi189:172.21.15.189=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:57:37.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cephadm 2024-03-21T11:57:29.099882+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi094:172.21.15.94=a;smithi137:172.21.15.137=b;smithi189:172.21.15.189=c;count:3 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:29.105259+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:29.122998+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:29.128240+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:29.129918+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:29.137794+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:29.142987+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:29.155507+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cephadm 2024-03-21T11:57:29.157564+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi189 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:30.287199+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:30.292944+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:30.300638+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cluster 2024-03-21T11:57:30.490466+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cluster 2024-03-21T11:57:32.490909+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:37.743 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cluster 2024-03-21T11:57:34.491310+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:37.744 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:35.664682+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:37.744 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:35.670576+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:37.744 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:35.693748+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:37.744 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:35.695130+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:37.744 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:35.696790+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:37.744 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: audit 2024-03-21T11:57:35.834477+0000 mon.a (mon.0) 212 : audit [DBG] from='client.? 172.21.15.189:0/4294266870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T11:57:37.744 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: cephadm 2024-03-21T11:57:35.698852+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi137 2024-03-21T11:57:37.744 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:37 smithi189 bash[22248]: debug 2024-03-21T11:57:37.550+0000 7f9615dbb700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-21T11:57:37.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:37 smithi094 bash[21610]: cephadm 2024-03-21T11:57:35.698852+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi137 2024-03-21T11:57:38.146 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-21T11:57:38.146 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-21T11:57:40.003 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:39 smithi137 systemd[1]: Started Ceph mon.b for 93e5de92-e779-11ee-95cd-87774f69a715. 2024-03-21T11:57:40.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.799+0000 7f0b48227c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.799+0000 7f0b48227c80 0 ceph version 19.0.0-2309-gba760091 (ba760091cd7bd2b0d23f4825ac856ba66450e988) squid (dev), process ceph-mon, pid 7 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.799+0000 7f0b48227c80 0 pidfile_write: ignore empty --pid-file 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.803+0000 7f0b48227c80 0 load: jerasure load: lrc 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.803+0000 7f0b48227c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.803+0000 7f0b48227c80 4 rocksdb: Git sha 0 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.803+0000 7f0b48227c80 4 rocksdb: Compile date 2024-03-21 04:02:31 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.803+0000 7f0b48227c80 4 rocksdb: DB SUMMARY 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.803+0000 7f0b48227c80 4 rocksdb: DB Session ID: 8Q0YYU1UXAHZ0C8O3JZB 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: CURRENT file: CURRENT 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-21T11:57:40.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.error_if_exists: 0 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.create_if_missing: 0 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.env: 0x55b9e722ab20 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.info_log: 0x55b9e9161960 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.statistics: (nil) 2024-03-21T11:57:40.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.use_fsync: 0 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.db_log_dir: 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.wal_dir: 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-21T11:57:40.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.write_buffer_manager: 0x55b9e91321e0 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-21T11:57:40.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-21T11:57:40.847 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-21T11:57:40.847 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-21T11:57:40.847 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.unordered_write: 0 2024-03-21T11:57:40.847 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-21T11:57:40.847 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-21T11:57:40.847 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-21T11:57:40.847 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-21T11:57:40.847 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.row_cache: None 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.wal_filter: None 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.two_write_queues: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.wal_compression: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.atomic_flush: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-21T11:57:40.848 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-21T11:57:40.849 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_open_files: -1 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Compression algorithms supported: 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: kZSTD supported: 0 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: kXpressCompression supported: 0 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: kZlibCompression supported: 1 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-21T11:57:40.850 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.merge_operator: 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_filter: None 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b9e9161a60) 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cache_index_and_filter_blocks: 1 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-21T11:57:40.851 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: pin_top_level_index_and_filter: 1 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: index_type: 0 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: data_block_index_type: 0 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: index_shortening: 1 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: data_block_hash_table_util_ratio: 0.750000 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: checksum: 4 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: no_block_cache: 0 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: block_cache: 0x55b9e9163090 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: block_cache_name: BinnedLRUCache 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: block_cache_options: 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: capacity : 536870912 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: num_shard_bits : 4 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: strict_capacity_limit : 0 2024-03-21T11:57:40.852 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: high_pri_pool_ratio: 0.000 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: block_cache_compressed: (nil) 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: persistent_cache: (nil) 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: block_size: 4096 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: block_size_deviation: 10 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: block_restart_interval: 16 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: index_block_restart_interval: 1 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: metadata_block_size: 4096 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: partition_filters: 0 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: use_delta_encoding: 1 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: filter_policy: bloomfilter 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: whole_key_filtering: 1 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: verify_compression: 0 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: read_amp_bytes_per_bit: 0 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: format_version: 5 2024-03-21T11:57:40.853 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: enable_index_compression: 1 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: block_align: 0 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: max_auto_readahead_size: 262144 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: prepopulate_block_cache: 0 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: initial_auto_readahead_size: 8192 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: num_file_reads_for_auto_readahead: 2 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compression: NoCompression 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.num_levels: 7 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-21T11:57:40.854 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-21T11:57:40.855 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-21T11:57:40.856 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-21T11:57:40.857 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.table_properties_collectors: 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-21T11:57:40.858 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.bloom_locality: 0 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.ttl: 2592000 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.enable_blob_files: false 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.min_blob_size: 0 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-21T11:57:40.859 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5cd3f08e-6132-418d-84eb-b71cffba8329 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711022260810797, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711022260811301, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1711022260, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5cd3f08e-6132-418d-84eb-b71cffba8329", "db_session_id": "8Q0YYU1UXAHZ0C8O3JZB", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711022260811398, "job": 1, "event": "recovery_finished"} 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b9e9256000 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 4 rocksdb: DB pointer 0x55b9e9240000 2024-03-21T11:57:40.860 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b36983700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b36983700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: ** DB Stats ** 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: ** Compaction Stats [default] ** 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T11:57:40.861 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: ** Compaction Stats [default] ** 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: AddFile(Total Files): cumulative 0, interval 0 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: AddFile(Keys): cumulative 0, interval 0 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Cumulative compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Interval compaction: 0.00 GB write, 0.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-03-21T11:57:40.862 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Block cache BinnedLRUCache@0x55b9e9163090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: ** File Read Latency Histogram By Level [default] ** 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.807+0000 7f0b48227c80 0 using public_addr v2:172.21.15.137:0/0 -> [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.811+0000 7f0b48227c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] at bind addrs [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.811+0000 7f0b48227c80 1 mon.b@-1(???) e0 preinit fsid 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: e1 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: legacy client fscid: -1 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: No filesystems configured 2024-03-21T11:57:40.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:28.478120+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:29.278547+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:29.282488+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:29.292387+0000 mon.a (mon.0) 118 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:29.294619+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:40.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:29.295598+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:29.297101+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:29.411265+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:29.810793+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:29.816444+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:29.820280+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:29.525366+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:29.639490+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:30.478520+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:32.478911+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:34.479361+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:36.479774+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:38.054687+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:38.057325+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:38.060953+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.865 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:38.331768+0000 mgr.a (mgr.14152) 23 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi137", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:38.480070+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:39.061425+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi137 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:40.480433+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:42.480852+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:44.264609+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:44.265519+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Added host smithi137 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:44.310604+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:44.782643+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:44.481231+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:46.258160+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:46.263638+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:46.265116+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:57:40.866 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:46.267132+0000 mon.a (mon.0) 133 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:46.268911+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:46.271569+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:46.988502+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:46.994145+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:46.997320+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]: dispatch 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:46.998590+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]': finished 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:46.481639+0000 mgr.a (mgr.14152) 31 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:46.488155+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:46.653411+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:46.818641+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:56:47.669374+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Deploying daemon agent.smithi137 on smithi137 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:48.789259+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:48.841474+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:48.846805+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:48.914717+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:40.867 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:48.919203+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:48.920835+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:48.928214+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:48.998917+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:49.003620+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:49.005265+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:49.013033+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:49.269631+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:48.482110+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:50.337661+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:50.345985+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:50.482434+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:52.157502+0000 mgr.a (mgr.14152) 38 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:52.566987+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:52.482820+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.868 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:54.483269+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:56.483698+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:58.234164+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:58.239605+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:56:58.247210+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:56:58.484117+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:00.484562+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:01.463978+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi189", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:57:02.114520+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Deploying cephadm binary to smithi189 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:03.152959+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:03.169711+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:02.484909+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:04.485344+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:06.485673+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:07.245651+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.869 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:57:07.246470+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi189 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:07.271696+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:07.694180+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:08.486070+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:09.168277+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:09.172021+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:09.173052+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:09.174582+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:09.175952+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:57:09.178273+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:57:09.393941+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:10.078458+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:10.084371+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.870 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:10.092292+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:57:09.559527+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:57:09.725313+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:10.192845+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:10.197826+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:10.201029+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]: dispatch 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:10.202499+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]': finished 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:10.486393+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:57:11.433166+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi189 on smithi189 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.362273+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.405396+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.409884+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.508149+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.513947+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.515679+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.522673+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.871 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.574836+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.623847+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.627199+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.628173+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.633318+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:12.824293+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:12.486763+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:13.900271+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:13.907838+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:14.487100+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:15.690866+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:16.487472+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:18.443329+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:18.448437+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:18.454121+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.872 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:18.487877+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:20.488354+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:22.488820+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:23.362944+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.94:0/324597165' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:23.547188+0000 mon.a (mon.0) 193 : audit [INF] from='client.? 172.21.15.94:0/324597165' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:23.551167+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:24.489265+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:26.489692+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:27.522671+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:27.530353+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:28.490106+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:29.094376+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi094:172.21.15.94=a;smithi137:172.21.15.137=b;smithi189:172.21.15.189=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:57:29.099882+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi094:172.21.15.94=a;smithi137:172.21.15.137=b;smithi189:172.21.15.189=c;count:3 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:29.105259+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:29.122998+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:40.873 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:29.128240+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:29.129918+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:29.137794+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:29.142987+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:29.155507+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:57:29.157564+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi189 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:30.287199+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:30.292944+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:30.300638+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:30.490466+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:32.490909+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cluster 2024-03-21T11:57:34.491310+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:35.664682+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:35.670576+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.874 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:35.693748+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:35.695130+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:35.696790+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: audit 2024-03-21T11:57:35.834477+0000 mon.a (mon.0) 212 : audit [DBG] from='client.? 172.21.15.189:0/4294266870' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T11:57:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: cephadm 2024-03-21T11:57:35.698852+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi137 2024-03-21T11:57:40.875 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:40 smithi137 bash[22207]: debug 2024-03-21T11:57:40.831+0000 7f0b39989700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-21T11:57:41.917 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T11:57:42.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:37.566178+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T11:57:42.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: cluster 2024-03-21T11:57:37.566545+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-03-21T11:57:42.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:37.585643+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:42.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: cluster 2024-03-21T11:57:38.492145+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:38.559744+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:39.560598+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: cluster 2024-03-21T11:57:39.563089+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: cluster 2024-03-21T11:57:40.492550+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:40.560505+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:40.841870+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:41.560552+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:41.841999+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:42.560869+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: cluster 2024-03-21T11:57:42.605809+0000 mon.a (mon.0) 224 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: cluster 2024-03-21T11:57:42.611997+0000 mon.a (mon.0) 225 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: cluster 2024-03-21T11:57:42.629259+0000 mon.a (mon.0) 226 : cluster [DBG] fsmap 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: cluster 2024-03-21T11:57:42.629379+0000 mon.a (mon.0) 227 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:42.993 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: cluster 2024-03-21T11:57:42.629695+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-21T11:57:42.994 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: cluster 2024-03-21T11:57:42.629955+0000 mon.a (mon.0) 229 : cluster [INF] overall HEALTH_OK 2024-03-21T11:57:42.994 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:42.637747+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:42.994 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:42.644046+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:42.994 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:42.650729+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:42.994 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:42.656965+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:42.994 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:42.663124+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:42.994 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:42.669899+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:42.994 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:42.675116+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:42.994 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:42 smithi189 bash[22248]: audit 2024-03-21T11:57:42.680033+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:37.566178+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T11:57:43.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: cluster 2024-03-21T11:57:37.566545+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-03-21T11:57:43.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:37.585643+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: cluster 2024-03-21T11:57:38.492145+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:43.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:38.559744+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:39.560598+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: cluster 2024-03-21T11:57:39.563089+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T11:57:43.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: cluster 2024-03-21T11:57:40.492550+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:43.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:40.560505+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:40.841870+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:41.560552+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:41.841999+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:42.560869+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: cluster 2024-03-21T11:57:42.605809+0000 mon.a (mon.0) 224 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: cluster 2024-03-21T11:57:42.611997+0000 mon.a (mon.0) 225 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: cluster 2024-03-21T11:57:42.629259+0000 mon.a (mon.0) 226 : cluster [DBG] fsmap 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: cluster 2024-03-21T11:57:42.629379+0000 mon.a (mon.0) 227 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: cluster 2024-03-21T11:57:42.629695+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: cluster 2024-03-21T11:57:42.629955+0000 mon.a (mon.0) 229 : cluster [INF] overall HEALTH_OK 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:42.637747+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.052 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:42.644046+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.053 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:42.650729+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.053 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:42.656965+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.053 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:42.663124+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.053 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:42.669899+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.053 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:42.675116+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.053 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:42 smithi094 bash[21610]: audit 2024-03-21T11:57:42.680033+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:37.566178+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T11:57:43.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: cluster 2024-03-21T11:57:37.566545+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-03-21T11:57:43.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:37.585643+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: cluster 2024-03-21T11:57:38.492145+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:43.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:38.559744+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:39.560598+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: cluster 2024-03-21T11:57:39.563089+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-21T11:57:43.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: cluster 2024-03-21T11:57:40.492550+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:43.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:40.560505+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:40.841870+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:41.560552+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:41.841999+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:42.560869+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: cluster 2024-03-21T11:57:42.605809+0000 mon.a (mon.0) 224 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: cluster 2024-03-21T11:57:42.611997+0000 mon.a (mon.0) 225 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: cluster 2024-03-21T11:57:42.629259+0000 mon.a (mon.0) 226 : cluster [DBG] fsmap 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: cluster 2024-03-21T11:57:42.629379+0000 mon.a (mon.0) 227 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: cluster 2024-03-21T11:57:42.629695+0000 mon.a (mon.0) 228 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: cluster 2024-03-21T11:57:42.629955+0000 mon.a (mon.0) 229 : cluster [INF] overall HEALTH_OK 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:42.637747+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:42.644046+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:42.650729+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:42.656965+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:42.663124+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:42.669899+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.093 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:42.675116+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:43.094 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:42 smithi137 bash[22207]: audit 2024-03-21T11:57:42.680033+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:44.051 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:57:43 smithi094 bash[21868]: debug 2024-03-21T11:57:43.557+0000 7f492c627700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-21T11:57:48.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:42.492886+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:48.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cephadm 2024-03-21T11:57:42.811250+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T11:57:48.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cephadm 2024-03-21T11:57:42.811668+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cephadm 2024-03-21T11:57:42.812410+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:42.852386+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:42.852606+0000 mon.a (mon.0) 245 : cluster [INF] mon.a calling monitor election 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:42.852914+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:42.873349+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:42.873499+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cephadm 2024-03-21T11:57:43.027763+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cephadm 2024-03-21T11:57:43.028027+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cephadm 2024-03-21T11:57:43.028177+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:43.841971+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:44.493237+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:44.842501+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:45.842633+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:46.493621+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:48.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:46.842702+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:47.842601+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:47.873436+0000 mon.a (mon.0) 253 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:47.879289+0000 mon.a (mon.0) 254 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:47.897295+0000 mon.a (mon.0) 255 : cluster [DBG] fsmap 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:47.897383+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:47.897675+0000 mon.a (mon.0) 257 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:47.897984+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:47.905844+0000 mon.a (mon.0) 259 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:47.905900+0000 mon.a (mon.0) 260 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: cluster 2024-03-21T11:57:47.905969+0000 mon.a (mon.0) 261 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] is down (out of quorum) 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:47.911162+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:47.931042+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:47.937176+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:48.244 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:47 smithi189 bash[22248]: audit 2024-03-21T11:57:47.943367+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:48.245 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-03-21T11:57:48.245 INFO:teuthology.orchestra.run.smithi189.stdout:{"epoch":3,"fsid":"93e5de92-e779-11ee-95cd-87774f69a715","modified":"2024-03-21T11:57:42.848649Z","created":"2024-03-21T11:54:51.298829Z","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.94:3300","nonce":0},{"type":"v1","addr":"172.21.15.94:6789","nonce":0}]},"addr":"172.21.15.94:6789/0","public_addr":"172.21.15.94:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:3300","nonce":0},{"type":"v1","addr":"172.21.15.189:6789","nonce":0}]},"addr":"172.21.15.189:6789/0","public_addr":"172.21.15.189:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:3300","nonce":0},{"type":"v1","addr":"172.21.15.137:6789","nonce":0}]},"addr":"172.21.15.137:6789/0","public_addr":"172.21.15.137:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-21T11:57:48.248 INFO:teuthology.orchestra.run.smithi189.stderr:dumped monmap epoch 3 2024-03-21T11:57:48.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:42.492886+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:48.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cephadm 2024-03-21T11:57:42.811250+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T11:57:48.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cephadm 2024-03-21T11:57:42.811668+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T11:57:48.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cephadm 2024-03-21T11:57:42.812410+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T11:57:48.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:42.852386+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:42.852606+0000 mon.a (mon.0) 245 : cluster [INF] mon.a calling monitor election 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:42.852914+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:42.873349+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:42.873499+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cephadm 2024-03-21T11:57:43.027763+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cephadm 2024-03-21T11:57:43.028027+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cephadm 2024-03-21T11:57:43.028177+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:43.841971+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:44.493237+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:44.842501+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:45.842633+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:46.493621+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:46.842702+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:47.842601+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:47.873436+0000 mon.a (mon.0) 253 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:47.879289+0000 mon.a (mon.0) 254 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:47.897295+0000 mon.a (mon.0) 255 : cluster [DBG] fsmap 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:47.897383+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:47.897675+0000 mon.a (mon.0) 257 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:47.897984+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:47.905844+0000 mon.a (mon.0) 259 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:47.905900+0000 mon.a (mon.0) 260 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: cluster 2024-03-21T11:57:47.905969+0000 mon.a (mon.0) 261 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] is down (out of quorum) 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:47.911162+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:47.931042+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:47.937176+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:48.303 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:47 smithi094 bash[21610]: audit 2024-03-21T11:57:47.943367+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:48.970 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-21T11:57:48.970 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-21T11:57:49.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:47.949770+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:47.955791+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:47.965948+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:47.972113+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:47.977594+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:47.982618+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: cephadm 2024-03-21T11:57:47.983622+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T11:57:49.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:47.991367+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: cephadm 2024-03-21T11:57:48.083448+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T11:57:49.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:48.084183+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:49.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:48.086104+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T11:57:49.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:48.087686+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:49.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: cephadm 2024-03-21T11:57:48.089569+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi094 2024-03-21T11:57:49.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:48.167613+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:48.175285+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:48.185142+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:48.244765+0000 mon.a (mon.0) 279 : audit [DBG] from='client.? 172.21.15.189:0/3012183503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T11:57:49.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:48 smithi189 bash[22248]: audit 2024-03-21T11:57:48.843118+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:49.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:47.949770+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:47.955791+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:47.965948+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:47.972113+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:47.977594+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:47.982618+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: cephadm 2024-03-21T11:57:47.983622+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:47.991367+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: cephadm 2024-03-21T11:57:48.083448+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:48.084183+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:48.086104+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:48.087686+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: cephadm 2024-03-21T11:57:48.089569+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi094 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:48.167613+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:48.175285+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:48.185142+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:48.244765+0000 mon.a (mon.0) 279 : audit [DBG] from='client.? 172.21.15.189:0/3012183503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T11:57:49.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:48 smithi094 bash[21610]: audit 2024-03-21T11:57:48.843118+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:50.187 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:42.492886+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:50.187 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cephadm 2024-03-21T11:57:42.811250+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T11:57:50.187 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cephadm 2024-03-21T11:57:42.811668+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T11:57:50.187 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cephadm 2024-03-21T11:57:42.812410+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:42.852386+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:42.852606+0000 mon.a (mon.0) 245 : cluster [INF] mon.a calling monitor election 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:42.852914+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:42.873349+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:42.873499+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cephadm 2024-03-21T11:57:43.027763+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cephadm 2024-03-21T11:57:43.028027+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cephadm 2024-03-21T11:57:43.028177+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:43.841971+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:44.493237+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:44.842501+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:45.842633+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:50.188 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:46.493621+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:50.189 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:46.842702+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:50.189 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.842601+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:50.189 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:47.873436+0000 mon.a (mon.0) 253 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-21T11:57:50.189 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:47.879289+0000 mon.a (mon.0) 254 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:57:50.189 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:47.897295+0000 mon.a (mon.0) 255 : cluster [DBG] fsmap 2024-03-21T11:57:50.189 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:47.897383+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:47.897675+0000 mon.a (mon.0) 257 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:47.897984+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:47.905844+0000 mon.a (mon.0) 259 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:47.905900+0000 mon.a (mon.0) 260 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cluster 2024-03-21T11:57:47.905969+0000 mon.a (mon.0) 261 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] is down (out of quorum) 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.911162+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.931042+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.937176+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.943367+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.949770+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.955791+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.965948+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.972113+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.190 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.977594+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.982618+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cephadm 2024-03-21T11:57:47.983622+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:47.991367+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cephadm 2024-03-21T11:57:48.083448+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:48.084183+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:48.086104+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:48.087686+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: cephadm 2024-03-21T11:57:48.089569+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi094 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:48.167613+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:48.175285+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:48.185142+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:48.244765+0000 mon.a (mon.0) 279 : audit [DBG] from='client.? 172.21.15.189:0/3012183503' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:49 smithi137 bash[22207]: audit 2024-03-21T11:57:48.843118+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:44.850926+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T11:57:50.191 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.883754+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.884213+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.884270+0000 mon.a (mon.0) 282 : cluster [INF] mon.a calling monitor election 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.927050+0000 mon.a (mon.0) 283 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.934790+0000 mon.a (mon.0) 284 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.953291+0000 mon.a (mon.0) 285 : cluster [DBG] fsmap 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.953381+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.953721+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.954100+0000 mon.a (mon.0) 288 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.954161+0000 mon.a (mon.0) 289 : cluster [INF] Cluster is now healthy 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: cluster 2024-03-21T11:57:49.960790+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: audit 2024-03-21T11:57:50.030938+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: audit 2024-03-21T11:57:50.161958+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.192 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:50 smithi137 bash[22207]: audit 2024-03-21T11:57:50.168796+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:44.850926+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T11:57:50.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.883754+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T11:57:50.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.884213+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T11:57:50.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.884270+0000 mon.a (mon.0) 282 : cluster [INF] mon.a calling monitor election 2024-03-21T11:57:50.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.927050+0000 mon.a (mon.0) 283 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T11:57:50.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.934790+0000 mon.a (mon.0) 284 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:57:50.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.953291+0000 mon.a (mon.0) 285 : cluster [DBG] fsmap 2024-03-21T11:57:50.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.953381+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:50.493 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.953721+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-03-21T11:57:50.493 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.954100+0000 mon.a (mon.0) 288 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T11:57:50.493 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.954161+0000 mon.a (mon.0) 289 : cluster [INF] Cluster is now healthy 2024-03-21T11:57:50.493 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: cluster 2024-03-21T11:57:49.960790+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-03-21T11:57:50.493 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: audit 2024-03-21T11:57:50.030938+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.493 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: audit 2024-03-21T11:57:50.161958+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.493 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:50 smithi189 bash[22248]: audit 2024-03-21T11:57:50.168796+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:44.850926+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-21T11:57:50.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.883754+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-21T11:57:50.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.884213+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-21T11:57:50.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.884270+0000 mon.a (mon.0) 282 : cluster [INF] mon.a calling monitor election 2024-03-21T11:57:50.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.927050+0000 mon.a (mon.0) 283 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-21T11:57:50.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.934790+0000 mon.a (mon.0) 284 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T11:57:50.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.953291+0000 mon.a (mon.0) 285 : cluster [DBG] fsmap 2024-03-21T11:57:50.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.953381+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-21T11:57:50.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.953721+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e13: a(active, since 107s) 2024-03-21T11:57:50.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.954100+0000 mon.a (mon.0) 288 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-21T11:57:50.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.954161+0000 mon.a (mon.0) 289 : cluster [INF] Cluster is now healthy 2024-03-21T11:57:50.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: cluster 2024-03-21T11:57:49.960790+0000 mon.a (mon.0) 290 : cluster [INF] overall HEALTH_OK 2024-03-21T11:57:50.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: audit 2024-03-21T11:57:50.030938+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: audit 2024-03-21T11:57:50.161958+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:50.552 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:50 smithi094 bash[21610]: audit 2024-03-21T11:57:50.168796+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:51.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:51 smithi094 bash[21610]: cephadm 2024-03-21T11:57:50.209162+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T11:57:51.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:51 smithi094 bash[21610]: audit 2024-03-21T11:57:50.209846+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:51.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:51 smithi094 bash[21610]: audit 2024-03-21T11:57:50.211757+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T11:57:51.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:51 smithi094 bash[21610]: audit 2024-03-21T11:57:50.213484+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:51.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:51 smithi094 bash[21610]: cephadm 2024-03-21T11:57:50.215476+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi137 2024-03-21T11:57:51.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:51 smithi094 bash[21610]: audit 2024-03-21T11:57:50.667507+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:51.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:51 smithi094 bash[21610]: audit 2024-03-21T11:57:50.674825+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:51.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:51 smithi094 bash[21610]: audit 2024-03-21T11:57:50.684692+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:51.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:51 smithi094 bash[21610]: audit 2024-03-21T11:57:50.843359+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:51.445 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:51 smithi137 bash[22207]: cephadm 2024-03-21T11:57:50.209162+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T11:57:51.445 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:51 smithi137 bash[22207]: audit 2024-03-21T11:57:50.209846+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:51.445 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:51 smithi137 bash[22207]: audit 2024-03-21T11:57:50.211757+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T11:57:51.445 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:51 smithi137 bash[22207]: audit 2024-03-21T11:57:50.213484+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:51.445 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:51 smithi137 bash[22207]: cephadm 2024-03-21T11:57:50.215476+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi137 2024-03-21T11:57:51.446 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:51 smithi137 bash[22207]: audit 2024-03-21T11:57:50.667507+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:51.446 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:51 smithi137 bash[22207]: audit 2024-03-21T11:57:50.674825+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:51.446 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:51 smithi137 bash[22207]: audit 2024-03-21T11:57:50.684692+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:51.446 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:51 smithi137 bash[22207]: audit 2024-03-21T11:57:50.843359+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:51.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:51 smithi189 bash[22248]: cephadm 2024-03-21T11:57:50.209162+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-21T11:57:51.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:51 smithi189 bash[22248]: audit 2024-03-21T11:57:50.209846+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:51.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:51 smithi189 bash[22248]: audit 2024-03-21T11:57:50.211757+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T11:57:51.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:51 smithi189 bash[22248]: audit 2024-03-21T11:57:50.213484+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:51.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:51 smithi189 bash[22248]: cephadm 2024-03-21T11:57:50.215476+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi137 2024-03-21T11:57:51.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:51 smithi189 bash[22248]: audit 2024-03-21T11:57:50.667507+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:51.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:51 smithi189 bash[22248]: audit 2024-03-21T11:57:50.674825+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:51.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:51 smithi189 bash[22248]: audit 2024-03-21T11:57:50.684692+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:51.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:51 smithi189 bash[22248]: audit 2024-03-21T11:57:50.843359+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T11:57:52.397 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:52 smithi094 bash[21610]: cluster 2024-03-21T11:57:50.494405+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:52.397 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:52 smithi094 bash[21610]: audit 2024-03-21T11:57:52.117078+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:52.397 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:52 smithi094 bash[21610]: audit 2024-03-21T11:57:52.120684+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:52.398 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:52 smithi094 bash[21610]: audit 2024-03-21T11:57:52.134800+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:52.398 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:52 smithi094 bash[21610]: audit 2024-03-21T11:57:52.135741+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T11:57:52.398 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:52 smithi094 bash[21610]: audit 2024-03-21T11:57:52.136628+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:52.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:52 smithi189 bash[22248]: cluster 2024-03-21T11:57:50.494405+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:52.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:52 smithi189 bash[22248]: audit 2024-03-21T11:57:52.117078+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:52.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:52 smithi189 bash[22248]: audit 2024-03-21T11:57:52.120684+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:52.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:52 smithi189 bash[22248]: audit 2024-03-21T11:57:52.134800+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:52.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:52 smithi189 bash[22248]: audit 2024-03-21T11:57:52.135741+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T11:57:52.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:52 smithi189 bash[22248]: audit 2024-03-21T11:57:52.136628+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:52.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:52 smithi137 bash[22207]: cluster 2024-03-21T11:57:50.494405+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:52 smithi137 bash[22207]: audit 2024-03-21T11:57:52.117078+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:52 smithi137 bash[22207]: audit 2024-03-21T11:57:52.120684+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:52 smithi137 bash[22207]: audit 2024-03-21T11:57:52.134800+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-21T11:57:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:52 smithi137 bash[22207]: audit 2024-03-21T11:57:52.135741+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-21T11:57:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:52 smithi137 bash[22207]: audit 2024-03-21T11:57:52.136628+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:53.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:53 smithi189 bash[22248]: cephadm 2024-03-21T11:57:52.134342+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T11:57:53.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:53 smithi189 bash[22248]: cephadm 2024-03-21T11:57:52.137613+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi189 2024-03-21T11:57:53.518 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:53 smithi094 bash[21610]: cephadm 2024-03-21T11:57:52.134342+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T11:57:53.518 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:53 smithi094 bash[21610]: cephadm 2024-03-21T11:57:52.137613+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi189 2024-03-21T11:57:53.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:53 smithi137 bash[22207]: cephadm 2024-03-21T11:57:52.134342+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-21T11:57:53.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:53 smithi137 bash[22207]: cephadm 2024-03-21T11:57:52.137613+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi189 2024-03-21T11:57:53.680 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T11:57:54.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:54 smithi189 bash[22248]: cluster 2024-03-21T11:57:52.494815+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:54.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:54 smithi189 bash[22248]: audit 2024-03-21T11:57:54.069961+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:54.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:54 smithi189 bash[22248]: audit 2024-03-21T11:57:54.074061+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:54.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:54 smithi189 bash[22248]: audit 2024-03-21T11:57:54.106497+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:54.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:54 smithi189 bash[22248]: audit 2024-03-21T11:57:54.108875+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:54.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:54 smithi189 bash[22248]: audit 2024-03-21T11:57:54.109640+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:54.533 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:54 smithi094 bash[21610]: cluster 2024-03-21T11:57:52.494815+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:54.533 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:54 smithi094 bash[21610]: audit 2024-03-21T11:57:54.069961+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:54.533 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:54 smithi094 bash[21610]: audit 2024-03-21T11:57:54.074061+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:54.533 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:54 smithi094 bash[21610]: audit 2024-03-21T11:57:54.106497+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:54.533 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:54 smithi094 bash[21610]: audit 2024-03-21T11:57:54.108875+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:54.534 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:54 smithi094 bash[21610]: audit 2024-03-21T11:57:54.109640+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:54.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:54 smithi137 bash[22207]: cluster 2024-03-21T11:57:52.494815+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:54.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:54 smithi137 bash[22207]: audit 2024-03-21T11:57:54.069961+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:54.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:54 smithi137 bash[22207]: audit 2024-03-21T11:57:54.074061+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:54.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:54 smithi137 bash[22207]: audit 2024-03-21T11:57:54.106497+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:57:54.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:54 smithi137 bash[22207]: audit 2024-03-21T11:57:54.108875+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:54.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:54 smithi137 bash[22207]: audit 2024-03-21T11:57:54.109640+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:57:55.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: cephadm 2024-03-21T11:57:54.110674+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T11:57:55.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: cephadm 2024-03-21T11:57:54.110999+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T11:57:55.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: cephadm 2024-03-21T11:57:54.111551+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T11:57:55.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: cephadm 2024-03-21T11:57:54.325947+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:55.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: cephadm 2024-03-21T11:57:54.326312+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:55.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: cephadm 2024-03-21T11:57:54.326505+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:55.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: audit 2024-03-21T11:57:54.545083+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: audit 2024-03-21T11:57:54.549915+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: audit 2024-03-21T11:57:54.555869+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: audit 2024-03-21T11:57:54.561583+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.493 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: audit 2024-03-21T11:57:54.565588+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.493 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: audit 2024-03-21T11:57:54.569604+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.493 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:55 smithi189 bash[22248]: audit 2024-03-21T11:57:54.573507+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: cephadm 2024-03-21T11:57:54.110674+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: cephadm 2024-03-21T11:57:54.110999+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: cephadm 2024-03-21T11:57:54.111551+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: cephadm 2024-03-21T11:57:54.325947+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: cephadm 2024-03-21T11:57:54.326312+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: cephadm 2024-03-21T11:57:54.326505+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: audit 2024-03-21T11:57:54.545083+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: audit 2024-03-21T11:57:54.549915+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: audit 2024-03-21T11:57:54.555869+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: audit 2024-03-21T11:57:54.561583+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: audit 2024-03-21T11:57:54.565588+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: audit 2024-03-21T11:57:54.569604+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:55 smithi094 bash[21610]: audit 2024-03-21T11:57:54.573507+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: cephadm 2024-03-21T11:57:54.110674+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: cephadm 2024-03-21T11:57:54.110999+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: cephadm 2024-03-21T11:57:54.111551+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: cephadm 2024-03-21T11:57:54.325947+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: cephadm 2024-03-21T11:57:54.326312+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: cephadm 2024-03-21T11:57:54.326505+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: audit 2024-03-21T11:57:54.545083+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: audit 2024-03-21T11:57:54.549915+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: audit 2024-03-21T11:57:54.555869+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: audit 2024-03-21T11:57:54.561583+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: audit 2024-03-21T11:57:54.565588+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.593 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: audit 2024-03-21T11:57:54.569604+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:55.593 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:55 smithi137 bash[22207]: audit 2024-03-21T11:57:54.573507+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:57:56.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:56 smithi189 bash[22248]: cluster 2024-03-21T11:57:54.495112+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:56.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:56 smithi094 bash[21610]: cluster 2024-03-21T11:57:54.495112+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:56.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:56 smithi137 bash[22207]: cluster 2024-03-21T11:57:54.495112+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:56.659 INFO:teuthology.orchestra.run.smithi094.stdout:# minimal ceph.conf for 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:57:56.659 INFO:teuthology.orchestra.run.smithi094.stdout:[global] 2024-03-21T11:57:56.659 INFO:teuthology.orchestra.run.smithi094.stdout: fsid = 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T11:57:56.659 INFO:teuthology.orchestra.run.smithi094.stdout: mon_host = [v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0] [v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0] [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] 2024-03-21T11:57:57.310 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-21T11:57:57.311 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:57:57.311 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T11:57:57.325 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:57:57.325 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:57:57.379 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:57:57.380 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T11:57:57.394 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:57:57.394 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:57:57.449 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:57:57.449 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.conf 2024-03-21T11:57:57.463 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:57:57.463 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-21T11:57:57.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:57 smithi189 bash[22248]: audit 2024-03-21T11:57:56.659470+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.94:0/39702954' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:57.502 INFO:tasks.cephadm:Adding mgr.a on smithi094 2024-03-21T11:57:57.503 INFO:tasks.cephadm:Adding mgr.b on smithi137 2024-03-21T11:57:57.503 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi094=a;smithi137=b' 2024-03-21T11:57:57.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:57 smithi094 bash[21610]: audit 2024-03-21T11:57:56.659470+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.94:0/39702954' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:57.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:57 smithi137 bash[22207]: audit 2024-03-21T11:57:56.659470+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.94:0/39702954' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:57:58.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:57:58 smithi189 bash[22248]: cluster 2024-03-21T11:57:56.495365+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:58.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:57:58 smithi094 bash[21610]: cluster 2024-03-21T11:57:56.495365+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:57:58.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:57:58 smithi137 bash[22207]: cluster 2024-03-21T11:57:56.495365+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:00.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:00 smithi189 bash[22248]: cluster 2024-03-21T11:57:58.495739+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:00.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:00 smithi094 bash[21610]: cluster 2024-03-21T11:57:58.495739+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:00.593 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:00 smithi137 bash[22207]: cluster 2024-03-21T11:57:58.495739+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:01.793 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T11:58:02.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:02 smithi189 bash[22248]: cluster 2024-03-21T11:58:00.496164+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:02.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:02 smithi189 bash[22248]: audit 2024-03-21T11:58:01.843299+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:02.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:02 smithi189 bash[22248]: audit 2024-03-21T11:58:01.850161+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:02.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:02 smithi189 bash[22248]: audit 2024-03-21T11:58:01.859733+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:02.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:02 smithi094 bash[21610]: cluster 2024-03-21T11:58:00.496164+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:02.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:02 smithi094 bash[21610]: audit 2024-03-21T11:58:01.843299+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:02.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:02 smithi094 bash[21610]: audit 2024-03-21T11:58:01.850161+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:02.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:02 smithi094 bash[21610]: audit 2024-03-21T11:58:01.859733+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:02.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:02 smithi137 bash[22207]: cluster 2024-03-21T11:58:00.496164+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:02.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:02 smithi137 bash[22207]: audit 2024-03-21T11:58:01.843299+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:02.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:02 smithi137 bash[22207]: audit 2024-03-21T11:58:01.850161+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:02.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:02 smithi137 bash[22207]: audit 2024-03-21T11:58:01.859733+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:04.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:04 smithi189 bash[22248]: cluster 2024-03-21T11:58:02.496631+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:04.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:04 smithi094 bash[21610]: cluster 2024-03-21T11:58:02.496631+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:04.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:04 smithi137 bash[22207]: cluster 2024-03-21T11:58:02.496631+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:05.172 INFO:teuthology.orchestra.run.smithi189.stdout:Scheduled mgr update... 2024-03-21T11:58:05.998 DEBUG:teuthology.orchestra.run.smithi137:mgr.b> sudo journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@mgr.b.service 2024-03-21T11:58:06.001 INFO:tasks.cephadm:Deploying OSDs... 2024-03-21T11:58:06.001 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-03-21T11:58:06.001 DEBUG:teuthology.orchestra.run.smithi094:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:58:06.008 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T11:58:06.008 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_1 2024-03-21T11:58:06.060 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T11:58:06.060 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:06.060 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 866 Links: 1 2024-03-21T11:58:06.061 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:06.061 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-03-21 11:47:44.236696495 +0000 2024-03-21T11:58:06.061 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-03-21 11:47:43.948699064 +0000 2024-03-21T11:58:06.061 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-03-21 11:47:43.948699064 +0000 2024-03-21T11:58:06.061 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-03-21T11:58:06.061 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T11:58:06.115 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-03-21T11:58:06.115 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-03-21T11:58:06.115 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000290823 s, 1.8 MB/s 2024-03-21T11:58:06.116 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T11:58:06.165 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_2 2024-03-21T11:58:06.212 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T11:58:06.212 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:06.212 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-03-21T11:58:06.212 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:06.213 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-03-21 11:47:44.456694532 +0000 2024-03-21T11:58:06.213 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-03-21 11:47:44.452694567 +0000 2024-03-21T11:58:06.213 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-03-21 11:47:44.452694567 +0000 2024-03-21T11:58:06.213 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-03-21T11:58:06.213 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T11:58:06.266 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-03-21T11:58:06.266 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-03-21T11:58:06.266 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000309624 s, 1.7 MB/s 2024-03-21T11:58:06.267 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T11:58:06.317 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_3 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: cluster 2024-03-21T11:58:04.497006+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: audit 2024-03-21T11:58:05.162187+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi094=a;smithi137=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: cephadm 2024-03-21T11:58:05.165772+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi094=a;smithi137=b;count:2 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: audit 2024-03-21T11:58:05.171839+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: audit 2024-03-21T11:58:05.183007+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: audit 2024-03-21T11:58:05.188919+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: audit 2024-03-21T11:58:05.190549+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: audit 2024-03-21T11:58:05.199519+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: audit 2024-03-21T11:58:05.203976+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: audit 2024-03-21T11:58:05.206579+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: audit 2024-03-21T11:58:05.210995+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: audit 2024-03-21T11:58:05.212850+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:06.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:06 smithi137 bash[22207]: cephadm 2024-03-21T11:58:05.214847+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi137 2024-03-21T11:58:06.364 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T11:58:06.364 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:06.364 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-03-21T11:58:06.364 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:06.364 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-03-21 11:47:45.212687787 +0000 2024-03-21T11:58:06.364 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-03-21 11:47:44.960690035 +0000 2024-03-21T11:58:06.364 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-03-21 11:47:44.960690035 +0000 2024-03-21T11:58:06.364 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-03-21T11:58:06.364 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T11:58:06.389 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: cluster 2024-03-21T11:58:04.497006+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:06.389 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: audit 2024-03-21T11:58:05.162187+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi094=a;smithi137=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:58:06.389 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: cephadm 2024-03-21T11:58:05.165772+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi094=a;smithi137=b;count:2 2024-03-21T11:58:06.389 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: audit 2024-03-21T11:58:05.171839+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:06.389 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: audit 2024-03-21T11:58:05.183007+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:06.389 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: audit 2024-03-21T11:58:05.188919+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:06.389 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: audit 2024-03-21T11:58:05.190549+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:06.389 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: audit 2024-03-21T11:58:05.199519+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:06.389 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: audit 2024-03-21T11:58:05.203976+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T11:58:06.389 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: audit 2024-03-21T11:58:05.206579+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T11:58:06.390 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: audit 2024-03-21T11:58:05.210995+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T11:58:06.390 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: audit 2024-03-21T11:58:05.212850+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:06.390 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:06 smithi189 bash[22248]: cephadm 2024-03-21T11:58:05.214847+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi137 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: cluster 2024-03-21T11:58:04.497006+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: audit 2024-03-21T11:58:05.162187+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi094=a;smithi137=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: cephadm 2024-03-21T11:58:05.165772+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi094=a;smithi137=b;count:2 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: audit 2024-03-21T11:58:05.171839+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: audit 2024-03-21T11:58:05.183007+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: audit 2024-03-21T11:58:05.188919+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: audit 2024-03-21T11:58:05.190549+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: audit 2024-03-21T11:58:05.199519+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: audit 2024-03-21T11:58:05.203976+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: audit 2024-03-21T11:58:05.206579+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-21T11:58:06.421 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: audit 2024-03-21T11:58:05.210995+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T11:58:06.422 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: audit 2024-03-21T11:58:05.212850+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:06.422 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:06 smithi094 bash[21610]: cephadm 2024-03-21T11:58:05.214847+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi137 2024-03-21T11:58:06.422 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-03-21T11:58:06.422 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-03-21T11:58:06.422 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000205921 s, 2.5 MB/s 2024-03-21T11:58:06.423 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T11:58:06.477 DEBUG:teuthology.orchestra.run.smithi094:> stat /dev/vg_nvme/lv_4 2024-03-21T11:58:06.523 INFO:teuthology.orchestra.run.smithi094.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T11:58:06.523 INFO:teuthology.orchestra.run.smithi094.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:06.524 INFO:teuthology.orchestra.run.smithi094.stdout:Device: 5h/5d Inode: 913 Links: 1 2024-03-21T11:58:06.524 INFO:teuthology.orchestra.run.smithi094.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:06.524 INFO:teuthology.orchestra.run.smithi094.stdout:Access: 2024-03-21 11:47:45.680683612 +0000 2024-03-21T11:58:06.524 INFO:teuthology.orchestra.run.smithi094.stdout:Modify: 2024-03-21 11:47:45.424685897 +0000 2024-03-21T11:58:06.524 INFO:teuthology.orchestra.run.smithi094.stdout:Change: 2024-03-21 11:47:45.424685897 +0000 2024-03-21T11:58:06.524 INFO:teuthology.orchestra.run.smithi094.stdout: Birth: - 2024-03-21T11:58:06.524 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T11:58:06.578 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records in 2024-03-21T11:58:06.578 INFO:teuthology.orchestra.run.smithi094.stderr:1+0 records out 2024-03-21T11:58:06.578 INFO:teuthology.orchestra.run.smithi094.stderr:512 bytes copied, 0.000256414 s, 2.0 MB/s 2024-03-21T11:58:06.579 DEBUG:teuthology.orchestra.run.smithi094:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T11:58:06.629 DEBUG:teuthology.orchestra.run.smithi137:> set -ex 2024-03-21T11:58:06.629 DEBUG:teuthology.orchestra.run.smithi137:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:58:06.634 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T11:58:06.634 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_1 2024-03-21T11:58:06.681 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T11:58:06.681 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:06.681 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-03-21T11:58:06.681 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:06.681 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-03-21 11:47:45.827720843 +0000 2024-03-21T11:58:06.681 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-03-21 11:47:45.555723273 +0000 2024-03-21T11:58:06.682 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-03-21 11:47:45.555723273 +0000 2024-03-21T11:58:06.682 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-03-21T11:58:06.682 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T11:58:06.736 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-03-21T11:58:06.737 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-03-21T11:58:06.737 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000296187 s, 1.7 MB/s 2024-03-21T11:58:06.738 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T11:58:06.786 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_2 2024-03-21T11:58:06.836 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T11:58:06.837 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:06.837 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-03-21T11:58:06.837 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:06.837 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-03-21 11:47:46.335716306 +0000 2024-03-21T11:58:06.837 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-03-21 11:47:46.063718735 +0000 2024-03-21T11:58:06.837 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-03-21 11:47:46.063718735 +0000 2024-03-21T11:58:06.837 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-03-21T11:58:06.837 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T11:58:06.891 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-03-21T11:58:06.891 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-03-21T11:58:06.891 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000306773 s, 1.7 MB/s 2024-03-21T11:58:06.892 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T11:58:06.942 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_3 2024-03-21T11:58:06.988 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T11:58:06.989 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:06.989 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 924 Links: 1 2024-03-21T11:58:06.989 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:06.989 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-03-21 11:47:46.867711554 +0000 2024-03-21T11:58:06.989 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-03-21 11:47:46.595713982 +0000 2024-03-21T11:58:06.989 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-03-21 11:47:46.595713982 +0000 2024-03-21T11:58:06.989 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-03-21T11:58:06.989 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T11:58:07.043 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-03-21T11:58:07.044 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-03-21T11:58:07.044 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000424485 s, 1.2 MB/s 2024-03-21T11:58:07.045 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T11:58:07.094 DEBUG:teuthology.orchestra.run.smithi137:> stat /dev/vg_nvme/lv_4 2024-03-21T11:58:07.141 INFO:teuthology.orchestra.run.smithi137.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T11:58:07.141 INFO:teuthology.orchestra.run.smithi137.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:07.141 INFO:teuthology.orchestra.run.smithi137.stdout:Device: 5h/5d Inode: 943 Links: 1 2024-03-21T11:58:07.141 INFO:teuthology.orchestra.run.smithi137.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:07.141 INFO:teuthology.orchestra.run.smithi137.stdout:Access: 2024-03-21 11:47:47.383706945 +0000 2024-03-21T11:58:07.141 INFO:teuthology.orchestra.run.smithi137.stdout:Modify: 2024-03-21 11:47:47.107709410 +0000 2024-03-21T11:58:07.141 INFO:teuthology.orchestra.run.smithi137.stdout:Change: 2024-03-21 11:47:47.107709410 +0000 2024-03-21T11:58:07.141 INFO:teuthology.orchestra.run.smithi137.stdout: Birth: - 2024-03-21T11:58:07.142 DEBUG:teuthology.orchestra.run.smithi137:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T11:58:07.195 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records in 2024-03-21T11:58:07.195 INFO:teuthology.orchestra.run.smithi137.stderr:1+0 records out 2024-03-21T11:58:07.195 INFO:teuthology.orchestra.run.smithi137.stderr:512 bytes copied, 0.000380754 s, 1.3 MB/s 2024-03-21T11:58:07.196 DEBUG:teuthology.orchestra.run.smithi137:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T11:58:07.246 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-03-21T11:58:07.246 DEBUG:teuthology.orchestra.run.smithi189:> dd if=/scratch_devs of=/dev/stdout 2024-03-21T11:58:07.252 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-03-21T11:58:07.252 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_1 2024-03-21T11:58:07.299 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-21T11:58:07.299 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:07.299 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-03-21T11:58:07.299 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:07.299 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-03-21 11:47:44.143488941 +0000 2024-03-21T11:58:07.300 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-03-21 11:47:43.891491193 +0000 2024-03-21T11:58:07.300 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-03-21 11:47:43.891491193 +0000 2024-03-21T11:58:07.300 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-03-21T11:58:07.300 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-21T11:58:07.354 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-03-21T11:58:07.354 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-03-21T11:58:07.354 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000376503 s, 1.4 MB/s 2024-03-21T11:58:07.355 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-21T11:58:07.409 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_2 2024-03-21T11:58:07.461 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-21T11:58:07.461 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:07.461 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 888 Links: 1 2024-03-21T11:58:07.461 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:07.461 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-03-21 11:47:44.631484584 +0000 2024-03-21T11:58:07.461 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-03-21 11:47:44.375486869 +0000 2024-03-21T11:58:07.461 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-03-21 11:47:44.375486869 +0000 2024-03-21T11:58:07.461 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-03-21T11:58:07.462 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-21T11:58:07.514 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-03-21T11:58:07.514 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-03-21T11:58:07.514 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.00044655 s, 1.1 MB/s 2024-03-21T11:58:07.515 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-21T11:58:07.567 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_3 2024-03-21T11:58:07.614 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-21T11:58:07.615 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:07.615 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-03-21T11:58:07.615 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:07.615 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-03-21 11:47:45.111480296 +0000 2024-03-21T11:58:07.615 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-03-21 11:47:44.863482512 +0000 2024-03-21T11:58:07.615 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-03-21 11:47:44.863482512 +0000 2024-03-21T11:58:07.615 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-03-21T11:58:07.615 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-21T11:58:07.667 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:07 smithi189 bash[22248]: audit 2024-03-21T11:58:06.374524+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:07.667 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:07 smithi189 bash[22248]: audit 2024-03-21T11:58:06.379066+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:07.667 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:07 smithi189 bash[22248]: audit 2024-03-21T11:58:06.387569+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:07.669 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-03-21T11:58:07.669 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-03-21T11:58:07.669 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.00037163 s, 1.4 MB/s 2024-03-21T11:58:07.670 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-21T11:58:07.719 DEBUG:teuthology.orchestra.run.smithi189:> stat /dev/vg_nvme/lv_4 2024-03-21T11:58:07.766 INFO:teuthology.orchestra.run.smithi189.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-21T11:58:07.767 INFO:teuthology.orchestra.run.smithi189.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-21T11:58:07.767 INFO:teuthology.orchestra.run.smithi189.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-03-21T11:58:07.767 INFO:teuthology.orchestra.run.smithi189.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-21T11:58:07.767 INFO:teuthology.orchestra.run.smithi189.stdout:Access: 2024-03-21 11:47:45.575476151 +0000 2024-03-21T11:58:07.767 INFO:teuthology.orchestra.run.smithi189.stdout:Modify: 2024-03-21 11:47:45.327478366 +0000 2024-03-21T11:58:07.767 INFO:teuthology.orchestra.run.smithi189.stdout:Change: 2024-03-21 11:47:45.327478366 +0000 2024-03-21T11:58:07.767 INFO:teuthology.orchestra.run.smithi189.stdout: Birth: - 2024-03-21T11:58:07.767 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-21T11:58:07.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:07 smithi094 bash[21610]: audit 2024-03-21T11:58:06.374524+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:07.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:07 smithi094 bash[21610]: audit 2024-03-21T11:58:06.379066+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:07.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:07 smithi094 bash[21610]: audit 2024-03-21T11:58:06.387569+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:07.821 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records in 2024-03-21T11:58:07.821 INFO:teuthology.orchestra.run.smithi189.stderr:1+0 records out 2024-03-21T11:58:07.821 INFO:teuthology.orchestra.run.smithi189.stderr:512 bytes copied, 0.000401651 s, 1.3 MB/s 2024-03-21T11:58:07.822 DEBUG:teuthology.orchestra.run.smithi189:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-21T11:58:07.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:07 smithi137 bash[22207]: audit 2024-03-21T11:58:06.374524+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:07.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:07 smithi137 bash[22207]: audit 2024-03-21T11:58:06.379066+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:07.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:07 smithi137 bash[22207]: audit 2024-03-21T11:58:06.387569+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:07.871 INFO:tasks.cephadm:Deploying osd.0 on smithi094 with /dev/vg_nvme/lv_4... 2024-03-21T11:58:07.872 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T11:58:08.234 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:08 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:58:08.502 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:08 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:58:08.503 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:08 smithi137 bash[22207]: cluster 2024-03-21T11:58:06.497371+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:08.503 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:08 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:58:08.503 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:08 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:58:08.503 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:08 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:58:08.503 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:08 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:58:08.503 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:08 smithi137 systemd[1]: Started Ceph mgr.b for 93e5de92-e779-11ee-95cd-87774f69a715. 2024-03-21T11:58:08.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:08 smithi189 bash[22248]: cluster 2024-03-21T11:58:06.497371+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:08.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:08 smithi094 bash[21610]: cluster 2024-03-21T11:58:06.497371+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: cluster 2024-03-21T11:58:08.497788+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.505923+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.513750+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.544172+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.550676+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.651322+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.656050+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.657497+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.666221+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: cephadm 2024-03-21T11:58:08.667077+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T11:58:09.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: cephadm 2024-03-21T11:58:08.749471+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T11:58:09.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.750254+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T11:58:09.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.752001+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T11:58:09.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: audit 2024-03-21T11:58:08.753487+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:09.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:09 smithi094 bash[21610]: cephadm 2024-03-21T11:58:08.754994+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi094 2024-03-21T11:58:09.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: cluster 2024-03-21T11:58:08.497788+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:09.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.505923+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.513750+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.544172+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.550676+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.651322+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:09.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.656050+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:09.863 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.657497+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:09.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.666221+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: cephadm 2024-03-21T11:58:08.667077+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T11:58:09.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: cephadm 2024-03-21T11:58:08.749471+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T11:58:09.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.750254+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T11:58:09.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.752001+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T11:58:09.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: audit 2024-03-21T11:58:08.753487+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:09.864 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:09 smithi137 bash[22207]: cephadm 2024-03-21T11:58:08.754994+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi094 2024-03-21T11:58:09.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: cluster 2024-03-21T11:58:08.497788+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.505923+0000 mon.a (mon.0) 334 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.513750+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.544172+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.550676+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.651322+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.656050+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.657497+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.666221+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: cephadm 2024-03-21T11:58:08.667077+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: cephadm 2024-03-21T11:58:08.749471+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.750254+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.752001+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: audit 2024-03-21T11:58:08.753487+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:09.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:09 smithi189 bash[22248]: cephadm 2024-03-21T11:58:08.754994+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Reconfiguring daemon mgr.a on smithi094 2024-03-21T11:58:10.341 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:10 smithi137 bash[23251]: debug 2024-03-21T11:58:10.063+0000 7f5ec6e79700 1 -- 172.21.15.137:0/643335271 <== mon.2 v2:172.21.15.137:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x557712ce45a0 con 0x557713a66c00 2024-03-21T11:58:10.341 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:10 smithi137 bash[23251]: debug 2024-03-21T11:58:10.203+0000 7f5ed1088200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T11:58:12.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[22207]: cluster 2024-03-21T11:58:10.498306+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:12.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[22207]: audit 2024-03-21T11:58:10.833064+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[22207]: audit 2024-03-21T11:58:10.846308+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[22207]: audit 2024-03-21T11:58:10.851872+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[22207]: audit 2024-03-21T11:58:10.876200+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:12.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[22207]: audit 2024-03-21T11:58:10.880737+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:12.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[22207]: audit 2024-03-21T11:58:10.882198+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:12.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[22207]: audit 2024-03-21T11:58:10.890431+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[22207]: cephadm 2024-03-21T11:58:10.891447+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T11:58:12.092 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[23251]: debug 2024-03-21T11:58:11.831+0000 7f5ed1088200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T11:58:12.092 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:11 smithi137 bash[23251]: debug 2024-03-21T11:58:11.927+0000 7f5ed1088200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T11:58:12.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:11 smithi189 bash[22248]: cluster 2024-03-21T11:58:10.498306+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:12.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:11 smithi189 bash[22248]: audit 2024-03-21T11:58:10.833064+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:11 smithi189 bash[22248]: audit 2024-03-21T11:58:10.846308+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:11 smithi189 bash[22248]: audit 2024-03-21T11:58:10.851872+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:11 smithi189 bash[22248]: audit 2024-03-21T11:58:10.876200+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:12.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:11 smithi189 bash[22248]: audit 2024-03-21T11:58:10.880737+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:12.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:11 smithi189 bash[22248]: audit 2024-03-21T11:58:10.882198+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:12.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:11 smithi189 bash[22248]: audit 2024-03-21T11:58:10.890431+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:11 smithi189 bash[22248]: cephadm 2024-03-21T11:58:10.891447+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T11:58:12.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:11 smithi094 bash[21610]: cluster 2024-03-21T11:58:10.498306+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:11 smithi094 bash[21610]: audit 2024-03-21T11:58:10.833064+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:11 smithi094 bash[21610]: audit 2024-03-21T11:58:10.846308+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:11 smithi094 bash[21610]: audit 2024-03-21T11:58:10.851872+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:11 smithi094 bash[21610]: audit 2024-03-21T11:58:10.876200+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:11 smithi094 bash[21610]: audit 2024-03-21T11:58:10.880737+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:11 smithi094 bash[21610]: audit 2024-03-21T11:58:10.882198+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:11 smithi094 bash[21610]: audit 2024-03-21T11:58:10.890431+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:11 smithi094 bash[21610]: cephadm 2024-03-21T11:58:10.891447+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T11:58:12.580 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T11:58:12.595 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:12 smithi137 bash[23251]: debug 2024-03-21T11:58:12.179+0000 7f5ed1088200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T11:58:13.091 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:13 smithi137 bash[23251]: debug 2024-03-21T11:58:12.999+0000 7f5ed1088200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T11:58:13.514 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:13 smithi137 bash[23251]: debug 2024-03-21T11:58:13.107+0000 7f5ed1088200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T11:58:13.514 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:13 smithi137 bash[23251]: debug 2024-03-21T11:58:13.211+0000 7f5ed1088200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T11:58:13.787 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:13 smithi137 bash[23251]: debug 2024-03-21T11:58:13.567+0000 7f5ed1088200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T11:58:13.787 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:13 smithi137 bash[23251]: debug 2024-03-21T11:58:13.679+0000 7f5ed1088200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T11:58:14.091 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:13 smithi137 bash[23251]: debug 2024-03-21T11:58:13.783+0000 7f5ed1088200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T11:58:14.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:13 smithi137 bash[22207]: cluster 2024-03-21T11:58:12.498838+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:14.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:13 smithi137 bash[22207]: audit 2024-03-21T11:58:12.955292+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:14.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:13 smithi189 bash[22248]: cluster 2024-03-21T11:58:12.498838+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:14.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:13 smithi189 bash[22248]: audit 2024-03-21T11:58:12.955292+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:14.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:13 smithi094 bash[21610]: cluster 2024-03-21T11:58:12.498838+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:14.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:13 smithi094 bash[21610]: audit 2024-03-21T11:58:12.955292+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:14.513 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:14 smithi137 bash[23251]: debug 2024-03-21T11:58:14.139+0000 7f5ed1088200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T11:58:14.513 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:14 smithi137 bash[23251]: debug 2024-03-21T11:58:14.387+0000 7f5ed1088200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T11:58:14.791 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:14 smithi137 bash[23251]: debug 2024-03-21T11:58:14.659+0000 7f5ed1088200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T11:58:15.079 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:14 smithi137 bash[23251]: debug 2024-03-21T11:58:14.787+0000 7f5ed1088200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T11:58:15.341 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:15 smithi137 bash[23251]: debug 2024-03-21T11:58:15.075+0000 7f5ed1088200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T11:58:15.808 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:15 smithi137 bash[23251]: debug 2024-03-21T11:58:15.491+0000 7f5ed1088200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T11:58:15.808 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:15 smithi137 bash[23251]: debug 2024-03-21T11:58:15.727+0000 7f5ed1088200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T11:58:16.091 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:15 smithi137 bash[23251]: debug 2024-03-21T11:58:15.847+0000 7f5ed1088200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T11:58:16.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:15 smithi137 bash[22207]: cluster 2024-03-21T11:58:14.499370+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:16.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:15 smithi137 bash[22207]: audit 2024-03-21T11:58:14.876158+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:16.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:15 smithi137 bash[22207]: audit 2024-03-21T11:58:15.807093+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:16.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:15 smithi189 bash[22248]: cluster 2024-03-21T11:58:14.499370+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:16.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:15 smithi189 bash[22248]: audit 2024-03-21T11:58:14.876158+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:16.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:15 smithi189 bash[22248]: audit 2024-03-21T11:58:15.807093+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:16.251 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:15 smithi094 bash[21610]: cluster 2024-03-21T11:58:14.499370+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:16.251 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:15 smithi094 bash[21610]: audit 2024-03-21T11:58:14.876158+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:16.251 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:15 smithi094 bash[21610]: audit 2024-03-21T11:58:15.807093+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:16.538 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:16 smithi137 bash[23251]: debug 2024-03-21T11:58:16.099+0000 7f5ed1088200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T11:58:16.615 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T11:58:16.615 INFO:teuthology.orchestra.run.smithi094.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T11:58:16.615 INFO:teuthology.orchestra.run.smithi094.stderr: stderr: 10+0 records in 2024-03-21T11:58:16.615 INFO:teuthology.orchestra.run.smithi094.stderr:10+0 records out 2024-03-21T11:58:16.615 INFO:teuthology.orchestra.run.smithi094.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.01145 s, 916 MB/s 2024-03-21T11:58:16.615 INFO:teuthology.orchestra.run.smithi094.stderr:--> Zapping successful for: 2024-03-21T11:58:17.311 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi094:vg_nvme/lv_4 2024-03-21T11:58:17.522 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[23251]: debug 2024-03-21T11:58:17.111+0000 7f5ed1088200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T11:58:17.522 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[23251]: debug 2024-03-21T11:58:17.227+0000 7f5ed1088200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T11:58:17.841 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[23251]: debug 2024-03-21T11:58:17.519+0000 7f5ed1088200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T11:58:17.841 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[23251]: debug 2024-03-21T11:58:17.631+0000 7f5ed1088200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T11:58:17.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[22207]: cluster 2024-03-21T11:58:16.499827+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:17.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[22207]: audit 2024-03-21T11:58:16.671403+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:17.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[22207]: audit 2024-03-21T11:58:16.675277+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:17.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[22207]: audit 2024-03-21T11:58:16.679777+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:17.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[22207]: audit 2024-03-21T11:58:16.718935+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:17.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[22207]: audit 2024-03-21T11:58:16.721208+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:17.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[22207]: audit 2024-03-21T11:58:16.721816+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:17.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:17 smithi137 bash[22207]: audit 2024-03-21T11:58:16.726285+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:17.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:17 smithi189 bash[22248]: cluster 2024-03-21T11:58:16.499827+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:17.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:17 smithi189 bash[22248]: audit 2024-03-21T11:58:16.671403+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:17.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:17 smithi189 bash[22248]: audit 2024-03-21T11:58:16.675277+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:17.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:17 smithi189 bash[22248]: audit 2024-03-21T11:58:16.679777+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:17.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:17 smithi189 bash[22248]: audit 2024-03-21T11:58:16.718935+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:17.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:17 smithi189 bash[22248]: audit 2024-03-21T11:58:16.721208+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:17.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:17 smithi189 bash[22248]: audit 2024-03-21T11:58:16.721816+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:17.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:17 smithi189 bash[22248]: audit 2024-03-21T11:58:16.726285+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:18.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:17 smithi094 bash[21610]: cluster 2024-03-21T11:58:16.499827+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:18.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:17 smithi094 bash[21610]: audit 2024-03-21T11:58:16.671403+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:18.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:17 smithi094 bash[21610]: audit 2024-03-21T11:58:16.675277+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:18.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:17 smithi094 bash[21610]: audit 2024-03-21T11:58:16.679777+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:18.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:17 smithi094 bash[21610]: audit 2024-03-21T11:58:16.718935+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:18.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:17 smithi094 bash[21610]: audit 2024-03-21T11:58:16.721208+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:18.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:17 smithi094 bash[21610]: audit 2024-03-21T11:58:16.721816+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:18.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:17 smithi094 bash[21610]: audit 2024-03-21T11:58:16.726285+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:18.341 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:18 smithi137 bash[23251]: debug 2024-03-21T11:58:18.079+0000 7f5ed1088200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T11:58:18.341 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:58:18 smithi137 bash[23251]: debug 2024-03-21T11:58:18.199+0000 7f5ed1088200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T11:58:18.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:18 smithi189 bash[22248]: cluster 2024-03-21T11:58:18.225906+0000 mon.a (mon.0) 362 : cluster [DBG] Standby manager daemon b started 2024-03-21T11:58:18.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:18 smithi189 bash[22248]: audit 2024-03-21T11:58:18.227260+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T11:58:18.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:18 smithi189 bash[22248]: audit 2024-03-21T11:58:18.228403+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T11:58:18.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:18 smithi189 bash[22248]: audit 2024-03-21T11:58:18.229536+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T11:58:18.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:18 smithi189 bash[22248]: audit 2024-03-21T11:58:18.229988+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T11:58:19.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:18 smithi094 bash[21610]: cluster 2024-03-21T11:58:18.225906+0000 mon.a (mon.0) 362 : cluster [DBG] Standby manager daemon b started 2024-03-21T11:58:19.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:18 smithi094 bash[21610]: audit 2024-03-21T11:58:18.227260+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T11:58:19.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:18 smithi094 bash[21610]: audit 2024-03-21T11:58:18.228403+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T11:58:19.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:18 smithi094 bash[21610]: audit 2024-03-21T11:58:18.229536+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T11:58:19.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:18 smithi094 bash[21610]: audit 2024-03-21T11:58:18.229988+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T11:58:19.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:18 smithi137 bash[22207]: cluster 2024-03-21T11:58:18.225906+0000 mon.a (mon.0) 362 : cluster [DBG] Standby manager daemon b started 2024-03-21T11:58:19.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:18 smithi137 bash[22207]: audit 2024-03-21T11:58:18.227260+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T11:58:19.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:18 smithi137 bash[22207]: audit 2024-03-21T11:58:18.228403+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T11:58:19.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:18 smithi137 bash[22207]: audit 2024-03-21T11:58:18.229536+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T11:58:19.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:18 smithi137 bash[22207]: audit 2024-03-21T11:58:18.229988+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.137:0/4002642808' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T11:58:19.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:19 smithi189 bash[22248]: cluster 2024-03-21T11:58:18.500201+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:19.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:19 smithi189 bash[22248]: cluster 2024-03-21T11:58:18.691670+0000 mon.a (mon.0) 363 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T11:58:19.992 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:19 smithi189 bash[22248]: audit 2024-03-21T11:58:18.691944+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T11:58:20.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:19 smithi094 bash[21610]: cluster 2024-03-21T11:58:18.500201+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:20.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:19 smithi094 bash[21610]: cluster 2024-03-21T11:58:18.691670+0000 mon.a (mon.0) 363 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T11:58:20.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:19 smithi094 bash[21610]: audit 2024-03-21T11:58:18.691944+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T11:58:20.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:19 smithi137 bash[22207]: cluster 2024-03-21T11:58:18.500201+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:20.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:19 smithi137 bash[22207]: cluster 2024-03-21T11:58:18.691670+0000 mon.a (mon.0) 363 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-21T11:58:20.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:19 smithi137 bash[22207]: audit 2024-03-21T11:58:18.691944+0000 mon.a (mon.0) 364 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T11:58:21.794 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T11:58:22.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:22 smithi189 bash[22248]: cluster 2024-03-21T11:58:20.500608+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:22.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:22 smithi189 bash[22248]: audit 2024-03-21T11:58:21.055291+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:22.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:22 smithi189 bash[22248]: audit 2024-03-21T11:58:21.063192+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:22.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:22 smithi189 bash[22248]: audit 2024-03-21T11:58:21.073237+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:22.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:22 smithi094 bash[21610]: cluster 2024-03-21T11:58:20.500608+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:22.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:22 smithi094 bash[21610]: audit 2024-03-21T11:58:21.055291+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:22.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:22 smithi094 bash[21610]: audit 2024-03-21T11:58:21.063192+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:22.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:22 smithi094 bash[21610]: audit 2024-03-21T11:58:21.073237+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:22.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:22 smithi137 bash[22207]: cluster 2024-03-21T11:58:20.500608+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:22.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:22 smithi137 bash[22207]: audit 2024-03-21T11:58:21.055291+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:22.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:22 smithi137 bash[22207]: audit 2024-03-21T11:58:21.063192+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:22.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:22 smithi137 bash[22207]: audit 2024-03-21T11:58:21.073237+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:24.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:24 smithi094 bash[21610]: cluster 2024-03-21T11:58:22.500980+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:24.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:24 smithi137 bash[22207]: cluster 2024-03-21T11:58:22.500980+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:24.349 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:24 smithi189 bash[22248]: cluster 2024-03-21T11:58:22.500980+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:25.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:25 smithi137 bash[22207]: audit 2024-03-21T11:58:24.350460+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:58:25.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:25 smithi137 bash[22207]: audit 2024-03-21T11:58:24.357286+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T11:58:25.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:25 smithi137 bash[22207]: audit 2024-03-21T11:58:24.361908+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T11:58:25.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:25 smithi137 bash[22207]: audit 2024-03-21T11:58:24.363274+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:25.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:25 smithi189 bash[22248]: audit 2024-03-21T11:58:24.350460+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:58:25.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:25 smithi189 bash[22248]: audit 2024-03-21T11:58:24.357286+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T11:58:25.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:25 smithi189 bash[22248]: audit 2024-03-21T11:58:24.361908+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T11:58:25.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:25 smithi189 bash[22248]: audit 2024-03-21T11:58:24.363274+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:25.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:25 smithi094 bash[21610]: audit 2024-03-21T11:58:24.350460+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi094:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:58:25.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:25 smithi094 bash[21610]: audit 2024-03-21T11:58:24.357286+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T11:58:25.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:25 smithi094 bash[21610]: audit 2024-03-21T11:58:24.361908+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T11:58:25.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:25 smithi094 bash[21610]: audit 2024-03-21T11:58:24.363274+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:26.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:26 smithi137 bash[22207]: cluster 2024-03-21T11:58:24.501390+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:26.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:26 smithi137 bash[22207]: audit 2024-03-21T11:58:25.584283+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:26.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:26 smithi137 bash[22207]: audit 2024-03-21T11:58:25.592202+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:26.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:26 smithi137 bash[22207]: audit 2024-03-21T11:58:25.602785+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:26.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:26 smithi189 bash[22248]: cluster 2024-03-21T11:58:24.501390+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:26.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:26 smithi189 bash[22248]: audit 2024-03-21T11:58:25.584283+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:26.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:26 smithi189 bash[22248]: audit 2024-03-21T11:58:25.592202+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:26.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:26 smithi189 bash[22248]: audit 2024-03-21T11:58:25.602785+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:26.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:26 smithi094 bash[21610]: cluster 2024-03-21T11:58:24.501390+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:26.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:26 smithi094 bash[21610]: audit 2024-03-21T11:58:25.584283+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:26.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:26 smithi094 bash[21610]: audit 2024-03-21T11:58:25.592202+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:26.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:26 smithi094 bash[21610]: audit 2024-03-21T11:58:25.602785+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:28.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:28 smithi137 bash[22207]: cluster 2024-03-21T11:58:26.501794+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:28.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:28 smithi189 bash[22248]: cluster 2024-03-21T11:58:26.501794+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:28.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:28 smithi094 bash[21610]: cluster 2024-03-21T11:58:26.501794+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:30.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:30 smithi137 bash[22207]: cluster 2024-03-21T11:58:28.502191+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:30.367 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:30 smithi094 bash[21610]: cluster 2024-03-21T11:58:28.502191+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:30.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:30 smithi189 bash[22248]: cluster 2024-03-21T11:58:28.502191+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:32.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:32 smithi137 bash[22207]: cluster 2024-03-21T11:58:30.502598+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:32.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:32 smithi189 bash[22248]: cluster 2024-03-21T11:58:30.502598+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:32.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:32 smithi094 bash[21610]: cluster 2024-03-21T11:58:30.502598+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:33.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:33 smithi137 bash[22207]: audit 2024-03-21T11:58:32.355326+0000 mon.a (mon.0) 374 : audit [INF] from='client.? 172.21.15.94:0/2485273701' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f99d97f-b0e0-4803-b025-90b2a219a784"}]: dispatch 2024-03-21T11:58:33.433 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:33 smithi137 bash[22207]: audit 2024-03-21T11:58:32.358086+0000 mon.a (mon.0) 375 : audit [INF] from='client.? 172.21.15.94:0/2485273701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f99d97f-b0e0-4803-b025-90b2a219a784"}]': finished 2024-03-21T11:58:33.433 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:33 smithi137 bash[22207]: cluster 2024-03-21T11:58:32.361261+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T11:58:33.433 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:33 smithi137 bash[22207]: audit 2024-03-21T11:58:32.361569+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:33.433 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:33 smithi137 bash[22207]: audit 2024-03-21T11:58:33.043837+0000 mon.a (mon.0) 378 : audit [DBG] from='client.? 172.21.15.94:0/325534919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T11:58:33.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:33 smithi189 bash[22248]: audit 2024-03-21T11:58:32.355326+0000 mon.a (mon.0) 374 : audit [INF] from='client.? 172.21.15.94:0/2485273701' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f99d97f-b0e0-4803-b025-90b2a219a784"}]: dispatch 2024-03-21T11:58:33.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:33 smithi189 bash[22248]: audit 2024-03-21T11:58:32.358086+0000 mon.a (mon.0) 375 : audit [INF] from='client.? 172.21.15.94:0/2485273701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f99d97f-b0e0-4803-b025-90b2a219a784"}]': finished 2024-03-21T11:58:33.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:33 smithi189 bash[22248]: cluster 2024-03-21T11:58:32.361261+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T11:58:33.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:33 smithi189 bash[22248]: audit 2024-03-21T11:58:32.361569+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:33.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:33 smithi189 bash[22248]: audit 2024-03-21T11:58:33.043837+0000 mon.a (mon.0) 378 : audit [DBG] from='client.? 172.21.15.94:0/325534919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T11:58:33.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:33 smithi094 bash[21610]: audit 2024-03-21T11:58:32.355326+0000 mon.a (mon.0) 374 : audit [INF] from='client.? 172.21.15.94:0/2485273701' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f99d97f-b0e0-4803-b025-90b2a219a784"}]: dispatch 2024-03-21T11:58:33.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:33 smithi094 bash[21610]: audit 2024-03-21T11:58:32.358086+0000 mon.a (mon.0) 375 : audit [INF] from='client.? 172.21.15.94:0/2485273701' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f99d97f-b0e0-4803-b025-90b2a219a784"}]': finished 2024-03-21T11:58:33.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:33 smithi094 bash[21610]: cluster 2024-03-21T11:58:32.361261+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-21T11:58:33.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:33 smithi094 bash[21610]: audit 2024-03-21T11:58:32.361569+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:33.551 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:33 smithi094 bash[21610]: audit 2024-03-21T11:58:33.043837+0000 mon.a (mon.0) 378 : audit [DBG] from='client.? 172.21.15.94:0/325534919' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T11:58:34.617 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:34 smithi137 bash[22207]: cluster 2024-03-21T11:58:32.503049+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:34.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:34 smithi189 bash[22248]: cluster 2024-03-21T11:58:32.503049+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:34.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:34 smithi094 bash[21610]: cluster 2024-03-21T11:58:32.503049+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:36.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:36 smithi094 bash[21610]: cluster 2024-03-21T11:58:34.503475+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:36.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:36 smithi189 bash[22248]: cluster 2024-03-21T11:58:34.503475+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:36.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:36 smithi137 bash[22207]: cluster 2024-03-21T11:58:34.503475+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:38.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:37 smithi094 bash[21610]: cluster 2024-03-21T11:58:36.503856+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:38.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:37 smithi094 bash[21610]: audit 2024-03-21T11:58:36.864263+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:38.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:37 smithi094 bash[21610]: audit 2024-03-21T11:58:36.870319+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:38.051 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:37 smithi094 bash[21610]: audit 2024-03-21T11:58:36.877062+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:38.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:37 smithi189 bash[22248]: cluster 2024-03-21T11:58:36.503856+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:38.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:37 smithi189 bash[22248]: audit 2024-03-21T11:58:36.864263+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:38.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:37 smithi189 bash[22248]: audit 2024-03-21T11:58:36.870319+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:38.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:37 smithi189 bash[22248]: audit 2024-03-21T11:58:36.877062+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:38.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:37 smithi137 bash[22207]: cluster 2024-03-21T11:58:36.503856+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:38.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:37 smithi137 bash[22207]: audit 2024-03-21T11:58:36.864263+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:38.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:37 smithi137 bash[22207]: audit 2024-03-21T11:58:36.870319+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:38.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:37 smithi137 bash[22207]: audit 2024-03-21T11:58:36.877062+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:40.167 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:39 smithi189 bash[22248]: cluster 2024-03-21T11:58:38.504277+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:40.294 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:39 smithi094 bash[21610]: cluster 2024-03-21T11:58:38.504277+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:40.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:39 smithi137 bash[22207]: cluster 2024-03-21T11:58:38.504277+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:41.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:41 smithi094 bash[21610]: audit 2024-03-21T11:58:40.275566+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:41.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:41 smithi094 bash[21610]: audit 2024-03-21T11:58:40.283050+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:41.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:41 smithi094 bash[21610]: cephadm 2024-03-21T11:58:40.286132+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi094 2024-03-21T11:58:41.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:41 smithi094 bash[21610]: audit 2024-03-21T11:58:40.292654+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:41.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:41 smithi137 bash[22207]: audit 2024-03-21T11:58:40.275566+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:41.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:41 smithi137 bash[22207]: audit 2024-03-21T11:58:40.283050+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:41.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:41 smithi137 bash[22207]: cephadm 2024-03-21T11:58:40.286132+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi094 2024-03-21T11:58:41.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:41 smithi137 bash[22207]: audit 2024-03-21T11:58:40.292654+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:41.719 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:41 smithi189 bash[22248]: audit 2024-03-21T11:58:40.275566+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:41.719 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:41 smithi189 bash[22248]: audit 2024-03-21T11:58:40.283050+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:41.719 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:41 smithi189 bash[22248]: cephadm 2024-03-21T11:58:40.286132+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi094 2024-03-21T11:58:41.719 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:41 smithi189 bash[22248]: audit 2024-03-21T11:58:40.292654+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:42.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:42 smithi094 bash[21610]: cluster 2024-03-21T11:58:40.504620+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:42.559 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:42 smithi189 bash[22248]: cluster 2024-03-21T11:58:40.504620+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:42.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:42 smithi137 bash[22207]: cluster 2024-03-21T11:58:40.504620+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:44.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:44 smithi094 bash[21610]: cluster 2024-03-21T11:58:42.504977+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:44 smithi137 bash[22207]: cluster 2024-03-21T11:58:42.504977+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:44.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:44 smithi189 bash[22248]: cluster 2024-03-21T11:58:42.504977+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:45.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:45 smithi137 bash[22207]: audit 2024-03-21T11:58:44.563869+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T11:58:45.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:45 smithi137 bash[22207]: audit 2024-03-21T11:58:44.565646+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:45.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:45 smithi189 bash[22248]: audit 2024-03-21T11:58:44.563869+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T11:58:45.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:45 smithi189 bash[22248]: audit 2024-03-21T11:58:44.565646+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:45.786 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:45 smithi094 bash[21610]: audit 2024-03-21T11:58:44.563869+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-21T11:58:45.787 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:45 smithi094 bash[21610]: audit 2024-03-21T11:58:44.565646+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:46.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:46 smithi137 bash[22207]: cluster 2024-03-21T11:58:44.505398+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:46.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:46 smithi137 bash[22207]: cephadm 2024-03-21T11:58:44.567168+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi094 2024-03-21T11:58:46.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:46 smithi137 bash[22207]: audit 2024-03-21T11:58:45.796204+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:46.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:46 smithi137 bash[22207]: audit 2024-03-21T11:58:45.801960+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:46.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:46 smithi137 bash[22207]: audit 2024-03-21T11:58:45.808283+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:46.612 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:46 smithi094 bash[21610]: cluster 2024-03-21T11:58:44.505398+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:46.612 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:46 smithi094 bash[21610]: cephadm 2024-03-21T11:58:44.567168+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi094 2024-03-21T11:58:46.613 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:46 smithi094 bash[21610]: audit 2024-03-21T11:58:45.796204+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:46.613 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:46 smithi094 bash[21610]: audit 2024-03-21T11:58:45.801960+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:46.613 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:46 smithi094 bash[21610]: audit 2024-03-21T11:58:45.808283+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:46.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:46 smithi189 bash[22248]: cluster 2024-03-21T11:58:44.505398+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:46.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:46 smithi189 bash[22248]: cephadm 2024-03-21T11:58:44.567168+0000 mgr.a (mgr.14152) 137 : cephadm [INF] Deploying daemon osd.0 on smithi094 2024-03-21T11:58:46.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:46 smithi189 bash[22248]: audit 2024-03-21T11:58:45.796204+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:46.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:46 smithi189 bash[22248]: audit 2024-03-21T11:58:45.801960+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:46.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:46 smithi189 bash[22248]: audit 2024-03-21T11:58:45.808283+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:48.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:48 smithi137 bash[22207]: cluster 2024-03-21T11:58:46.505827+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:48.708 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:48 smithi094 bash[21610]: cluster 2024-03-21T11:58:46.505827+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:48.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:48 smithi189 bash[22248]: cluster 2024-03-21T11:58:46.505827+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:49.043 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:48 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:58:49.043 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:48 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:58:49.043 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:58:48 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:58:49.043 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 11:58:48 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:58:50.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:50 smithi094 bash[21610]: cluster 2024-03-21T11:58:48.506235+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:50.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:50 smithi094 bash[21610]: audit 2024-03-21T11:58:49.084620+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:50.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:50 smithi094 bash[21610]: audit 2024-03-21T11:58:49.089138+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:50.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:50 smithi094 bash[21610]: audit 2024-03-21T11:58:49.103445+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:50.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:50 smithi094 bash[21610]: audit 2024-03-21T11:58:49.106107+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:50.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:50 smithi094 bash[21610]: audit 2024-03-21T11:58:49.107205+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:50.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:50 smithi094 bash[21610]: audit 2024-03-21T11:58:49.112714+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:50.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:50 smithi137 bash[22207]: cluster 2024-03-21T11:58:48.506235+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:50.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:50 smithi137 bash[22207]: audit 2024-03-21T11:58:49.084620+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:50.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:50 smithi137 bash[22207]: audit 2024-03-21T11:58:49.089138+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:50.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:50 smithi137 bash[22207]: audit 2024-03-21T11:58:49.103445+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:50.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:50 smithi137 bash[22207]: audit 2024-03-21T11:58:49.106107+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:50.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:50 smithi137 bash[22207]: audit 2024-03-21T11:58:49.107205+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:50.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:50 smithi137 bash[22207]: audit 2024-03-21T11:58:49.112714+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:50.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:50 smithi189 bash[22248]: cluster 2024-03-21T11:58:48.506235+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:50.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:50 smithi189 bash[22248]: audit 2024-03-21T11:58:49.084620+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:50.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:50 smithi189 bash[22248]: audit 2024-03-21T11:58:49.089138+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:50.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:50 smithi189 bash[22248]: audit 2024-03-21T11:58:49.103445+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:50.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:50 smithi189 bash[22248]: audit 2024-03-21T11:58:49.106107+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:50.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:50 smithi189 bash[22248]: audit 2024-03-21T11:58:49.107205+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:50.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:50 smithi189 bash[22248]: audit 2024-03-21T11:58:49.112714+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:52.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:52 smithi137 bash[22207]: cluster 2024-03-21T11:58:50.506525+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:52.458 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:52 smithi094 bash[21610]: cluster 2024-03-21T11:58:50.506525+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:52.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:52 smithi189 bash[22248]: cluster 2024-03-21T11:58:50.506525+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:54.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:54 smithi094 bash[21610]: cluster 2024-03-21T11:58:52.506852+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:54.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:54 smithi137 bash[22207]: cluster 2024-03-21T11:58:52.506852+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:54.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:54 smithi189 bash[22248]: cluster 2024-03-21T11:58:52.506852+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:56.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:56 smithi094 bash[21610]: cluster 2024-03-21T11:58:54.507248+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:56.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:56 smithi094 bash[21610]: audit 2024-03-21T11:58:55.448743+0000 mon.a (mon.0) 396 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T11:58:56.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:56 smithi189 bash[22248]: cluster 2024-03-21T11:58:54.507248+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:56.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:56 smithi189 bash[22248]: audit 2024-03-21T11:58:55.448743+0000 mon.a (mon.0) 396 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T11:58:56.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:56 smithi137 bash[22207]: cluster 2024-03-21T11:58:54.507248+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:56.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:56 smithi137 bash[22207]: audit 2024-03-21T11:58:55.448743+0000 mon.a (mon.0) 396 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-21T11:58:57.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:57 smithi189 bash[22248]: audit 2024-03-21T11:58:56.104172+0000 mon.a (mon.0) 397 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T11:58:57.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:57 smithi189 bash[22248]: cluster 2024-03-21T11:58:56.108312+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T11:58:57.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:57 smithi189 bash[22248]: audit 2024-03-21T11:58:56.108825+0000 mon.a (mon.0) 399 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-03-21T11:58:57.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:57 smithi189 bash[22248]: audit 2024-03-21T11:58:56.109380+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:57.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:57 smithi189 bash[22248]: audit 2024-03-21T11:58:57.078338+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:57.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:57 smithi189 bash[22248]: audit 2024-03-21T11:58:57.087117+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:57.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:57 smithi189 bash[22248]: audit 2024-03-21T11:58:57.097464+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:57.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:57 smithi094 bash[21610]: audit 2024-03-21T11:58:56.104172+0000 mon.a (mon.0) 397 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T11:58:57.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:57 smithi094 bash[21610]: cluster 2024-03-21T11:58:56.108312+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T11:58:57.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:57 smithi094 bash[21610]: audit 2024-03-21T11:58:56.108825+0000 mon.a (mon.0) 399 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-03-21T11:58:57.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:57 smithi094 bash[21610]: audit 2024-03-21T11:58:56.109380+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:57.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:57 smithi094 bash[21610]: audit 2024-03-21T11:58:57.078338+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:57.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:57 smithi094 bash[21610]: audit 2024-03-21T11:58:57.087117+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:57.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:57 smithi094 bash[21610]: audit 2024-03-21T11:58:57.097464+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:57.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:57 smithi137 bash[22207]: audit 2024-03-21T11:58:56.104172+0000 mon.a (mon.0) 397 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-21T11:58:57.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:57 smithi137 bash[22207]: cluster 2024-03-21T11:58:56.108312+0000 mon.a (mon.0) 398 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-21T11:58:57.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:57 smithi137 bash[22207]: audit 2024-03-21T11:58:56.108825+0000 mon.a (mon.0) 399 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]: dispatch 2024-03-21T11:58:57.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:57 smithi137 bash[22207]: audit 2024-03-21T11:58:56.109380+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:57.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:57 smithi137 bash[22207]: audit 2024-03-21T11:58:57.078338+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:57.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:57 smithi137 bash[22207]: audit 2024-03-21T11:58:57.087117+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:57.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:57 smithi137 bash[22207]: audit 2024-03-21T11:58:57.097464+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:58.355 INFO:teuthology.orchestra.run.smithi094.stdout:Created osd(s) 0 on host 'smithi094' 2024-03-21T11:58:58.376 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:58 smithi094 bash[21610]: cluster 2024-03-21T11:58:56.507656+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:58.376 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:58 smithi094 bash[21610]: audit 2024-03-21T11:58:57.106222+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-03-21T11:58:58.376 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:58 smithi094 bash[21610]: cluster 2024-03-21T11:58:57.110982+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T11:58:58.376 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:58 smithi094 bash[21610]: audit 2024-03-21T11:58:57.112366+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:58.376 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:58 smithi094 bash[21610]: audit 2024-03-21T11:58:57.122313+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:58.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:58 smithi189 bash[22248]: cluster 2024-03-21T11:58:56.507656+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:58.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:58 smithi189 bash[22248]: audit 2024-03-21T11:58:57.106222+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-03-21T11:58:58.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:58 smithi189 bash[22248]: cluster 2024-03-21T11:58:57.110982+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T11:58:58.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:58 smithi189 bash[22248]: audit 2024-03-21T11:58:57.112366+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:58.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:58 smithi189 bash[22248]: audit 2024-03-21T11:58:57.122313+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:58.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:58 smithi137 bash[22207]: cluster 2024-03-21T11:58:56.507656+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:58:58.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:58 smithi137 bash[22207]: audit 2024-03-21T11:58:57.106222+0000 mon.a (mon.0) 404 : audit [INF] from='osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi094", "root=default"]}]': finished 2024-03-21T11:58:58.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:58 smithi137 bash[22207]: cluster 2024-03-21T11:58:57.110982+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-21T11:58:58.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:58 smithi137 bash[22207]: audit 2024-03-21T11:58:57.112366+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:58.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:58 smithi137 bash[22207]: audit 2024-03-21T11:58:57.122313+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:59.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: cluster 2024-03-21T11:58:56.454391+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: cluster 2024-03-21T11:58:56.454516+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: cluster 2024-03-21T11:58:58.123005+0000 mon.a (mon.0) 408 : cluster [INF] osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498] boot 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: cluster 2024-03-21T11:58:58.123077+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: audit 2024-03-21T11:58:58.123813+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: audit 2024-03-21T11:58:58.340561+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: audit 2024-03-21T11:58:58.347116+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: audit 2024-03-21T11:58:58.363722+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: audit 2024-03-21T11:58:58.366890+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: cephadm 2024-03-21T11:58:58.367741+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 16241M 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: audit 2024-03-21T11:58:58.371629+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: audit 2024-03-21T11:58:58.373804+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:59.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: audit 2024-03-21T11:58:58.374725+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:59.302 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:58:59 smithi094 bash[21610]: audit 2024-03-21T11:58:58.381097+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.391 DEBUG:teuthology.orchestra.run.smithi094:osd.0> sudo journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@osd.0.service 2024-03-21T11:58:59.394 INFO:tasks.cephadm:Deploying osd.1 on smithi137 with /dev/vg_nvme/lv_4... 2024-03-21T11:58:59.394 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T11:58:59.405 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: cluster 2024-03-21T11:58:56.454391+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T11:58:59.405 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: cluster 2024-03-21T11:58:56.454516+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T11:58:59.405 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: cluster 2024-03-21T11:58:58.123005+0000 mon.a (mon.0) 408 : cluster [INF] osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498] boot 2024-03-21T11:58:59.405 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: cluster 2024-03-21T11:58:58.123077+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T11:58:59.405 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: audit 2024-03-21T11:58:58.123813+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:59.405 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: audit 2024-03-21T11:58:58.340561+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.405 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: audit 2024-03-21T11:58:58.347116+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.406 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: audit 2024-03-21T11:58:58.363722+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:59.406 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: audit 2024-03-21T11:58:58.366890+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:58:59.406 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: cephadm 2024-03-21T11:58:58.367741+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 16241M 2024-03-21T11:58:59.406 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: audit 2024-03-21T11:58:58.371629+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.406 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: audit 2024-03-21T11:58:58.373804+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:59.406 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: audit 2024-03-21T11:58:58.374725+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:59.406 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:58:59 smithi137 bash[22207]: audit 2024-03-21T11:58:58.381097+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: cluster 2024-03-21T11:58:56.454391+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T11:58:59.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: cluster 2024-03-21T11:58:56.454516+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T11:58:59.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: cluster 2024-03-21T11:58:58.123005+0000 mon.a (mon.0) 408 : cluster [INF] osd.0 [v2:172.21.15.94:6802/3848573498,v1:172.21.15.94:6803/3848573498] boot 2024-03-21T11:58:59.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: cluster 2024-03-21T11:58:58.123077+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-21T11:58:59.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: audit 2024-03-21T11:58:58.123813+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T11:58:59.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: audit 2024-03-21T11:58:58.340561+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: audit 2024-03-21T11:58:58.347116+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: audit 2024-03-21T11:58:58.363722+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:58:59.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: audit 2024-03-21T11:58:58.366890+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:58:59.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: cephadm 2024-03-21T11:58:58.367741+0000 mgr.a (mgr.14152) 144 : cephadm [INF] Adjusting osd_memory_target on smithi094 to 16241M 2024-03-21T11:58:59.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: audit 2024-03-21T11:58:58.371629+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:58:59.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: audit 2024-03-21T11:58:58.373804+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:58:59.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: audit 2024-03-21T11:58:58.374725+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:58:59.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:58:59 smithi189 bash[22248]: audit 2024-03-21T11:58:58.381097+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:00.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:00 smithi094 bash[21610]: cluster 2024-03-21T11:58:58.508079+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:59:00.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:00 smithi094 bash[21610]: cluster 2024-03-21T11:58:59.352885+0000 mon.a (mon.0) 419 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T11:59:00.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:00 smithi189 bash[22248]: cluster 2024-03-21T11:58:58.508079+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:59:00.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:00 smithi189 bash[22248]: cluster 2024-03-21T11:58:59.352885+0000 mon.a (mon.0) 419 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T11:59:00.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:00 smithi137 bash[22207]: cluster 2024-03-21T11:58:58.508079+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-21T11:59:00.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:00 smithi137 bash[22207]: cluster 2024-03-21T11:58:59.352885+0000 mon.a (mon.0) 419 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-21T11:59:01.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:01 smithi189 bash[22248]: audit 2024-03-21T11:59:00.399390+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:01 smithi189 bash[22248]: audit 2024-03-21T11:59:00.403459+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:01 smithi189 bash[22248]: audit 2024-03-21T11:59:00.408653+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.653 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:01 smithi189 bash[22248]: audit 2024-03-21T11:59:00.449980+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:01.653 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:01 smithi189 bash[22248]: audit 2024-03-21T11:59:00.455826+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:01.653 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:01 smithi189 bash[22248]: audit 2024-03-21T11:59:00.457926+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:01.653 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:01 smithi189 bash[22248]: audit 2024-03-21T11:59:00.468523+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:01 smithi094 bash[21610]: audit 2024-03-21T11:59:00.399390+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:01 smithi094 bash[21610]: audit 2024-03-21T11:59:00.403459+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:01 smithi094 bash[21610]: audit 2024-03-21T11:59:00.408653+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:01 smithi094 bash[21610]: audit 2024-03-21T11:59:00.449980+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:01.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:01 smithi094 bash[21610]: audit 2024-03-21T11:59:00.455826+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:01.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:01 smithi094 bash[21610]: audit 2024-03-21T11:59:00.457926+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:01.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:01 smithi094 bash[21610]: audit 2024-03-21T11:59:00.468523+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:01 smithi137 bash[22207]: audit 2024-03-21T11:59:00.399390+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:01 smithi137 bash[22207]: audit 2024-03-21T11:59:00.403459+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:01 smithi137 bash[22207]: audit 2024-03-21T11:59:00.408653+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:01.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:01 smithi137 bash[22207]: audit 2024-03-21T11:59:00.449980+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:01.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:01 smithi137 bash[22207]: audit 2024-03-21T11:59:00.455826+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:01.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:01 smithi137 bash[22207]: audit 2024-03-21T11:59:00.457926+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:01.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:01 smithi137 bash[22207]: audit 2024-03-21T11:59:00.468523+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:02.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:02 smithi189 bash[22248]: cluster 2024-03-21T11:59:00.461571+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:02.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:02 smithi189 bash[22248]: cluster 2024-03-21T11:59:01.407015+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T11:59:02.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:02 smithi094 bash[21610]: cluster 2024-03-21T11:59:00.461571+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:02.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:02 smithi094 bash[21610]: cluster 2024-03-21T11:59:01.407015+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T11:59:02.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:02 smithi137 bash[22207]: cluster 2024-03-21T11:59:00.461571+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:02.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:02 smithi137 bash[22207]: cluster 2024-03-21T11:59:01.407015+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T11:59:04.108 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T11:59:04.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:04 smithi189 bash[22248]: cluster 2024-03-21T11:59:02.462069+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:04.754 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:04 smithi094 bash[21610]: cluster 2024-03-21T11:59:02.462069+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:04.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:04 smithi137 bash[22207]: cluster 2024-03-21T11:59:02.462069+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:06.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: cluster 2024-03-21T11:59:04.462545+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:06.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: audit 2024-03-21T11:59:04.936539+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: audit 2024-03-21T11:59:04.942586+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: audit 2024-03-21T11:59:04.949087+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: audit 2024-03-21T11:59:04.950669+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:06.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: audit 2024-03-21T11:59:04.953234+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:06.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: audit 2024-03-21T11:59:04.953995+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:06.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: cluster 2024-03-21T11:59:04.955344+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:06.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: audit 2024-03-21T11:59:04.958828+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: cluster 2024-03-21T11:59:05.405663+0000 mon.a (mon.0) 435 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T11:59:06.092 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:05 smithi137 bash[22207]: cluster 2024-03-21T11:59:05.405743+0000 mon.a (mon.0) 436 : cluster [INF] Cluster is now healthy 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: cluster 2024-03-21T11:59:04.462545+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: audit 2024-03-21T11:59:04.936539+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: audit 2024-03-21T11:59:04.942586+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: audit 2024-03-21T11:59:04.949087+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: audit 2024-03-21T11:59:04.950669+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: audit 2024-03-21T11:59:04.953234+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: audit 2024-03-21T11:59:04.953995+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: cluster 2024-03-21T11:59:04.955344+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: audit 2024-03-21T11:59:04.958828+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: cluster 2024-03-21T11:59:05.405663+0000 mon.a (mon.0) 435 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T11:59:06.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:05 smithi189 bash[22248]: cluster 2024-03-21T11:59:05.405743+0000 mon.a (mon.0) 436 : cluster [INF] Cluster is now healthy 2024-03-21T11:59:06.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: cluster 2024-03-21T11:59:04.462545+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:06.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: audit 2024-03-21T11:59:04.936539+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: audit 2024-03-21T11:59:04.942586+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: audit 2024-03-21T11:59:04.949087+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: audit 2024-03-21T11:59:04.950669+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:06.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: audit 2024-03-21T11:59:04.953234+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:06.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: audit 2024-03-21T11:59:04.953995+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:06.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: cluster 2024-03-21T11:59:04.955344+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:06.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: audit 2024-03-21T11:59:04.958828+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:06.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: cluster 2024-03-21T11:59:05.405663+0000 mon.a (mon.0) 435 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T11:59:06.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:05 smithi094 bash[21610]: cluster 2024-03-21T11:59:05.405743+0000 mon.a (mon.0) 436 : cluster [INF] Cluster is now healthy 2024-03-21T11:59:07.090 INFO:teuthology.orchestra.run.smithi137.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T11:59:07.091 INFO:teuthology.orchestra.run.smithi137.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T11:59:07.091 INFO:teuthology.orchestra.run.smithi137.stderr: stderr: 10+0 records in 2024-03-21T11:59:07.091 INFO:teuthology.orchestra.run.smithi137.stderr:10+0 records out 2024-03-21T11:59:07.091 INFO:teuthology.orchestra.run.smithi137.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0118313 s, 886 MB/s 2024-03-21T11:59:07.091 INFO:teuthology.orchestra.run.smithi137.stderr:--> Zapping successful for: 2024-03-21T11:59:07.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:06 smithi189 bash[22248]: audit 2024-03-21T11:59:05.989723+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:07.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:06 smithi189 bash[22248]: audit 2024-03-21T11:59:05.997533+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:07.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:06 smithi189 bash[22248]: audit 2024-03-21T11:59:06.007449+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:07.296 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:06 smithi137 bash[22207]: audit 2024-03-21T11:59:05.989723+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:07.296 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:06 smithi137 bash[22207]: audit 2024-03-21T11:59:05.997533+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:07.297 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:06 smithi137 bash[22207]: audit 2024-03-21T11:59:06.007449+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:07.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:06 smithi094 bash[21610]: audit 2024-03-21T11:59:05.989723+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:07.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:06 smithi094 bash[21610]: audit 2024-03-21T11:59:05.997533+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:07.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:06 smithi094 bash[21610]: audit 2024-03-21T11:59:06.007449+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:07.763 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi137:vg_nvme/lv_4 2024-03-21T11:59:08.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:08 smithi137 bash[22207]: cluster 2024-03-21T11:59:06.955727+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:08.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:08 smithi094 bash[21610]: cluster 2024-03-21T11:59:06.955727+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:08.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:08 smithi189 bash[22248]: cluster 2024-03-21T11:59:06.955727+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:10.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:10 smithi094 bash[21610]: cluster 2024-03-21T11:59:08.956169+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:10.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:10 smithi137 bash[22207]: cluster 2024-03-21T11:59:08.956169+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:10.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:10 smithi189 bash[22248]: cluster 2024-03-21T11:59:08.956169+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:12.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:12 smithi094 bash[21610]: cluster 2024-03-21T11:59:10.956628+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:12.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:12 smithi137 bash[22207]: cluster 2024-03-21T11:59:10.956628+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:12.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:12 smithi189 bash[22248]: cluster 2024-03-21T11:59:10.956628+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:12.513 INFO:teuthology.orchestra.run.smithi137.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.b/config 2024-03-21T11:59:14.065 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:14 smithi137 bash[22207]: cluster 2024-03-21T11:59:12.957043+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:14.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:14 smithi094 bash[21610]: cluster 2024-03-21T11:59:12.957043+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:14.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:14 smithi189 bash[22248]: cluster 2024-03-21T11:59:12.957043+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:16.062 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:16 smithi137 bash[22207]: cluster 2024-03-21T11:59:14.957512+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:16.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:16 smithi094 bash[21610]: cluster 2024-03-21T11:59:14.957512+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:16.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:16 smithi189 bash[22248]: cluster 2024-03-21T11:59:14.957512+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:17.286 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:17 smithi137 bash[22207]: audit 2024-03-21T11:59:16.787069+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T11:59:17.286 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:17 smithi137 bash[22207]: audit 2024-03-21T11:59:16.789965+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T11:59:17.286 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:17 smithi137 bash[22207]: audit 2024-03-21T11:59:16.790680+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:17.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:17 smithi094 bash[21610]: audit 2024-03-21T11:59:16.787069+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T11:59:17.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:17 smithi094 bash[21610]: audit 2024-03-21T11:59:16.789965+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T11:59:17.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:17 smithi094 bash[21610]: audit 2024-03-21T11:59:16.790680+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:17.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:17 smithi189 bash[22248]: audit 2024-03-21T11:59:16.787069+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T11:59:17.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:17 smithi189 bash[22248]: audit 2024-03-21T11:59:16.789965+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T11:59:17.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:17 smithi189 bash[22248]: audit 2024-03-21T11:59:16.790680+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:18.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:18 smithi094 bash[21610]: audit 2024-03-21T11:59:16.783165+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:59:18.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:18 smithi094 bash[21610]: cluster 2024-03-21T11:59:16.957955+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:18.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:18 smithi094 bash[21610]: audit 2024-03-21T11:59:17.266120+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:18.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:18 smithi094 bash[21610]: audit 2024-03-21T11:59:17.274536+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:18.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:18 smithi094 bash[21610]: audit 2024-03-21T11:59:17.284391+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:18.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:18 smithi137 bash[22207]: audit 2024-03-21T11:59:16.783165+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:59:18.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:18 smithi137 bash[22207]: cluster 2024-03-21T11:59:16.957955+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:18.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:18 smithi137 bash[22207]: audit 2024-03-21T11:59:17.266120+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:18.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:18 smithi137 bash[22207]: audit 2024-03-21T11:59:17.274536+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:18.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:18 smithi137 bash[22207]: audit 2024-03-21T11:59:17.284391+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:18.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:18 smithi189 bash[22248]: audit 2024-03-21T11:59:16.783165+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi137:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T11:59:18.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:18 smithi189 bash[22248]: cluster 2024-03-21T11:59:16.957955+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:18.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:18 smithi189 bash[22248]: audit 2024-03-21T11:59:17.266120+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:18.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:18 smithi189 bash[22248]: audit 2024-03-21T11:59:17.274536+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:18.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:18 smithi189 bash[22248]: audit 2024-03-21T11:59:17.284391+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:20.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:20 smithi189 bash[22248]: cluster 2024-03-21T11:59:18.958334+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:20.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:20 smithi094 bash[21610]: cluster 2024-03-21T11:59:18.958334+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:20.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:20 smithi137 bash[22207]: cluster 2024-03-21T11:59:18.958334+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:22.529 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:22 smithi137 bash[22207]: cluster 2024-03-21T11:59:20.958845+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:22.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:22 smithi094 bash[21610]: cluster 2024-03-21T11:59:20.958845+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:22.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:22 smithi189 bash[22248]: cluster 2024-03-21T11:59:20.958845+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:24.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:24 smithi094 bash[21610]: cluster 2024-03-21T11:59:22.959309+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:24.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:24 smithi094 bash[21610]: audit 2024-03-21T11:59:23.557959+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:24.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:24 smithi094 bash[21610]: audit 2024-03-21T11:59:23.564574+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:24.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:24 smithi094 bash[21610]: audit 2024-03-21T11:59:23.572634+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:24.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:24 smithi137 bash[22207]: cluster 2024-03-21T11:59:22.959309+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:24.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:24 smithi137 bash[22207]: audit 2024-03-21T11:59:23.557959+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:24.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:24 smithi137 bash[22207]: audit 2024-03-21T11:59:23.564574+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:24.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:24 smithi137 bash[22207]: audit 2024-03-21T11:59:23.572634+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:24.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:24 smithi189 bash[22248]: cluster 2024-03-21T11:59:22.959309+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:24.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:24 smithi189 bash[22248]: audit 2024-03-21T11:59:23.557959+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:24.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:24 smithi189 bash[22248]: audit 2024-03-21T11:59:23.564574+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:24.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:24 smithi189 bash[22248]: audit 2024-03-21T11:59:23.572634+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:25.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:25 smithi094 bash[21610]: audit 2024-03-21T11:59:25.034453+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.137:0/1927649731' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30856ace-8733-45e4-8e5c-c1b6644e29c4"}]: dispatch 2024-03-21T11:59:25.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:25 smithi094 bash[21610]: audit 2024-03-21T11:59:25.034870+0000 mon.a (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30856ace-8733-45e4-8e5c-c1b6644e29c4"}]: dispatch 2024-03-21T11:59:25.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:25 smithi094 bash[21610]: audit 2024-03-21T11:59:25.037952+0000 mon.a (mon.0) 450 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30856ace-8733-45e4-8e5c-c1b6644e29c4"}]': finished 2024-03-21T11:59:25.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:25 smithi094 bash[21610]: cluster 2024-03-21T11:59:25.043433+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T11:59:25.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:25 smithi094 bash[21610]: audit 2024-03-21T11:59:25.044055+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:25.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:25 smithi137 bash[22207]: audit 2024-03-21T11:59:25.034453+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.137:0/1927649731' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30856ace-8733-45e4-8e5c-c1b6644e29c4"}]: dispatch 2024-03-21T11:59:25.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:25 smithi137 bash[22207]: audit 2024-03-21T11:59:25.034870+0000 mon.a (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30856ace-8733-45e4-8e5c-c1b6644e29c4"}]: dispatch 2024-03-21T11:59:25.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:25 smithi137 bash[22207]: audit 2024-03-21T11:59:25.037952+0000 mon.a (mon.0) 450 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30856ace-8733-45e4-8e5c-c1b6644e29c4"}]': finished 2024-03-21T11:59:25.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:25 smithi137 bash[22207]: cluster 2024-03-21T11:59:25.043433+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T11:59:25.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:25 smithi137 bash[22207]: audit 2024-03-21T11:59:25.044055+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:25.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:25 smithi189 bash[22248]: audit 2024-03-21T11:59:25.034453+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.137:0/1927649731' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30856ace-8733-45e4-8e5c-c1b6644e29c4"}]: dispatch 2024-03-21T11:59:25.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:25 smithi189 bash[22248]: audit 2024-03-21T11:59:25.034870+0000 mon.a (mon.0) 449 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "30856ace-8733-45e4-8e5c-c1b6644e29c4"}]: dispatch 2024-03-21T11:59:25.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:25 smithi189 bash[22248]: audit 2024-03-21T11:59:25.037952+0000 mon.a (mon.0) 450 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "30856ace-8733-45e4-8e5c-c1b6644e29c4"}]': finished 2024-03-21T11:59:25.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:25 smithi189 bash[22248]: cluster 2024-03-21T11:59:25.043433+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-21T11:59:25.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:25 smithi189 bash[22248]: audit 2024-03-21T11:59:25.044055+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:26.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:26 smithi189 bash[22248]: cluster 2024-03-21T11:59:24.959764+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:26.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:26 smithi189 bash[22248]: audit 2024-03-21T11:59:25.736059+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.137:0/286437608' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T11:59:26.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:26 smithi189 bash[22248]: audit 2024-03-21T11:59:26.158091+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:26.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:26 smithi189 bash[22248]: audit 2024-03-21T11:59:26.165699+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:26.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:26 smithi189 bash[22248]: audit 2024-03-21T11:59:26.175157+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:26.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:26 smithi094 bash[21610]: cluster 2024-03-21T11:59:24.959764+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:26.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:26 smithi094 bash[21610]: audit 2024-03-21T11:59:25.736059+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.137:0/286437608' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T11:59:26.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:26 smithi094 bash[21610]: audit 2024-03-21T11:59:26.158091+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:26.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:26 smithi094 bash[21610]: audit 2024-03-21T11:59:26.165699+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:26.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:26 smithi094 bash[21610]: audit 2024-03-21T11:59:26.175157+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:26.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:26 smithi137 bash[22207]: cluster 2024-03-21T11:59:24.959764+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:26.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:26 smithi137 bash[22207]: audit 2024-03-21T11:59:25.736059+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.137:0/286437608' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T11:59:26.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:26 smithi137 bash[22207]: audit 2024-03-21T11:59:26.158091+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:26.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:26 smithi137 bash[22207]: audit 2024-03-21T11:59:26.165699+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:26.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:26 smithi137 bash[22207]: audit 2024-03-21T11:59:26.175157+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:28.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:28 smithi094 bash[21610]: cluster 2024-03-21T11:59:26.960239+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:28.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:28 smithi137 bash[22207]: cluster 2024-03-21T11:59:26.960239+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:28.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:28 smithi189 bash[22248]: cluster 2024-03-21T11:59:26.960239+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:30.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:30 smithi094 bash[21610]: cluster 2024-03-21T11:59:28.960663+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:30.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:30 smithi137 bash[22207]: cluster 2024-03-21T11:59:28.960663+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:30.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:30 smithi189 bash[22248]: cluster 2024-03-21T11:59:28.960663+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:32.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:32 smithi094 bash[21610]: cluster 2024-03-21T11:59:30.961056+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:32.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:32 smithi137 bash[22207]: cluster 2024-03-21T11:59:30.961056+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:32.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:32 smithi189 bash[22248]: cluster 2024-03-21T11:59:30.961056+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:34.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:34 smithi137 bash[22207]: cluster 2024-03-21T11:59:32.961527+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:34.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:34 smithi189 bash[22248]: cluster 2024-03-21T11:59:32.961527+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:34 smithi094 bash[21610]: cluster 2024-03-21T11:59:32.961527+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:36.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:36 smithi094 bash[21610]: cluster 2024-03-21T11:59:34.961997+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:36.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:36 smithi137 bash[22207]: cluster 2024-03-21T11:59:34.961997+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:36.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:36 smithi189 bash[22248]: cluster 2024-03-21T11:59:34.961997+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:38.567 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:38 smithi137 bash[22207]: cluster 2024-03-21T11:59:36.962351+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:38.567 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:38 smithi137 bash[22207]: audit 2024-03-21T11:59:37.471901+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:38.567 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:38 smithi137 bash[22207]: audit 2024-03-21T11:59:37.478893+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:38.567 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:38 smithi137 bash[22207]: audit 2024-03-21T11:59:37.487851+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:38.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:38 smithi189 bash[22248]: cluster 2024-03-21T11:59:36.962351+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:38.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:38 smithi189 bash[22248]: audit 2024-03-21T11:59:37.471901+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:38.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:38 smithi189 bash[22248]: audit 2024-03-21T11:59:37.478893+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:38.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:38 smithi189 bash[22248]: audit 2024-03-21T11:59:37.487851+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:38.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:38 smithi094 bash[21610]: cluster 2024-03-21T11:59:36.962351+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:38.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:38 smithi094 bash[21610]: audit 2024-03-21T11:59:37.471901+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:38.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:38 smithi094 bash[21610]: audit 2024-03-21T11:59:37.478893+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:38.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:38 smithi094 bash[21610]: audit 2024-03-21T11:59:37.487851+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:39.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:39 smithi137 bash[22207]: cephadm 2024-03-21T11:59:37.481690+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi137 2024-03-21T11:59:39.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:39 smithi137 bash[22207]: audit 2024-03-21T11:59:39.053829+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T11:59:39.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:39 smithi137 bash[22207]: audit 2024-03-21T11:59:39.055788+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:39.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:39 smithi189 bash[22248]: cephadm 2024-03-21T11:59:37.481690+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi137 2024-03-21T11:59:39.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:39 smithi189 bash[22248]: audit 2024-03-21T11:59:39.053829+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T11:59:39.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:39 smithi189 bash[22248]: audit 2024-03-21T11:59:39.055788+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:39.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:39 smithi094 bash[21610]: cephadm 2024-03-21T11:59:37.481690+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Detected new or changed devices on smithi137 2024-03-21T11:59:39.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:39 smithi094 bash[21610]: audit 2024-03-21T11:59:39.053829+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-21T11:59:39.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:39 smithi094 bash[21610]: audit 2024-03-21T11:59:39.055788+0000 mon.a (mon.0) 460 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:40.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:40 smithi137 bash[22207]: cluster 2024-03-21T11:59:38.962769+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:40.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:40 smithi137 bash[22207]: cephadm 2024-03-21T11:59:39.057570+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi137 2024-03-21T11:59:40.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:40 smithi189 bash[22248]: cluster 2024-03-21T11:59:38.962769+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:40.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:40 smithi189 bash[22248]: cephadm 2024-03-21T11:59:39.057570+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi137 2024-03-21T11:59:40.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:40 smithi094 bash[21610]: cluster 2024-03-21T11:59:38.962769+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:40.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:40 smithi094 bash[21610]: cephadm 2024-03-21T11:59:39.057570+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi137 2024-03-21T11:59:42.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:42 smithi189 bash[22248]: cluster 2024-03-21T11:59:40.963218+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:42.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:42 smithi137 bash[22207]: cluster 2024-03-21T11:59:40.963218+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:42.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:42 smithi094 bash[21610]: cluster 2024-03-21T11:59:40.963218+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:43.292 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:43 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:59:43.292 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:59:43 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:59:43.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:43 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:59:43.591 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 11:59:43 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T11:59:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:44 smithi137 bash[22207]: cluster 2024-03-21T11:59:42.963664+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:44 smithi137 bash[22207]: audit 2024-03-21T11:59:43.580583+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:44 smithi137 bash[22207]: audit 2024-03-21T11:59:43.585956+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:44 smithi137 bash[22207]: audit 2024-03-21T11:59:43.607036+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:44 smithi137 bash[22207]: audit 2024-03-21T11:59:43.611814+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:44 smithi137 bash[22207]: audit 2024-03-21T11:59:43.613643+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:44 smithi137 bash[22207]: audit 2024-03-21T11:59:43.620865+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:44 smithi137 bash[22207]: audit 2024-03-21T11:59:43.725820+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:44 smithi137 bash[22207]: audit 2024-03-21T11:59:43.731877+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:44 smithi137 bash[22207]: audit 2024-03-21T11:59:43.738081+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:44 smithi189 bash[22248]: cluster 2024-03-21T11:59:42.963664+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:44.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:44 smithi189 bash[22248]: audit 2024-03-21T11:59:43.580583+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:44 smithi189 bash[22248]: audit 2024-03-21T11:59:43.585956+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:44 smithi189 bash[22248]: audit 2024-03-21T11:59:43.607036+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:44.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:44 smithi189 bash[22248]: audit 2024-03-21T11:59:43.611814+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:44.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:44 smithi189 bash[22248]: audit 2024-03-21T11:59:43.613643+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:44.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:44 smithi189 bash[22248]: audit 2024-03-21T11:59:43.620865+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:44 smithi189 bash[22248]: audit 2024-03-21T11:59:43.725820+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:44 smithi189 bash[22248]: audit 2024-03-21T11:59:43.731877+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.652 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:44 smithi189 bash[22248]: audit 2024-03-21T11:59:43.738081+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:44 smithi094 bash[21610]: cluster 2024-03-21T11:59:42.963664+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:44.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:44 smithi094 bash[21610]: audit 2024-03-21T11:59:43.580583+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:44 smithi094 bash[21610]: audit 2024-03-21T11:59:43.585956+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:44 smithi094 bash[21610]: audit 2024-03-21T11:59:43.607036+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:44.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:44 smithi094 bash[21610]: audit 2024-03-21T11:59:43.611814+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:44.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:44 smithi094 bash[21610]: audit 2024-03-21T11:59:43.613643+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:44.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:44 smithi094 bash[21610]: audit 2024-03-21T11:59:43.620865+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:44 smithi094 bash[21610]: audit 2024-03-21T11:59:43.725820+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:44 smithi094 bash[21610]: audit 2024-03-21T11:59:43.731877+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:44.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:44 smithi094 bash[21610]: audit 2024-03-21T11:59:43.738081+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:46.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:46 smithi137 bash[22207]: cluster 2024-03-21T11:59:44.964104+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:46.618 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:46 smithi189 bash[22248]: cluster 2024-03-21T11:59:44.964104+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:46.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:46 smithi094 bash[21610]: cluster 2024-03-21T11:59:44.964104+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:47.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:47 smithi189 bash[22248]: audit 2024-03-21T11:59:46.375374+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:47.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:47 smithi189 bash[22248]: audit 2024-03-21T11:59:46.382985+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:47.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:47 smithi189 bash[22248]: audit 2024-03-21T11:59:46.392632+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:47.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:47 smithi094 bash[21610]: audit 2024-03-21T11:59:46.375374+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:47.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:47 smithi094 bash[21610]: audit 2024-03-21T11:59:46.382985+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:47.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:47 smithi094 bash[21610]: audit 2024-03-21T11:59:46.392632+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:47.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:47 smithi137 bash[22207]: audit 2024-03-21T11:59:46.375374+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:47.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:47 smithi137 bash[22207]: audit 2024-03-21T11:59:46.382985+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:47.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:47 smithi137 bash[22207]: audit 2024-03-21T11:59:46.392632+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:48.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:48 smithi189 bash[22248]: cluster 2024-03-21T11:59:46.964573+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:48.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:48 smithi094 bash[21610]: cluster 2024-03-21T11:59:46.964573+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:48.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:48 smithi137 bash[22207]: cluster 2024-03-21T11:59:46.964573+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:50.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:50 smithi189 bash[22248]: cluster 2024-03-21T11:59:48.964961+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:50.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:50 smithi189 bash[22248]: audit 2024-03-21T11:59:50.066722+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.137:6800/3889979499,v1:172.21.15.137:6801/3889979499]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T11:59:50.742 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:50 smithi189 bash[22248]: audit 2024-03-21T11:59:50.067102+0000 mon.a (mon.0) 473 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T11:59:50.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:50 smithi094 bash[21610]: cluster 2024-03-21T11:59:48.964961+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:50.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:50 smithi094 bash[21610]: audit 2024-03-21T11:59:50.066722+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.137:6800/3889979499,v1:172.21.15.137:6801/3889979499]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T11:59:50.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:50 smithi094 bash[21610]: audit 2024-03-21T11:59:50.067102+0000 mon.a (mon.0) 473 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T11:59:50.803 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:50 smithi137 bash[22207]: cluster 2024-03-21T11:59:48.964961+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:50.803 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:50 smithi137 bash[22207]: audit 2024-03-21T11:59:50.066722+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.137:6800/3889979499,v1:172.21.15.137:6801/3889979499]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T11:59:50.803 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:50 smithi137 bash[22207]: audit 2024-03-21T11:59:50.067102+0000 mon.a (mon.0) 473 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-21T11:59:51.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:51 smithi189 bash[22248]: audit 2024-03-21T11:59:50.397298+0000 mon.a (mon.0) 474 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T11:59:51.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:51 smithi189 bash[22248]: cluster 2024-03-21T11:59:50.402377+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T11:59:51.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:51 smithi189 bash[22248]: audit 2024-03-21T11:59:50.403099+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:51.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:51 smithi189 bash[22248]: audit 2024-03-21T11:59:50.403873+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.137:6800/3889979499,v1:172.21.15.137:6801/3889979499]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-03-21T11:59:51.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:51 smithi189 bash[22248]: audit 2024-03-21T11:59:50.410258+0000 mon.a (mon.0) 477 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-03-21T11:59:51.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:51 smithi094 bash[21610]: audit 2024-03-21T11:59:50.397298+0000 mon.a (mon.0) 474 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T11:59:51.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:51 smithi094 bash[21610]: cluster 2024-03-21T11:59:50.402377+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T11:59:51.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:51 smithi094 bash[21610]: audit 2024-03-21T11:59:50.403099+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:51.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:51 smithi094 bash[21610]: audit 2024-03-21T11:59:50.403873+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.137:6800/3889979499,v1:172.21.15.137:6801/3889979499]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-03-21T11:59:51.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:51 smithi094 bash[21610]: audit 2024-03-21T11:59:50.410258+0000 mon.a (mon.0) 477 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-03-21T11:59:51.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:51 smithi137 bash[22207]: audit 2024-03-21T11:59:50.397298+0000 mon.a (mon.0) 474 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-21T11:59:51.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:51 smithi137 bash[22207]: cluster 2024-03-21T11:59:50.402377+0000 mon.a (mon.0) 475 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-21T11:59:51.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:51 smithi137 bash[22207]: audit 2024-03-21T11:59:50.403099+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:51.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:51 smithi137 bash[22207]: audit 2024-03-21T11:59:50.403873+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.137:6800/3889979499,v1:172.21.15.137:6801/3889979499]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-03-21T11:59:51.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:51 smithi137 bash[22207]: audit 2024-03-21T11:59:50.410258+0000 mon.a (mon.0) 477 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]: dispatch 2024-03-21T11:59:52.155 INFO:teuthology.orchestra.run.smithi137.stdout:Created osd(s) 1 on host 'smithi137' 2024-03-21T11:59:52.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: cluster 2024-03-21T11:59:50.965441+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:52.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:51.411764+0000 mon.a (mon.0) 478 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-03-21T11:59:52.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: cluster 2024-03-21T11:59:51.417700+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T11:59:52.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:51.418639+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:52.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:51.420634+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:52.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:52.112640+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:52.113583+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:52.122793+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:52.123656+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:59:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:52.131251+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:52.135110+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:52.136882+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:52.592 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:52 smithi137 bash[22207]: audit 2024-03-21T11:59:52.146686+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: cluster 2024-03-21T11:59:50.965441+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:52.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:51.411764+0000 mon.a (mon.0) 478 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: cluster 2024-03-21T11:59:51.417700+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:51.418639+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:51.420634+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:52.112640+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:52.113583+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:52.122793+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:52.123656+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:52.131251+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:52.135110+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:52.136882+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:52.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:52 smithi189 bash[22248]: audit 2024-03-21T11:59:52.146686+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.772 DEBUG:teuthology.orchestra.run.smithi137:osd.1> sudo journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@osd.1.service 2024-03-21T11:59:52.775 INFO:tasks.cephadm:Deploying osd.2 on smithi189 with /dev/vg_nvme/lv_4... 2024-03-21T11:59:52.775 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: cluster 2024-03-21T11:59:50.965441+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:51.411764+0000 mon.a (mon.0) 478 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi137", "root=default"]}]': finished 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: cluster 2024-03-21T11:59:51.417700+0000 mon.a (mon.0) 479 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:51.418639+0000 mon.a (mon.0) 480 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:51.420634+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:52.112640+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:52.113583+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:52.122793+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:52.123656+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:52.131251+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:52.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:52.135110+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:52.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:52.136882+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:52.801 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:52 smithi094 bash[21610]: audit 2024-03-21T11:59:52.146686+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:53.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:53 smithi189 bash[22248]: cluster 2024-03-21T11:59:51.049002+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T11:59:53.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:53 smithi189 bash[22248]: cluster 2024-03-21T11:59:51.049070+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T11:59:53.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:53 smithi189 bash[22248]: cephadm 2024-03-21T11:59:52.125183+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 16241M 2024-03-21T11:59:53.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:53 smithi189 bash[22248]: cluster 2024-03-21T11:59:52.419289+0000 mon.a (mon.0) 490 : cluster [INF] osd.1 [v2:172.21.15.137:6800/3889979499,v1:172.21.15.137:6801/3889979499] boot 2024-03-21T11:59:53.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:53 smithi189 bash[22248]: cluster 2024-03-21T11:59:52.419366+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T11:59:53.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:53 smithi189 bash[22248]: audit 2024-03-21T11:59:52.420096+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:53.791 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:53 smithi137 bash[22207]: cluster 2024-03-21T11:59:51.049002+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T11:59:53.791 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:53 smithi137 bash[22207]: cluster 2024-03-21T11:59:51.049070+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T11:59:53.791 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:53 smithi137 bash[22207]: cephadm 2024-03-21T11:59:52.125183+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 16241M 2024-03-21T11:59:53.791 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:53 smithi137 bash[22207]: cluster 2024-03-21T11:59:52.419289+0000 mon.a (mon.0) 490 : cluster [INF] osd.1 [v2:172.21.15.137:6800/3889979499,v1:172.21.15.137:6801/3889979499] boot 2024-03-21T11:59:53.791 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:53 smithi137 bash[22207]: cluster 2024-03-21T11:59:52.419366+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T11:59:53.791 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:53 smithi137 bash[22207]: audit 2024-03-21T11:59:52.420096+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:53.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:53 smithi094 bash[21610]: cluster 2024-03-21T11:59:51.049002+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T11:59:53.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:53 smithi094 bash[21610]: cluster 2024-03-21T11:59:51.049070+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T11:59:53.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:53 smithi094 bash[21610]: cephadm 2024-03-21T11:59:52.125183+0000 mgr.a (mgr.14152) 176 : cephadm [INF] Adjusting osd_memory_target on smithi137 to 16241M 2024-03-21T11:59:53.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:53 smithi094 bash[21610]: cluster 2024-03-21T11:59:52.419289+0000 mon.a (mon.0) 490 : cluster [INF] osd.1 [v2:172.21.15.137:6800/3889979499,v1:172.21.15.137:6801/3889979499] boot 2024-03-21T11:59:53.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:53 smithi094 bash[21610]: cluster 2024-03-21T11:59:52.419366+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-21T11:59:53.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:53 smithi094 bash[21610]: audit 2024-03-21T11:59:52.420096+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T11:59:54.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:54 smithi094 bash[21610]: cluster 2024-03-21T11:59:52.965890+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:54.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:54 smithi094 bash[21610]: cluster 2024-03-21T11:59:53.436458+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T11:59:54.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:54 smithi189 bash[22248]: cluster 2024-03-21T11:59:52.965890+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:54.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:54 smithi189 bash[22248]: cluster 2024-03-21T11:59:53.436458+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T11:59:54.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:54 smithi137 bash[22207]: cluster 2024-03-21T11:59:52.965890+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-21T11:59:54.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:54 smithi137 bash[22207]: cluster 2024-03-21T11:59:53.436458+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-21T11:59:56.478 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T11:59:56.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:56 smithi137 bash[22207]: cluster 2024-03-21T11:59:54.966352+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T11:59:56.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:56 smithi189 bash[22248]: cluster 2024-03-21T11:59:54.966352+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T11:59:56.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:56 smithi094 bash[21610]: cluster 2024-03-21T11:59:54.966352+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T11:59:58.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:58 smithi189 bash[22248]: cluster 2024-03-21T11:59:56.966823+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T11:59:58.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:58 smithi189 bash[22248]: audit 2024-03-21T11:59:57.688656+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:58 smithi189 bash[22248]: audit 2024-03-21T11:59:57.697596+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:58 smithi189 bash[22248]: audit 2024-03-21T11:59:57.708319+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:58 smithi189 bash[22248]: audit 2024-03-21T11:59:57.732056+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:58.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:58 smithi189 bash[22248]: audit 2024-03-21T11:59:57.737618+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:58.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:58 smithi189 bash[22248]: audit 2024-03-21T11:59:57.739305+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:58.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:58 smithi189 bash[22248]: audit 2024-03-21T11:59:57.751704+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:58 smithi094 bash[21610]: cluster 2024-03-21T11:59:56.966823+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T11:59:58.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:58 smithi094 bash[21610]: audit 2024-03-21T11:59:57.688656+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:58 smithi094 bash[21610]: audit 2024-03-21T11:59:57.697596+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:58 smithi094 bash[21610]: audit 2024-03-21T11:59:57.708319+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:58 smithi094 bash[21610]: audit 2024-03-21T11:59:57.732056+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:58.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:58 smithi094 bash[21610]: audit 2024-03-21T11:59:57.737618+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:58.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:58 smithi094 bash[21610]: audit 2024-03-21T11:59:57.739305+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:58.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:58 smithi094 bash[21610]: audit 2024-03-21T11:59:57.751704+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:58 smithi137 bash[22207]: cluster 2024-03-21T11:59:56.966823+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T11:59:58.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:58 smithi137 bash[22207]: audit 2024-03-21T11:59:57.688656+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:58 smithi137 bash[22207]: audit 2024-03-21T11:59:57.697596+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:58 smithi137 bash[22207]: audit 2024-03-21T11:59:57.708319+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:58.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:58 smithi137 bash[22207]: audit 2024-03-21T11:59:57.732056+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T11:59:58.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:58 smithi137 bash[22207]: audit 2024-03-21T11:59:57.737618+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T11:59:58.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:58 smithi137 bash[22207]: audit 2024-03-21T11:59:57.739305+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T11:59:58.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:58 smithi137 bash[22207]: audit 2024-03-21T11:59:57.751704+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T11:59:59.626 INFO:teuthology.orchestra.run.smithi189.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-21T11:59:59.626 INFO:teuthology.orchestra.run.smithi189.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-21T11:59:59.626 INFO:teuthology.orchestra.run.smithi189.stderr: stderr: 10+0 records in 2024-03-21T11:59:59.626 INFO:teuthology.orchestra.run.smithi189.stderr:10+0 records out 2024-03-21T11:59:59.626 INFO:teuthology.orchestra.run.smithi189.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0143268 s, 732 MB/s 2024-03-21T11:59:59.627 INFO:teuthology.orchestra.run.smithi189.stderr:--> Zapping successful for: 2024-03-21T11:59:59.702 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:59 smithi189 bash[22248]: cluster 2024-03-21T11:59:57.744677+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T11:59:59.702 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 11:59:59 smithi189 bash[22248]: cluster 2024-03-21T11:59:58.704534+0000 mon.a (mon.0) 501 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T11:59:59.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:59 smithi094 bash[21610]: cluster 2024-03-21T11:59:57.744677+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T11:59:59.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 11:59:59 smithi094 bash[21610]: cluster 2024-03-21T11:59:58.704534+0000 mon.a (mon.0) 501 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T11:59:59.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:59 smithi137 bash[22207]: cluster 2024-03-21T11:59:57.744677+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T11:59:59.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 11:59:59 smithi137 bash[22207]: cluster 2024-03-21T11:59:58.704534+0000 mon.a (mon.0) 501 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:00:00.376 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi189:vg_nvme/lv_4 2024-03-21T12:00:00.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:00 smithi189 bash[22248]: cluster 2024-03-21T12:00:00.000160+0000 mon.a (mon.0) 502 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-03-21T12:00:00.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:00 smithi189 bash[22248]: cluster 2024-03-21T12:00:00.000203+0000 mon.a (mon.0) 503 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-03-21T12:00:00.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:00 smithi189 bash[22248]: cluster 2024-03-21T12:00:00.000225+0000 mon.a (mon.0) 504 : cluster [WRN] stray daemon osd.1 on host smithi137 not managed by cephadm 2024-03-21T12:00:00.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:00 smithi094 bash[21610]: cluster 2024-03-21T12:00:00.000160+0000 mon.a (mon.0) 502 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-03-21T12:00:00.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:00 smithi094 bash[21610]: cluster 2024-03-21T12:00:00.000203+0000 mon.a (mon.0) 503 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-03-21T12:00:00.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:00 smithi094 bash[21610]: cluster 2024-03-21T12:00:00.000225+0000 mon.a (mon.0) 504 : cluster [WRN] stray daemon osd.1 on host smithi137 not managed by cephadm 2024-03-21T12:00:00.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:00 smithi137 bash[22207]: cluster 2024-03-21T12:00:00.000160+0000 mon.a (mon.0) 502 : cluster [WRN] Health detail: HEALTH_WARN 1 stray daemon(s) not managed by cephadm 2024-03-21T12:00:00.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:00 smithi137 bash[22207]: cluster 2024-03-21T12:00:00.000203+0000 mon.a (mon.0) 503 : cluster [WRN] [WRN] CEPHADM_STRAY_DAEMON: 1 stray daemon(s) not managed by cephadm 2024-03-21T12:00:00.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:00 smithi137 bash[22207]: cluster 2024-03-21T12:00:00.000225+0000 mon.a (mon.0) 504 : cluster [WRN] stray daemon osd.1 on host smithi137 not managed by cephadm 2024-03-21T12:00:01.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:01 smithi189 bash[22248]: cluster 2024-03-21T11:59:59.745227+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:01.802 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:01 smithi094 bash[21610]: cluster 2024-03-21T11:59:59.745227+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:01.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:01 smithi137 bash[22207]: cluster 2024-03-21T11:59:59.745227+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:03.722 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:03 smithi189 bash[22248]: cluster 2024-03-21T12:00:01.745713+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:03.722 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:03 smithi189 bash[22248]: audit 2024-03-21T12:00:02.877033+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.722 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:03 smithi189 bash[22248]: audit 2024-03-21T12:00:02.885784+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.722 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:03 smithi189 bash[22248]: audit 2024-03-21T12:00:02.891311+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:03.722 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:03 smithi189 bash[22248]: audit 2024-03-21T12:00:02.896152+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.722 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:03 smithi189 bash[22248]: audit 2024-03-21T12:00:02.902737+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:03.722 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:03 smithi189 bash[22248]: audit 2024-03-21T12:00:02.904430+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:03.722 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:03 smithi189 bash[22248]: audit 2024-03-21T12:00:02.913641+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:03 smithi094 bash[21610]: cluster 2024-03-21T12:00:01.745713+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:03.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:03 smithi094 bash[21610]: audit 2024-03-21T12:00:02.877033+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:03 smithi094 bash[21610]: audit 2024-03-21T12:00:02.885784+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:03 smithi094 bash[21610]: audit 2024-03-21T12:00:02.891311+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:03.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:03 smithi094 bash[21610]: audit 2024-03-21T12:00:02.896152+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:03 smithi094 bash[21610]: audit 2024-03-21T12:00:02.902737+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:03.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:03 smithi094 bash[21610]: audit 2024-03-21T12:00:02.904430+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:03.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:03 smithi094 bash[21610]: audit 2024-03-21T12:00:02.913641+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:03 smithi137 bash[22207]: cluster 2024-03-21T12:00:01.745713+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:03.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:03 smithi137 bash[22207]: audit 2024-03-21T12:00:02.877033+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:03 smithi137 bash[22207]: audit 2024-03-21T12:00:02.885784+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:03 smithi137 bash[22207]: audit 2024-03-21T12:00:02.891311+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:03.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:03 smithi137 bash[22207]: audit 2024-03-21T12:00:02.896152+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:03.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:03 smithi137 bash[22207]: audit 2024-03-21T12:00:02.902737+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:03.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:03 smithi137 bash[22207]: audit 2024-03-21T12:00:02.904430+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:03.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:03 smithi137 bash[22207]: audit 2024-03-21T12:00:02.913641+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:04.113 INFO:teuthology.orchestra.run.smithi189.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.c/config 2024-03-21T12:00:04.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:04 smithi189 bash[22248]: cluster 2024-03-21T12:00:02.907509+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:04.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:04 smithi189 bash[22248]: audit 2024-03-21T12:00:03.884217+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:04.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:04 smithi189 bash[22248]: audit 2024-03-21T12:00:03.889702+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:04.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:04 smithi189 bash[22248]: cluster 2024-03-21T12:00:03.892650+0000 mon.a (mon.0) 514 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:00:04.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:04 smithi189 bash[22248]: cluster 2024-03-21T12:00:03.892680+0000 mon.a (mon.0) 515 : cluster [INF] Cluster is now healthy 2024-03-21T12:00:04.741 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:04 smithi189 bash[22248]: audit 2024-03-21T12:00:03.895831+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:04.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:04 smithi094 bash[21610]: cluster 2024-03-21T12:00:02.907509+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:04.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:04 smithi094 bash[21610]: audit 2024-03-21T12:00:03.884217+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:04.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:04 smithi094 bash[21610]: audit 2024-03-21T12:00:03.889702+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:04.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:04 smithi094 bash[21610]: cluster 2024-03-21T12:00:03.892650+0000 mon.a (mon.0) 514 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:00:04.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:04 smithi094 bash[21610]: cluster 2024-03-21T12:00:03.892680+0000 mon.a (mon.0) 515 : cluster [INF] Cluster is now healthy 2024-03-21T12:00:04.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:04 smithi094 bash[21610]: audit 2024-03-21T12:00:03.895831+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:04.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:04 smithi137 bash[22207]: cluster 2024-03-21T12:00:02.907509+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:04.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:04 smithi137 bash[22207]: audit 2024-03-21T12:00:03.884217+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:04.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:04 smithi137 bash[22207]: audit 2024-03-21T12:00:03.889702+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:04.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:04 smithi137 bash[22207]: cluster 2024-03-21T12:00:03.892650+0000 mon.a (mon.0) 514 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:00:04.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:04 smithi137 bash[22207]: cluster 2024-03-21T12:00:03.892680+0000 mon.a (mon.0) 515 : cluster [INF] Cluster is now healthy 2024-03-21T12:00:04.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:04 smithi137 bash[22207]: audit 2024-03-21T12:00:03.895831+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:06.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:06 smithi189 bash[22248]: cluster 2024-03-21T12:00:04.908057+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:06.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:06 smithi094 bash[21610]: cluster 2024-03-21T12:00:04.908057+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:06.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:06 smithi137 bash[22207]: cluster 2024-03-21T12:00:04.908057+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:07.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:07 smithi094 bash[21610]: audit 2024-03-21T12:00:06.541084+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:07.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:07 smithi094 bash[21610]: audit 2024-03-21T12:00:06.548974+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:07.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:07 smithi094 bash[21610]: audit 2024-03-21T12:00:06.558495+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:07.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:07 smithi094 bash[21610]: cluster 2024-03-21T12:00:06.908557+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:07.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:07 smithi137 bash[22207]: audit 2024-03-21T12:00:06.541084+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:07.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:07 smithi137 bash[22207]: audit 2024-03-21T12:00:06.548974+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:07.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:07 smithi137 bash[22207]: audit 2024-03-21T12:00:06.558495+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:07.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:07 smithi137 bash[22207]: cluster 2024-03-21T12:00:06.908557+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:07.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:07 smithi189 bash[22248]: audit 2024-03-21T12:00:06.541084+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:07.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:07 smithi189 bash[22248]: audit 2024-03-21T12:00:06.548974+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:07.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:07 smithi189 bash[22248]: audit 2024-03-21T12:00:06.558495+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:07.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:07 smithi189 bash[22248]: cluster 2024-03-21T12:00:06.908557+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:08.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:08 smithi137 bash[22207]: audit 2024-03-21T12:00:07.658154+0000 mgr.a (mgr.14152) 186 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:00:08.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:08 smithi137 bash[22207]: audit 2024-03-21T12:00:07.665705+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:00:08.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:08 smithi137 bash[22207]: audit 2024-03-21T12:00:07.672072+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:00:08.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:08 smithi137 bash[22207]: audit 2024-03-21T12:00:07.673715+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:08.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:08 smithi189 bash[22248]: audit 2024-03-21T12:00:07.658154+0000 mgr.a (mgr.14152) 186 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:00:08.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:08 smithi189 bash[22248]: audit 2024-03-21T12:00:07.665705+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:00:08.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:08 smithi189 bash[22248]: audit 2024-03-21T12:00:07.672072+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:00:08.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:08 smithi189 bash[22248]: audit 2024-03-21T12:00:07.673715+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:09.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:08 smithi094 bash[21610]: audit 2024-03-21T12:00:07.658154+0000 mgr.a (mgr.14152) 186 : audit [DBG] from='client.24136 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi189:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:00:09.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:08 smithi094 bash[21610]: audit 2024-03-21T12:00:07.665705+0000 mon.a (mon.0) 520 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-21T12:00:09.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:08 smithi094 bash[21610]: audit 2024-03-21T12:00:07.672072+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-21T12:00:09.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:08 smithi094 bash[21610]: audit 2024-03-21T12:00:07.673715+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:09.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:09 smithi137 bash[22207]: cluster 2024-03-21T12:00:08.909030+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:09.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:09 smithi189 bash[22248]: cluster 2024-03-21T12:00:08.909030+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:10.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:09 smithi094 bash[21610]: cluster 2024-03-21T12:00:08.909030+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:12.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:11 smithi189 bash[22248]: cluster 2024-03-21T12:00:10.909469+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:12.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:11 smithi094 bash[21610]: cluster 2024-03-21T12:00:10.909469+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:12.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:11 smithi137 bash[22207]: cluster 2024-03-21T12:00:10.909469+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:14.209 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:13 smithi189 bash[22248]: cluster 2024-03-21T12:00:12.910001+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:14.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:13 smithi094 bash[21610]: cluster 2024-03-21T12:00:12.910001+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:14.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:13 smithi137 bash[22207]: cluster 2024-03-21T12:00:12.910001+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:16.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:15 smithi189 bash[22248]: cluster 2024-03-21T12:00:14.910342+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:16.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:15 smithi189 bash[22248]: audit 2024-03-21T12:00:15.856649+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.189:0/3406985368' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e29d7e8-6367-43f0-9e2b-caf5be8428f6"}]: dispatch 2024-03-21T12:00:16.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:15 smithi189 bash[22248]: audit 2024-03-21T12:00:15.856885+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e29d7e8-6367-43f0-9e2b-caf5be8428f6"}]: dispatch 2024-03-21T12:00:16.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:15 smithi189 bash[22248]: audit 2024-03-21T12:00:15.858777+0000 mon.a (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e29d7e8-6367-43f0-9e2b-caf5be8428f6"}]': finished 2024-03-21T12:00:16.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:15 smithi189 bash[22248]: cluster 2024-03-21T12:00:15.861625+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T12:00:16.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:15 smithi189 bash[22248]: audit 2024-03-21T12:00:15.861831+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:16.261 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:15 smithi137 bash[22207]: cluster 2024-03-21T12:00:14.910342+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:16.261 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:15 smithi137 bash[22207]: audit 2024-03-21T12:00:15.856649+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.189:0/3406985368' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e29d7e8-6367-43f0-9e2b-caf5be8428f6"}]: dispatch 2024-03-21T12:00:16.261 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:15 smithi137 bash[22207]: audit 2024-03-21T12:00:15.856885+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e29d7e8-6367-43f0-9e2b-caf5be8428f6"}]: dispatch 2024-03-21T12:00:16.261 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:15 smithi137 bash[22207]: audit 2024-03-21T12:00:15.858777+0000 mon.a (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e29d7e8-6367-43f0-9e2b-caf5be8428f6"}]': finished 2024-03-21T12:00:16.261 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:15 smithi137 bash[22207]: cluster 2024-03-21T12:00:15.861625+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T12:00:16.261 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:15 smithi137 bash[22207]: audit 2024-03-21T12:00:15.861831+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:16.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:15 smithi094 bash[21610]: cluster 2024-03-21T12:00:14.910342+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:16.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:15 smithi094 bash[21610]: audit 2024-03-21T12:00:15.856649+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.189:0/3406985368' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e29d7e8-6367-43f0-9e2b-caf5be8428f6"}]: dispatch 2024-03-21T12:00:16.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:15 smithi094 bash[21610]: audit 2024-03-21T12:00:15.856885+0000 mon.a (mon.0) 523 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2e29d7e8-6367-43f0-9e2b-caf5be8428f6"}]: dispatch 2024-03-21T12:00:16.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:15 smithi094 bash[21610]: audit 2024-03-21T12:00:15.858777+0000 mon.a (mon.0) 524 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2e29d7e8-6367-43f0-9e2b-caf5be8428f6"}]': finished 2024-03-21T12:00:16.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:15 smithi094 bash[21610]: cluster 2024-03-21T12:00:15.861625+0000 mon.a (mon.0) 525 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-21T12:00:16.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:15 smithi094 bash[21610]: audit 2024-03-21T12:00:15.861831+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:17.236 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:16 smithi094 bash[21610]: audit 2024-03-21T12:00:16.570218+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.189:0/20200815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:00:17.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:16 smithi189 bash[22248]: audit 2024-03-21T12:00:16.570218+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.189:0/20200815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:00:17.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:16 smithi137 bash[22207]: audit 2024-03-21T12:00:16.570218+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.189:0/20200815' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-21T12:00:18.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:17 smithi189 bash[22248]: cluster 2024-03-21T12:00:16.910841+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:18.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:17 smithi094 bash[21610]: cluster 2024-03-21T12:00:16.910841+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:18.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:17 smithi137 bash[22207]: cluster 2024-03-21T12:00:16.910841+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:20.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:19 smithi189 bash[22248]: cluster 2024-03-21T12:00:18.911331+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:20.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:19 smithi094 bash[21610]: cluster 2024-03-21T12:00:18.911331+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:20.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:19 smithi137 bash[22207]: cluster 2024-03-21T12:00:18.911331+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:22.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:21 smithi094 bash[21610]: cluster 2024-03-21T12:00:20.911797+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:22.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:21 smithi094 bash[21610]: audit 2024-03-21T12:00:21.488442+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:22.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:21 smithi094 bash[21610]: audit 2024-03-21T12:00:21.497871+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:22.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:21 smithi094 bash[21610]: audit 2024-03-21T12:00:21.508587+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:22.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:21 smithi137 bash[22207]: cluster 2024-03-21T12:00:20.911797+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:22.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:21 smithi137 bash[22207]: audit 2024-03-21T12:00:21.488442+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:22.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:21 smithi137 bash[22207]: audit 2024-03-21T12:00:21.497871+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:22.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:21 smithi137 bash[22207]: audit 2024-03-21T12:00:21.508587+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:22.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:21 smithi189 bash[22248]: cluster 2024-03-21T12:00:20.911797+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:22.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:21 smithi189 bash[22248]: audit 2024-03-21T12:00:21.488442+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:22.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:21 smithi189 bash[22248]: audit 2024-03-21T12:00:21.497871+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:22.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:21 smithi189 bash[22248]: audit 2024-03-21T12:00:21.508587+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:24.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:23 smithi094 bash[21610]: cluster 2024-03-21T12:00:22.912254+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:24.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:23 smithi137 bash[22207]: cluster 2024-03-21T12:00:22.912254+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:24.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:23 smithi189 bash[22248]: cluster 2024-03-21T12:00:22.912254+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:25.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:25 smithi189 bash[22248]: audit 2024-03-21T12:00:24.099957+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:25.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:25 smithi189 bash[22248]: audit 2024-03-21T12:00:24.108573+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:25.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:25 smithi189 bash[22248]: audit 2024-03-21T12:00:24.117874+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:25.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:25 smithi094 bash[21610]: audit 2024-03-21T12:00:24.099957+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:25.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:25 smithi094 bash[21610]: audit 2024-03-21T12:00:24.108573+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:25.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:25 smithi094 bash[21610]: audit 2024-03-21T12:00:24.117874+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:25.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:25 smithi137 bash[22207]: audit 2024-03-21T12:00:24.099957+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:25.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:25 smithi137 bash[22207]: audit 2024-03-21T12:00:24.108573+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:25.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:25 smithi137 bash[22207]: audit 2024-03-21T12:00:24.117874+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:26.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:26 smithi189 bash[22248]: cluster 2024-03-21T12:00:24.912665+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:26.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:26 smithi094 bash[21610]: cluster 2024-03-21T12:00:24.912665+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:26.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:26 smithi137 bash[22207]: cluster 2024-03-21T12:00:24.912665+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:27.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:27 smithi189 bash[22248]: audit 2024-03-21T12:00:26.714731+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:27.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:27 smithi189 bash[22248]: audit 2024-03-21T12:00:26.723022+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:27.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:27 smithi189 bash[22248]: audit 2024-03-21T12:00:26.733318+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:27.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:27 smithi189 bash[22248]: cluster 2024-03-21T12:00:26.913083+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:28.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:27 smithi094 bash[21610]: audit 2024-03-21T12:00:26.714731+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:28.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:27 smithi094 bash[21610]: audit 2024-03-21T12:00:26.723022+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:28.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:27 smithi094 bash[21610]: audit 2024-03-21T12:00:26.733318+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:28.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:27 smithi094 bash[21610]: cluster 2024-03-21T12:00:26.913083+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:28.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:27 smithi137 bash[22207]: audit 2024-03-21T12:00:26.714731+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:28.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:27 smithi137 bash[22207]: audit 2024-03-21T12:00:26.723022+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:28.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:27 smithi137 bash[22207]: audit 2024-03-21T12:00:26.733318+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:28.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:27 smithi137 bash[22207]: cluster 2024-03-21T12:00:26.913083+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:30.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:29 smithi189 bash[22248]: cluster 2024-03-21T12:00:28.913534+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:30.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:29 smithi189 bash[22248]: audit 2024-03-21T12:00:29.217729+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T12:00:30.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:29 smithi189 bash[22248]: audit 2024-03-21T12:00:29.219716+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:30.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:29 smithi189 bash[22248]: cephadm 2024-03-21T12:00:29.221451+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.2 on smithi189 2024-03-21T12:00:30.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:29 smithi094 bash[21610]: cluster 2024-03-21T12:00:28.913534+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:30.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:29 smithi094 bash[21610]: audit 2024-03-21T12:00:29.217729+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T12:00:30.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:29 smithi094 bash[21610]: audit 2024-03-21T12:00:29.219716+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:30.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:29 smithi094 bash[21610]: cephadm 2024-03-21T12:00:29.221451+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.2 on smithi189 2024-03-21T12:00:30.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:29 smithi137 bash[22207]: cluster 2024-03-21T12:00:28.913534+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:30.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:29 smithi137 bash[22207]: audit 2024-03-21T12:00:29.217729+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-21T12:00:30.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:29 smithi137 bash[22207]: audit 2024-03-21T12:00:29.219716+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:30.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:29 smithi137 bash[22207]: cephadm 2024-03-21T12:00:29.221451+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.2 on smithi189 2024-03-21T12:00:32.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:31 smithi189 bash[22248]: cluster 2024-03-21T12:00:30.913990+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:32.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:31 smithi094 bash[21610]: cluster 2024-03-21T12:00:30.913990+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:32.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:31 smithi137 bash[22207]: cluster 2024-03-21T12:00:30.913990+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:33.461 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:33 smithi189 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:00:33.736 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:33 smithi189 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:00:33.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:33 smithi189 bash[22248]: cluster 2024-03-21T12:00:32.914422+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:33.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:33 smithi189 bash[22248]: audit 2024-03-21T12:00:33.740442+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:33.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:33 smithi189 bash[22248]: audit 2024-03-21T12:00:33.748119+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:33.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:33 smithi189 bash[22248]: audit 2024-03-21T12:00:33.769951+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:33.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:33 smithi189 bash[22248]: audit 2024-03-21T12:00:33.781407+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:33.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:33 smithi189 bash[22248]: audit 2024-03-21T12:00:33.784247+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:33.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:33 smithi189 bash[22248]: audit 2024-03-21T12:00:33.798916+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:34.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:33 smithi094 bash[21610]: cluster 2024-03-21T12:00:32.914422+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:34.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:33 smithi094 bash[21610]: audit 2024-03-21T12:00:33.740442+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:34.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:33 smithi094 bash[21610]: audit 2024-03-21T12:00:33.748119+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:34.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:33 smithi094 bash[21610]: audit 2024-03-21T12:00:33.769951+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:34.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:33 smithi094 bash[21610]: audit 2024-03-21T12:00:33.781407+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:34.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:33 smithi094 bash[21610]: audit 2024-03-21T12:00:33.784247+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:34.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:33 smithi094 bash[21610]: audit 2024-03-21T12:00:33.798916+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:34.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:33 smithi137 bash[22207]: cluster 2024-03-21T12:00:32.914422+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:34.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:33 smithi137 bash[22207]: audit 2024-03-21T12:00:33.740442+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:34.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:33 smithi137 bash[22207]: audit 2024-03-21T12:00:33.748119+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:34.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:33 smithi137 bash[22207]: audit 2024-03-21T12:00:33.769951+0000 mon.a (mon.0) 540 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:34.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:33 smithi137 bash[22207]: audit 2024-03-21T12:00:33.781407+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:34.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:33 smithi137 bash[22207]: audit 2024-03-21T12:00:33.784247+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:34.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:33 smithi137 bash[22207]: audit 2024-03-21T12:00:33.798916+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:36.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:35 smithi189 bash[22248]: cluster 2024-03-21T12:00:34.914864+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:36.251 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:35 smithi094 bash[21610]: cluster 2024-03-21T12:00:34.914864+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:36.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:35 smithi137 bash[22207]: cluster 2024-03-21T12:00:34.914864+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:38.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:37 smithi094 bash[21610]: cluster 2024-03-21T12:00:36.915299+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:38.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:37 smithi189 bash[22248]: cluster 2024-03-21T12:00:36.915299+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:38.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:37 smithi137 bash[22207]: cluster 2024-03-21T12:00:36.915299+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:40.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:39 smithi189 bash[22248]: cluster 2024-03-21T12:00:38.915744+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:40.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:39 smithi094 bash[21610]: cluster 2024-03-21T12:00:38.915744+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:40.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:39 smithi137 bash[22207]: cluster 2024-03-21T12:00:38.915744+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:41.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:40 smithi094 bash[21610]: audit 2024-03-21T12:00:40.268917+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.189:6800/3744214242,v1:172.21.15.189:6801/3744214242]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:00:41.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:40 smithi094 bash[21610]: audit 2024-03-21T12:00:40.269202+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:00:41.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:41 smithi137 bash[22207]: audit 2024-03-21T12:00:40.268917+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.189:6800/3744214242,v1:172.21.15.189:6801/3744214242]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:00:41.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:41 smithi137 bash[22207]: audit 2024-03-21T12:00:40.269202+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:00:41.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:40 smithi189 bash[22248]: audit 2024-03-21T12:00:40.268917+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.189:6800/3744214242,v1:172.21.15.189:6801/3744214242]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:00:41.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:40 smithi189 bash[22248]: audit 2024-03-21T12:00:40.269202+0000 mon.a (mon.0) 544 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-21T12:00:42.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:42 smithi094 bash[21610]: cluster 2024-03-21T12:00:40.916203+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:42.181 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:42 smithi094 bash[21610]: audit 2024-03-21T12:00:40.996890+0000 mon.a (mon.0) 545 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T12:00:42.181 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:42 smithi094 bash[21610]: cluster 2024-03-21T12:00:41.002734+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T12:00:42.181 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:42 smithi094 bash[21610]: audit 2024-03-21T12:00:41.003094+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.189:6800/3744214242,v1:172.21.15.189:6801/3744214242]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-03-21T12:00:42.181 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:42 smithi094 bash[21610]: audit 2024-03-21T12:00:41.003309+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:42.181 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:42 smithi094 bash[21610]: audit 2024-03-21T12:00:41.004075+0000 mon.a (mon.0) 548 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-03-21T12:00:42.182 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:42 smithi094 bash[21610]: audit 2024-03-21T12:00:41.713528+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:42.182 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:42 smithi094 bash[21610]: audit 2024-03-21T12:00:41.722127+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:42.182 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:42 smithi094 bash[21610]: audit 2024-03-21T12:00:41.732166+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:42.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:42 smithi137 bash[22207]: cluster 2024-03-21T12:00:40.916203+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:42.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:42 smithi137 bash[22207]: audit 2024-03-21T12:00:40.996890+0000 mon.a (mon.0) 545 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T12:00:42.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:42 smithi137 bash[22207]: cluster 2024-03-21T12:00:41.002734+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T12:00:42.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:42 smithi137 bash[22207]: audit 2024-03-21T12:00:41.003094+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.189:6800/3744214242,v1:172.21.15.189:6801/3744214242]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-03-21T12:00:42.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:42 smithi137 bash[22207]: audit 2024-03-21T12:00:41.003309+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:42.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:42 smithi137 bash[22207]: audit 2024-03-21T12:00:41.004075+0000 mon.a (mon.0) 548 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-03-21T12:00:42.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:42 smithi137 bash[22207]: audit 2024-03-21T12:00:41.713528+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:42.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:42 smithi137 bash[22207]: audit 2024-03-21T12:00:41.722127+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:42.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:42 smithi137 bash[22207]: audit 2024-03-21T12:00:41.732166+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:42.426 INFO:teuthology.orchestra.run.smithi189.stdout:Created osd(s) 2 on host 'smithi189' 2024-03-21T12:00:42.444 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:42 smithi189 bash[22248]: cluster 2024-03-21T12:00:40.916203+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:42.444 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:42 smithi189 bash[22248]: audit 2024-03-21T12:00:40.996890+0000 mon.a (mon.0) 545 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-21T12:00:42.444 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:42 smithi189 bash[22248]: cluster 2024-03-21T12:00:41.002734+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-21T12:00:42.444 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:42 smithi189 bash[22248]: audit 2024-03-21T12:00:41.003094+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.189:6800/3744214242,v1:172.21.15.189:6801/3744214242]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-03-21T12:00:42.444 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:42 smithi189 bash[22248]: audit 2024-03-21T12:00:41.003309+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:42.444 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:42 smithi189 bash[22248]: audit 2024-03-21T12:00:41.004075+0000 mon.a (mon.0) 548 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]: dispatch 2024-03-21T12:00:42.445 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:42 smithi189 bash[22248]: audit 2024-03-21T12:00:41.713528+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:42.445 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:42 smithi189 bash[22248]: audit 2024-03-21T12:00:41.722127+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:42.445 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:42 smithi189 bash[22248]: audit 2024-03-21T12:00:41.732166+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.163 DEBUG:teuthology.orchestra.run.smithi189:osd.2> sudo journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@osd.2.service 2024-03-21T12:00:43.165 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-21T12:00:43.165 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-21T12:00:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:41.999330+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: cluster 2024-03-21T12:00:42.004559+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.005406+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.014371+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.368533+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.376585+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.378315+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.384082+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: cephadm 2024-03-21T12:00:42.385462+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Adjusting osd_memory_target on smithi189 to 20337M 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.391426+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.395181+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.396974+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.406563+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:43 smithi094 bash[21610]: audit 2024-03-21T12:00:42.493909+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T12:00:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:41.999330+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-03-21T12:00:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: cluster 2024-03-21T12:00:42.004559+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.005406+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.014371+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.368533+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.376585+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.378315+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.384082+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: cephadm 2024-03-21T12:00:42.385462+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Adjusting osd_memory_target on smithi189 to 20337M 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.391426+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.395181+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.396974+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.406563+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:43 smithi137 bash[22207]: audit 2024-03-21T12:00:42.493909+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T12:00:43.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:41.999330+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi189", "root=default"]}]': finished 2024-03-21T12:00:43.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: cluster 2024-03-21T12:00:42.004559+0000 mon.a (mon.0) 553 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-21T12:00:43.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.005406+0000 mon.a (mon.0) 554 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:43.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.014371+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:43.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.368533+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.376585+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.378315+0000 mon.a (mon.0) 558 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:43.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.384082+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:00:43.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: cephadm 2024-03-21T12:00:42.385462+0000 mgr.a (mgr.14152) 205 : cephadm [INF] Adjusting osd_memory_target on smithi189 to 20337M 2024-03-21T12:00:43.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.391426+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.395181+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:43.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.396974+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:43.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.406563+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:43.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:43 smithi189 bash[22248]: audit 2024-03-21T12:00:42.493909+0000 mon.a (mon.0) 564 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-21T12:00:44.290 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:44 smithi094 bash[21610]: cluster 2024-03-21T12:00:41.239044+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:00:44.290 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:44 smithi094 bash[21610]: cluster 2024-03-21T12:00:41.239098+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:00:44.290 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:44 smithi094 bash[21610]: cluster 2024-03-21T12:00:42.916672+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:44.290 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:44 smithi094 bash[21610]: audit 2024-03-21T12:00:43.016738+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:44.290 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:44 smithi094 bash[21610]: cluster 2024-03-21T12:00:43.497565+0000 mon.a (mon.0) 566 : cluster [INF] osd.2 [v2:172.21.15.189:6800/3744214242,v1:172.21.15.189:6801/3744214242] boot 2024-03-21T12:00:44.290 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:44 smithi094 bash[21610]: cluster 2024-03-21T12:00:43.497634+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T12:00:44.290 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:44 smithi094 bash[21610]: audit 2024-03-21T12:00:43.498428+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:44.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:44 smithi189 bash[22248]: cluster 2024-03-21T12:00:41.239044+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:00:44.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:44 smithi189 bash[22248]: cluster 2024-03-21T12:00:41.239098+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:00:44.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:44 smithi189 bash[22248]: cluster 2024-03-21T12:00:42.916672+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:44.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:44 smithi189 bash[22248]: audit 2024-03-21T12:00:43.016738+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:44.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:44 smithi189 bash[22248]: cluster 2024-03-21T12:00:43.497565+0000 mon.a (mon.0) 566 : cluster [INF] osd.2 [v2:172.21.15.189:6800/3744214242,v1:172.21.15.189:6801/3744214242] boot 2024-03-21T12:00:44.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:44 smithi189 bash[22248]: cluster 2024-03-21T12:00:43.497634+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T12:00:44.325 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:44 smithi189 bash[22248]: audit 2024-03-21T12:00:43.498428+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:44.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:44 smithi137 bash[22207]: cluster 2024-03-21T12:00:41.239044+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-21T12:00:44.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:44 smithi137 bash[22207]: cluster 2024-03-21T12:00:41.239098+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-21T12:00:44.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:44 smithi137 bash[22207]: cluster 2024-03-21T12:00:42.916672+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-21T12:00:44.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:44 smithi137 bash[22207]: audit 2024-03-21T12:00:43.016738+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:44.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:44 smithi137 bash[22207]: cluster 2024-03-21T12:00:43.497565+0000 mon.a (mon.0) 566 : cluster [INF] osd.2 [v2:172.21.15.189:6800/3744214242,v1:172.21.15.189:6801/3744214242] boot 2024-03-21T12:00:44.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:44 smithi137 bash[22207]: cluster 2024-03-21T12:00:43.497634+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-21T12:00:44.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:44 smithi137 bash[22207]: audit 2024-03-21T12:00:43.498428+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:00:45.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:45 smithi094 bash[21610]: audit 2024-03-21T12:00:44.273603+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:45.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:45 smithi094 bash[21610]: audit 2024-03-21T12:00:44.280773+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:45.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:45 smithi094 bash[21610]: audit 2024-03-21T12:00:44.289824+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:45.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:45 smithi094 bash[21610]: audit 2024-03-21T12:00:44.691834+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:00:45.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:45 smithi094 bash[21610]: audit 2024-03-21T12:00:45.134828+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T12:00:45.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:45 smithi094 bash[21610]: cluster 2024-03-21T12:00:45.140616+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T12:00:45.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:45 smithi094 bash[21610]: audit 2024-03-21T12:00:45.142203+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:00:45.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:45 smithi137 bash[22207]: audit 2024-03-21T12:00:44.273603+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:45.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:45 smithi137 bash[22207]: audit 2024-03-21T12:00:44.280773+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:45.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:45 smithi137 bash[22207]: audit 2024-03-21T12:00:44.289824+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:45.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:45 smithi137 bash[22207]: audit 2024-03-21T12:00:44.691834+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:00:45.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:45 smithi137 bash[22207]: audit 2024-03-21T12:00:45.134828+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T12:00:45.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:45 smithi137 bash[22207]: cluster 2024-03-21T12:00:45.140616+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T12:00:45.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:45 smithi137 bash[22207]: audit 2024-03-21T12:00:45.142203+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:00:45.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:45 smithi189 bash[22248]: audit 2024-03-21T12:00:44.273603+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:45.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:45 smithi189 bash[22248]: audit 2024-03-21T12:00:44.280773+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:45.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:45 smithi189 bash[22248]: audit 2024-03-21T12:00:44.289824+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:45.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:45 smithi189 bash[22248]: audit 2024-03-21T12:00:44.691834+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:00:45.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:45 smithi189 bash[22248]: audit 2024-03-21T12:00:45.134828+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-03-21T12:00:45.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:45 smithi189 bash[22248]: cluster 2024-03-21T12:00:45.140616+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-21T12:00:45.740 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:45 smithi189 bash[22248]: audit 2024-03-21T12:00:45.142203+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-21T12:00:46.543 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:46 smithi189 bash[22248]: cluster 2024-03-21T12:00:44.917083+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:46.543 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:46 smithi189 bash[22248]: audit 2024-03-21T12:00:46.137130+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T12:00:46.543 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:46 smithi189 bash[22248]: cluster 2024-03-21T12:00:46.142067+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T12:00:46.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:46 smithi094 bash[21610]: cluster 2024-03-21T12:00:44.917083+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:46.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:46 smithi094 bash[21610]: audit 2024-03-21T12:00:46.137130+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T12:00:46.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:46 smithi094 bash[21610]: cluster 2024-03-21T12:00:46.142067+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T12:00:46.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:46 smithi137 bash[22207]: cluster 2024-03-21T12:00:44.917083+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:46.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:46 smithi137 bash[22207]: audit 2024-03-21T12:00:46.137130+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-21T12:00:46.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:46 smithi137 bash[22207]: cluster 2024-03-21T12:00:46.142067+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-21T12:00:47.887 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:00:48.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: audit 2024-03-21T12:00:46.909848+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: audit 2024-03-21T12:00:46.917155+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: cluster 2024-03-21T12:00:46.917542+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: cephadm 2024-03-21T12:00:46.920337+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Detected new or changed devices on smithi189 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: audit 2024-03-21T12:00:46.927014+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: audit 2024-03-21T12:00:46.943829+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: audit 2024-03-21T12:00:46.948773+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: audit 2024-03-21T12:00:46.950293+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: cluster 2024-03-21T12:00:46.953672+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: audit 2024-03-21T12:00:46.959688+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: cluster 2024-03-21T12:00:47.143675+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: audit 2024-03-21T12:00:47.290697+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:47 smithi189 bash[22248]: cluster 2024-03-21T12:00:47.300652+0000 mon.a (mon.0) 587 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T12:00:48.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: audit 2024-03-21T12:00:46.909848+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: audit 2024-03-21T12:00:46.917155+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: cluster 2024-03-21T12:00:46.917542+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: cephadm 2024-03-21T12:00:46.920337+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Detected new or changed devices on smithi189 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: audit 2024-03-21T12:00:46.927014+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: audit 2024-03-21T12:00:46.943829+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: audit 2024-03-21T12:00:46.948773+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: audit 2024-03-21T12:00:46.950293+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: cluster 2024-03-21T12:00:46.953672+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: audit 2024-03-21T12:00:46.959688+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: cluster 2024-03-21T12:00:47.143675+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: audit 2024-03-21T12:00:47.290697+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:47 smithi094 bash[21610]: cluster 2024-03-21T12:00:47.300652+0000 mon.a (mon.0) 587 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T12:00:48.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: audit 2024-03-21T12:00:46.909848+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: audit 2024-03-21T12:00:46.917155+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: cluster 2024-03-21T12:00:46.917542+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:48.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: cephadm 2024-03-21T12:00:46.920337+0000 mgr.a (mgr.14152) 209 : cephadm [INF] Detected new or changed devices on smithi189 2024-03-21T12:00:48.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: audit 2024-03-21T12:00:46.927014+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: audit 2024-03-21T12:00:46.943829+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:48.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: audit 2024-03-21T12:00:46.948773+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:48.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: audit 2024-03-21T12:00:46.950293+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:48.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: cluster 2024-03-21T12:00:46.953672+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:48.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: audit 2024-03-21T12:00:46.959688+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: cluster 2024-03-21T12:00:47.143675+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-21T12:00:48.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: audit 2024-03-21T12:00:47.290697+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:48.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:47 smithi137 bash[22207]: cluster 2024-03-21T12:00:47.300652+0000 mon.a (mon.0) 587 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-21T12:00:49.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:48 smithi094 bash[21610]: cluster 2024-03-21T12:00:47.913589+0000 mon.a (mon.0) 588 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:00:49.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:48 smithi094 bash[21610]: audit 2024-03-21T12:00:48.252505+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:49.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:48 smithi189 bash[22248]: cluster 2024-03-21T12:00:47.913589+0000 mon.a (mon.0) 588 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:00:49.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:48 smithi189 bash[22248]: audit 2024-03-21T12:00:48.252505+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:49.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:48 smithi137 bash[22207]: cluster 2024-03-21T12:00:47.913589+0000 mon.a (mon.0) 588 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:00:49.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:48 smithi137 bash[22207]: audit 2024-03-21T12:00:48.252505+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:50.536 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:00:51.192 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1711022443,"num_in_osds":3,"osd_in_since":1711022415,"num_remapped_pgs":0} 2024-03-21T12:00:51.193 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T12:00:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:51 smithi094 bash[21610]: cluster 2024-03-21T12:00:48.954091+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:51.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:51 smithi094 bash[21610]: audit 2024-03-21T12:00:49.192885+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:51.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:51 smithi094 bash[21610]: audit 2024-03-21T12:00:49.195617+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:00:51.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:51 smithi094 bash[21610]: audit 2024-03-21T12:00:50.099581+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:00:51.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:51 smithi094 bash[21610]: audit 2024-03-21T12:00:50.100536+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:00:51.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:51 smithi094 bash[21610]: audit 2024-03-21T12:00:50.100717+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:00:51.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:51 smithi094 bash[21610]: audit 2024-03-21T12:00:50.100907+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:00:51.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:51 smithi094 bash[21610]: audit 2024-03-21T12:00:50.106336+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:00:51.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:51 smithi094 bash[21610]: audit 2024-03-21T12:00:50.106492+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:00:51.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:51 smithi094 bash[21610]: audit 2024-03-21T12:00:50.106666+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:00:51.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:51 smithi137 bash[22207]: cluster 2024-03-21T12:00:48.954091+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:51.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:51 smithi137 bash[22207]: audit 2024-03-21T12:00:49.192885+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:51.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:51 smithi137 bash[22207]: audit 2024-03-21T12:00:49.195617+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:00:51.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:51 smithi137 bash[22207]: audit 2024-03-21T12:00:50.099581+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:00:51.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:51 smithi137 bash[22207]: audit 2024-03-21T12:00:50.100536+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:00:51.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:51 smithi137 bash[22207]: audit 2024-03-21T12:00:50.100717+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:00:51.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:51 smithi137 bash[22207]: audit 2024-03-21T12:00:50.100907+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:00:51.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:51 smithi137 bash[22207]: audit 2024-03-21T12:00:50.106336+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:00:51.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:51 smithi137 bash[22207]: audit 2024-03-21T12:00:50.106492+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:00:51.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:51 smithi137 bash[22207]: audit 2024-03-21T12:00:50.106666+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:00:51.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:51 smithi189 bash[22248]: cluster 2024-03-21T12:00:48.954091+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:51.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:51 smithi189 bash[22248]: audit 2024-03-21T12:00:49.192885+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:51.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:51 smithi189 bash[22248]: audit 2024-03-21T12:00:49.195617+0000 mon.a (mon.0) 591 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:00:51.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:51 smithi189 bash[22248]: audit 2024-03-21T12:00:50.099581+0000 mon.a (mon.0) 592 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:00:51.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:51 smithi189 bash[22248]: audit 2024-03-21T12:00:50.100536+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:00:51.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:51 smithi189 bash[22248]: audit 2024-03-21T12:00:50.100717+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:00:51.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:51 smithi189 bash[22248]: audit 2024-03-21T12:00:50.100907+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:00:51.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:51 smithi189 bash[22248]: audit 2024-03-21T12:00:50.106336+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:00:51.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:51 smithi189 bash[22248]: audit 2024-03-21T12:00:50.106492+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:00:51.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:51 smithi189 bash[22248]: audit 2024-03-21T12:00:50.106666+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:00:52.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:52 smithi094 bash[21610]: audit 2024-03-21T12:00:50.106781+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:00:52.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:52 smithi094 bash[21610]: audit 2024-03-21T12:00:50.538300+0000 mon.a (mon.0) 599 : audit [DBG] from='client.? 172.21.15.94:0/4223526479' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:00:52.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:52 smithi094 bash[21610]: cluster 2024-03-21T12:00:50.954668+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:52.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:52 smithi094 bash[21610]: audit 2024-03-21T12:00:51.013040+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:00:52.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:52 smithi094 bash[21610]: audit 2024-03-21T12:00:51.020463+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:00:52.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:52 smithi094 bash[21610]: audit 2024-03-21T12:00:51.022355+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:00:52.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:52 smithi094 bash[21610]: audit 2024-03-21T12:00:51.022851+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:00:52.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:52 smithi094 bash[21610]: audit 2024-03-21T12:00:51.023352+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:00:52.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:52 smithi094 bash[21610]: audit 2024-03-21T12:00:51.906321+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:00:52.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:52 smithi137 bash[22207]: audit 2024-03-21T12:00:50.106781+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:00:52.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:52 smithi137 bash[22207]: audit 2024-03-21T12:00:50.538300+0000 mon.a (mon.0) 599 : audit [DBG] from='client.? 172.21.15.94:0/4223526479' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:00:52.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:52 smithi137 bash[22207]: cluster 2024-03-21T12:00:50.954668+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:52.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:52 smithi137 bash[22207]: audit 2024-03-21T12:00:51.013040+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:00:52.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:52 smithi137 bash[22207]: audit 2024-03-21T12:00:51.020463+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:00:52.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:52 smithi137 bash[22207]: audit 2024-03-21T12:00:51.022355+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:00:52.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:52 smithi137 bash[22207]: audit 2024-03-21T12:00:51.022851+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:00:52.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:52 smithi137 bash[22207]: audit 2024-03-21T12:00:51.023352+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:00:52.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:52 smithi137 bash[22207]: audit 2024-03-21T12:00:51.906321+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:00:52.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:52 smithi189 bash[22248]: audit 2024-03-21T12:00:50.106781+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:00:52.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:52 smithi189 bash[22248]: audit 2024-03-21T12:00:50.538300+0000 mon.a (mon.0) 599 : audit [DBG] from='client.? 172.21.15.94:0/4223526479' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-21T12:00:52.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:52 smithi189 bash[22248]: cluster 2024-03-21T12:00:50.954668+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:52.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:52 smithi189 bash[22248]: audit 2024-03-21T12:00:51.013040+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:00:52.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:52 smithi189 bash[22248]: audit 2024-03-21T12:00:51.020463+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-21T12:00:52.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:52 smithi189 bash[22248]: audit 2024-03-21T12:00:51.022355+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:00:52.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:52 smithi189 bash[22248]: audit 2024-03-21T12:00:51.022851+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:00:52.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:52 smithi189 bash[22248]: audit 2024-03-21T12:00:51.023352+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:00:52.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:52 smithi189 bash[22248]: audit 2024-03-21T12:00:51.906321+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-21T12:00:54.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:54 smithi094 bash[21610]: cluster 2024-03-21T12:00:52.955195+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:54.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:54 smithi137 bash[22207]: cluster 2024-03-21T12:00:52.955195+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:54.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:54 smithi189 bash[22248]: cluster 2024-03-21T12:00:52.955195+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:00:55.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:55 smithi137 bash[22207]: audit 2024-03-21T12:00:54.596854+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:55 smithi137 bash[22207]: audit 2024-03-21T12:00:54.605064+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:55 smithi137 bash[22207]: audit 2024-03-21T12:00:54.615732+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:55 smithi137 bash[22207]: audit 2024-03-21T12:00:54.648058+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:55.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:55 smithi137 bash[22207]: audit 2024-03-21T12:00:54.654031+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:55.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:55 smithi137 bash[22207]: audit 2024-03-21T12:00:54.656027+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:55.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:55 smithi137 bash[22207]: cluster 2024-03-21T12:00:54.659588+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 137 KiB/s wr, 9 op/s 2024-03-21T12:00:55.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:55 smithi137 bash[22207]: audit 2024-03-21T12:00:54.666545+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.907 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:00:55.929 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:55 smithi094 bash[21610]: audit 2024-03-21T12:00:54.596854+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.929 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:55 smithi094 bash[21610]: audit 2024-03-21T12:00:54.605064+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.929 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:55 smithi094 bash[21610]: audit 2024-03-21T12:00:54.615732+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.929 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:55 smithi094 bash[21610]: audit 2024-03-21T12:00:54.648058+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:55.929 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:55 smithi094 bash[21610]: audit 2024-03-21T12:00:54.654031+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:55.929 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:55 smithi094 bash[21610]: audit 2024-03-21T12:00:54.656027+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:55.929 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:55 smithi094 bash[21610]: cluster 2024-03-21T12:00:54.659588+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 137 KiB/s wr, 9 op/s 2024-03-21T12:00:55.929 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:55 smithi094 bash[21610]: audit 2024-03-21T12:00:54.666545+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:55 smithi189 bash[22248]: audit 2024-03-21T12:00:54.596854+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:55 smithi189 bash[22248]: audit 2024-03-21T12:00:54.605064+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:55 smithi189 bash[22248]: audit 2024-03-21T12:00:54.615732+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:55.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:55 smithi189 bash[22248]: audit 2024-03-21T12:00:54.648058+0000 mon.a (mon.0) 606 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:00:55.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:55 smithi189 bash[22248]: audit 2024-03-21T12:00:54.654031+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:00:55.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:55 smithi189 bash[22248]: audit 2024-03-21T12:00:54.656027+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:00:55.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:55 smithi189 bash[22248]: cluster 2024-03-21T12:00:54.659588+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.2 KiB/s rd, 137 KiB/s wr, 9 op/s 2024-03-21T12:00:55.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:55 smithi189 bash[22248]: audit 2024-03-21T12:00:54.666545+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:00:56.931 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:56 smithi094 bash[21610]: cluster 2024-03-21T12:00:55.611806+0000 mon.a (mon.0) 610 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:00:56.931 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:56 smithi094 bash[21610]: cluster 2024-03-21T12:00:55.611860+0000 mon.a (mon.0) 611 : cluster [INF] Cluster is now healthy 2024-03-21T12:00:56.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:56 smithi189 bash[22248]: cluster 2024-03-21T12:00:55.611806+0000 mon.a (mon.0) 610 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:00:56.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:56 smithi189 bash[22248]: cluster 2024-03-21T12:00:55.611860+0000 mon.a (mon.0) 611 : cluster [INF] Cluster is now healthy 2024-03-21T12:00:57.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:56 smithi137 bash[22207]: cluster 2024-03-21T12:00:55.611806+0000 mon.a (mon.0) 610 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-21T12:00:57.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:56 smithi137 bash[22207]: cluster 2024-03-21T12:00:55.611860+0000 mon.a (mon.0) 611 : cluster [INF] Cluster is now healthy 2024-03-21T12:00:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:57 smithi137 bash[22207]: cluster 2024-03-21T12:00:56.659956+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 102 KiB/s wr, 7 op/s 2024-03-21T12:00:57.928 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:57 smithi094 bash[21610]: cluster 2024-03-21T12:00:56.659956+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 102 KiB/s wr, 7 op/s 2024-03-21T12:00:57.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:57 smithi189 bash[22248]: cluster 2024-03-21T12:00:56.659956+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 102 KiB/s wr, 7 op/s 2024-03-21T12:00:59.550 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:00:59.550 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":21,"fsid":"93e5de92-e779-11ee-95cd-87774f69a715","created":"2024-03-21T11:54:55.584189+0000","modified":"2024-03-21T12:00:47.136972+0000","last_up_change":"2024-03-21T12:00:43.489875+0000","last_in_change":"2024-03-21T12:00:15.857361+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T12:00:45.131804+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f99d97f-b0e0-4803-b025-90b2a219a784","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.94:6802","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6803","nonce":3848573498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6805","nonce":3848573498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6809","nonce":3848573498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6807","nonce":3848573498}]},"public_addr":"172.21.15.94:6803/3848573498","cluster_addr":"172.21.15.94:6805/3848573498","heartbeat_back_addr":"172.21.15.94:6809/3848573498","heartbeat_front_addr":"172.21.15.94:6807/3848573498","state":["exists","up"]},{"osd":1,"uuid":"30856ace-8733-45e4-8e5c-c1b6644e29c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6801","nonce":3889979499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6803","nonce":3889979499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6807","nonce":3889979499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6805","nonce":3889979499}]},"public_addr":"172.21.15.137:6801/3889979499","cluster_addr":"172.21.15.137:6803/3889979499","heartbeat_back_addr":"172.21.15.137:6807/3889979499","heartbeat_front_addr":"172.21.15.137:6805/3889979499","state":["exists","up"]},{"osd":2,"uuid":"2e29d7e8-6367-43f0-9e2b-caf5be8428f6","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.189:6800","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6801","nonce":3744214242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6803","nonce":3744214242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6807","nonce":3744214242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6805","nonce":3744214242}]},"public_addr":"172.21.15.189:6801/3744214242","cluster_addr":"172.21.15.189:6803/3744214242","heartbeat_back_addr":"172.21.15.189:6807/3744214242","heartbeat_front_addr":"172.21.15.189:6805/3744214242","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T11:58:56.454522+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T11:59:51.049073+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:00:41.239100+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.94:0/654631161":"2024-03-22T11:56:02.462510+0000","172.21.15.94:0/1084623768":"2024-03-22T11:56:02.462510+0000","172.21.15.94:6800/2710971479":"2024-03-22T11:56:02.462510+0000","172.21.15.94:6801/4023359171":"2024-03-22T11:55:27.335427+0000","172.21.15.94:0/135494342":"2024-03-22T11:55:27.335427+0000","172.21.15.94:6801/2710971479":"2024-03-22T11:56:02.462510+0000","172.21.15.94:0/2605554604":"2024-03-22T11:55:27.335427+0000","172.21.15.94:0/945374839":"2024-03-22T11:55:27.335427+0000","172.21.15.94:0/1058341632":"2024-03-22T11:56:02.462510+0000","172.21.15.94:6800/4023359171":"2024-03-22T11:55:27.335427+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T12:00:59.832 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:59 smithi094 bash[21610]: cluster 2024-03-21T12:00:58.660485+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 81 KiB/s wr, 5 op/s 2024-03-21T12:00:59.832 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:00:59 smithi094 bash[21610]: audit 2024-03-21T12:00:59.551988+0000 mon.a (mon.0) 612 : audit [DBG] from='client.? 172.21.15.94:0/129718763' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:00:59.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:59 smithi189 bash[22248]: cluster 2024-03-21T12:00:58.660485+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 81 KiB/s wr, 5 op/s 2024-03-21T12:00:59.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:00:59 smithi189 bash[22248]: audit 2024-03-21T12:00:59.551988+0000 mon.a (mon.0) 612 : audit [DBG] from='client.? 172.21.15.94:0/129718763' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:01:00.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:59 smithi137 bash[22207]: cluster 2024-03-21T12:00:58.660485+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 81 KiB/s wr, 5 op/s 2024-03-21T12:01:00.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:00:59 smithi137 bash[22207]: audit 2024-03-21T12:00:59.551988+0000 mon.a (mon.0) 612 : audit [DBG] from='client.? 172.21.15.94:0/129718763' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:01:00.316 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-21T12:00:45.131804+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-03-21T12:01:00.317 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-21T12:01:01.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:01 smithi189 bash[22248]: cluster 2024-03-21T12:01:00.660969+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 67 KiB/s wr, 4 op/s 2024-03-21T12:01:02.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:01 smithi094 bash[21610]: cluster 2024-03-21T12:01:00.660969+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 67 KiB/s wr, 4 op/s 2024-03-21T12:01:02.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:01 smithi137 bash[22207]: cluster 2024-03-21T12:01:00.660969+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 67 KiB/s wr, 4 op/s 2024-03-21T12:01:03.229 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:02 smithi189 bash[22248]: audit 2024-03-21T12:01:01.932419+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:03.229 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:02 smithi189 bash[22248]: audit 2024-03-21T12:01:01.941791+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:03.229 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:02 smithi189 bash[22248]: audit 2024-03-21T12:01:01.952283+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:03.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:02 smithi094 bash[21610]: audit 2024-03-21T12:01:01.932419+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:03.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:02 smithi094 bash[21610]: audit 2024-03-21T12:01:01.941791+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:03.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:02 smithi094 bash[21610]: audit 2024-03-21T12:01:01.952283+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:03.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:02 smithi137 bash[22207]: audit 2024-03-21T12:01:01.932419+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:03.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:02 smithi137 bash[22207]: audit 2024-03-21T12:01:01.941791+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:03.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:02 smithi137 bash[22207]: audit 2024-03-21T12:01:01.952283+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:04.207 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:03 smithi189 bash[22248]: cluster 2024-03-21T12:01:02.661478+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 67 KiB/s wr, 4 op/s 2024-03-21T12:01:04.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:03 smithi094 bash[21610]: cluster 2024-03-21T12:01:02.661478+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 67 KiB/s wr, 4 op/s 2024-03-21T12:01:04.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:03 smithi137 bash[22207]: cluster 2024-03-21T12:01:02.661478+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 67 KiB/s wr, 4 op/s 2024-03-21T12:01:04.349 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:01:05.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:05 smithi189 bash[22248]: audit 2024-03-21T12:01:04.446866+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:05.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:05 smithi189 bash[22248]: audit 2024-03-21T12:01:04.453814+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:05.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:05 smithi189 bash[22248]: audit 2024-03-21T12:01:04.461518+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:05.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:05 smithi094 bash[21610]: audit 2024-03-21T12:01:04.446866+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:05.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:05 smithi094 bash[21610]: audit 2024-03-21T12:01:04.453814+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:05.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:05 smithi094 bash[21610]: audit 2024-03-21T12:01:04.461518+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:05.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:05 smithi137 bash[22207]: audit 2024-03-21T12:01:04.446866+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:05.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:05 smithi137 bash[22207]: audit 2024-03-21T12:01:04.453814+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:05.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:05 smithi137 bash[22207]: audit 2024-03-21T12:01:04.461518+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:06.713 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:06 smithi189 bash[22248]: cluster 2024-03-21T12:01:04.662049+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 67 KiB/s wr, 4 op/s 2024-03-21T12:01:06.723 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:06 smithi094 bash[21610]: cluster 2024-03-21T12:01:04.662049+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 67 KiB/s wr, 4 op/s 2024-03-21T12:01:06.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:06 smithi137 bash[22207]: cluster 2024-03-21T12:01:04.662049+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 67 KiB/s wr, 4 op/s 2024-03-21T12:01:07.120 INFO:teuthology.orchestra.run.smithi094.stdout:pg_num: 1 2024-03-21T12:01:07.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:07 smithi189 bash[22248]: audit 2024-03-21T12:01:07.122259+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.94:0/3085783205' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T12:01:07.748 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:07 smithi094 bash[21610]: audit 2024-03-21T12:01:07.122259+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.94:0/3085783205' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T12:01:07.749 INFO:tasks.cephadm:Setting up client nodes... 2024-03-21T12:01:07.749 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-21T12:01:07.750 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-21T12:01:07.750 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-21T12:01:07.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:07 smithi137 bash[22207]: audit 2024-03-21T12:01:07.122259+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.94:0/3085783205' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-21T12:01:08.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:08 smithi189 bash[22248]: cluster 2024-03-21T12:01:06.662600+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:08.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:08 smithi094 bash[21610]: cluster 2024-03-21T12:01:06.662600+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:08.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:08 smithi137 bash[22207]: cluster 2024-03-21T12:01:06.662600+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:10.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:10 smithi189 bash[22248]: cluster 2024-03-21T12:01:08.663161+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:10.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:10 smithi094 bash[21610]: cluster 2024-03-21T12:01:08.663161+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:10.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:10 smithi137 bash[22207]: cluster 2024-03-21T12:01:08.663161+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:12.470 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:01:12.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:12 smithi189 bash[22248]: cluster 2024-03-21T12:01:10.663683+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:12.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:12 smithi094 bash[21610]: cluster 2024-03-21T12:01:10.663683+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:12.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:12 smithi137 bash[22207]: cluster 2024-03-21T12:01:10.663683+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:14.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:14 smithi189 bash[22248]: cluster 2024-03-21T12:01:12.664228+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:14.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:14 smithi189 bash[22248]: audit 2024-03-21T12:01:14.171039+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:14.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:14 smithi189 bash[22248]: audit 2024-03-21T12:01:14.178731+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:14.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:14 smithi189 bash[22248]: audit 2024-03-21T12:01:14.186713+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:14.755 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:14 smithi094 bash[21610]: cluster 2024-03-21T12:01:12.664228+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:14.755 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:14 smithi094 bash[21610]: audit 2024-03-21T12:01:14.171039+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:14.756 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:14 smithi094 bash[21610]: audit 2024-03-21T12:01:14.178731+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:14.756 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:14 smithi094 bash[21610]: audit 2024-03-21T12:01:14.186713+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:14.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:14 smithi137 bash[22207]: cluster 2024-03-21T12:01:12.664228+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:14.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:14 smithi137 bash[22207]: audit 2024-03-21T12:01:14.171039+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:14.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:14 smithi137 bash[22207]: audit 2024-03-21T12:01:14.178731+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:14.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:14 smithi137 bash[22207]: audit 2024-03-21T12:01:14.186713+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:15.182 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:01:15.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:15 smithi137 bash[22207]: audit 2024-03-21T12:01:15.176187+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.94:0/1362097937' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T12:01:15.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:15 smithi094 bash[21610]: audit 2024-03-21T12:01:15.176187+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.94:0/1362097937' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T12:01:15.921 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6800","nonce":2818586257},{"type":"v1","addr":"172.21.15.94:6801","nonce":2818586257}]},"active_addr":"172.21.15.94:6801/2818586257","active_change":"2024-03-21T11:56:02.462765+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"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.27.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:10.4.0","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.9.5","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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.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.9.5","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":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.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:10.4.0","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.9.5","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.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.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.9.5","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":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.94: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.94:0","nonce":945477280}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.94:0","nonce":1713762983}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.94:0","nonce":4098107231}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.94:0","nonce":1902358740}]}]} 2024-03-21T12:01:15.928 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-21T12:01:15.928 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-21T12:01:15.928 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T12:01:15.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:15 smithi189 bash[22248]: audit 2024-03-21T12:01:15.176187+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.94:0/1362097937' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-21T12:01:16.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:16 smithi137 bash[22207]: cluster 2024-03-21T12:01:14.664774+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:16.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:16 smithi094 bash[21610]: cluster 2024-03-21T12:01:14.664774+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:16.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:16 smithi189 bash[22248]: cluster 2024-03-21T12:01:14.664774+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:17.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:17 smithi094 bash[21610]: cluster 2024-03-21T12:01:16.665327+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:17.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:17 smithi137 bash[22207]: cluster 2024-03-21T12:01:16.665327+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:17.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:17 smithi189 bash[22248]: cluster 2024-03-21T12:01:16.665327+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:19.983 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:19 smithi094 bash[21610]: cluster 2024-03-21T12:01:18.665751+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:19.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:19 smithi189 bash[22248]: cluster 2024-03-21T12:01:18.665751+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:20.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:19 smithi137 bash[22207]: cluster 2024-03-21T12:01:18.665751+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:21.722 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:01:21.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:21 smithi189 bash[22248]: cluster 2024-03-21T12:01:20.666059+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:22.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:21 smithi094 bash[21610]: cluster 2024-03-21T12:01:20.666059+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:22.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:21 smithi137 bash[22207]: cluster 2024-03-21T12:01:20.666059+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:23.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:23 smithi189 bash[22248]: audit 2024-03-21T12:01:22.152399+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:23.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:23 smithi189 bash[22248]: audit 2024-03-21T12:01:22.161240+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:23.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:23 smithi189 bash[22248]: audit 2024-03-21T12:01:22.171463+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:23.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:23 smithi094 bash[21610]: audit 2024-03-21T12:01:22.152399+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:23.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:23 smithi094 bash[21610]: audit 2024-03-21T12:01:22.161240+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:23.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:23 smithi094 bash[21610]: audit 2024-03-21T12:01:22.171463+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:23.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:23 smithi137 bash[22207]: audit 2024-03-21T12:01:22.152399+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:23.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:23 smithi137 bash[22207]: audit 2024-03-21T12:01:22.161240+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:23.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:23 smithi137 bash[22207]: audit 2024-03-21T12:01:22.171463+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:24.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:24 smithi189 bash[22248]: cluster 2024-03-21T12:01:22.666428+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:24.518 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:01:24.518 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":21,"fsid":"93e5de92-e779-11ee-95cd-87774f69a715","created":"2024-03-21T11:54:55.584189+0000","modified":"2024-03-21T12:00:47.136972+0000","last_up_change":"2024-03-21T12:00:43.489875+0000","last_in_change":"2024-03-21T12:00:15.857361+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T12:00:45.131804+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f99d97f-b0e0-4803-b025-90b2a219a784","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.94:6802","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6803","nonce":3848573498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6805","nonce":3848573498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6809","nonce":3848573498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6807","nonce":3848573498}]},"public_addr":"172.21.15.94:6803/3848573498","cluster_addr":"172.21.15.94:6805/3848573498","heartbeat_back_addr":"172.21.15.94:6809/3848573498","heartbeat_front_addr":"172.21.15.94:6807/3848573498","state":["exists","up"]},{"osd":1,"uuid":"30856ace-8733-45e4-8e5c-c1b6644e29c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6801","nonce":3889979499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6803","nonce":3889979499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6807","nonce":3889979499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6805","nonce":3889979499}]},"public_addr":"172.21.15.137:6801/3889979499","cluster_addr":"172.21.15.137:6803/3889979499","heartbeat_back_addr":"172.21.15.137:6807/3889979499","heartbeat_front_addr":"172.21.15.137:6805/3889979499","state":["exists","up"]},{"osd":2,"uuid":"2e29d7e8-6367-43f0-9e2b-caf5be8428f6","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.189:6800","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6801","nonce":3744214242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6803","nonce":3744214242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6807","nonce":3744214242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6805","nonce":3744214242}]},"public_addr":"172.21.15.189:6801/3744214242","cluster_addr":"172.21.15.189:6803/3744214242","heartbeat_back_addr":"172.21.15.189:6807/3744214242","heartbeat_front_addr":"172.21.15.189:6805/3744214242","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T11:58:56.454522+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T11:59:51.049073+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:00:41.239100+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.94:0/654631161":"2024-03-22T11:56:02.462510+0000","172.21.15.94:0/1084623768":"2024-03-22T11:56:02.462510+0000","172.21.15.94:6800/2710971479":"2024-03-22T11:56:02.462510+0000","172.21.15.94:6801/4023359171":"2024-03-22T11:55:27.335427+0000","172.21.15.94:0/135494342":"2024-03-22T11:55:27.335427+0000","172.21.15.94:6801/2710971479":"2024-03-22T11:56:02.462510+0000","172.21.15.94:0/2605554604":"2024-03-22T11:55:27.335427+0000","172.21.15.94:0/945374839":"2024-03-22T11:55:27.335427+0000","172.21.15.94:0/1058341632":"2024-03-22T11:56:02.462510+0000","172.21.15.94:6800/4023359171":"2024-03-22T11:55:27.335427+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T12:01:24.531 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:24 smithi094 bash[21610]: cluster 2024-03-21T12:01:22.666428+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:24.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:24 smithi137 bash[22207]: cluster 2024-03-21T12:01:22.666428+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:25.218 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-21T12:01:25.219 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-21T12:01:25.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:25 smithi189 bash[22248]: audit 2024-03-21T12:01:24.519332+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.94:0/106633881' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:01:25.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:25 smithi189 bash[22248]: audit 2024-03-21T12:01:24.590554+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:25.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:25 smithi189 bash[22248]: audit 2024-03-21T12:01:24.595636+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:25.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:25 smithi189 bash[22248]: audit 2024-03-21T12:01:24.601033+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:25.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:25 smithi094 bash[21610]: audit 2024-03-21T12:01:24.519332+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.94:0/106633881' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:01:25.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:25 smithi094 bash[21610]: audit 2024-03-21T12:01:24.590554+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:25.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:25 smithi094 bash[21610]: audit 2024-03-21T12:01:24.595636+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:25.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:25 smithi094 bash[21610]: audit 2024-03-21T12:01:24.601033+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:25.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:25 smithi137 bash[22207]: audit 2024-03-21T12:01:24.519332+0000 mon.a (mon.0) 627 : audit [DBG] from='client.? 172.21.15.94:0/106633881' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:01:25.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:25 smithi137 bash[22207]: audit 2024-03-21T12:01:24.590554+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:25.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:25 smithi137 bash[22207]: audit 2024-03-21T12:01:24.595636+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:25.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:25 smithi137 bash[22207]: audit 2024-03-21T12:01:24.601033+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:26.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:26 smithi189 bash[22248]: cluster 2024-03-21T12:01:24.666925+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:26.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:26 smithi094 bash[21610]: cluster 2024-03-21T12:01:24.666925+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:26.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:26 smithi137 bash[22207]: cluster 2024-03-21T12:01:24.666925+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:28.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:28 smithi189 bash[22248]: cluster 2024-03-21T12:01:26.667450+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:28.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:28 smithi094 bash[21610]: cluster 2024-03-21T12:01:26.667450+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:28.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:28 smithi137 bash[22207]: cluster 2024-03-21T12:01:26.667450+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:29.939 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:01:30.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:30 smithi094 bash[21610]: cluster 2024-03-21T12:01:28.668058+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:30.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:30 smithi189 bash[22248]: cluster 2024-03-21T12:01:28.668058+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:30.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:30 smithi137 bash[22207]: cluster 2024-03-21T12:01:28.668058+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:32.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:32 smithi189 bash[22248]: cluster 2024-03-21T12:01:30.668642+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:32.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:32 smithi094 bash[21610]: cluster 2024-03-21T12:01:30.668642+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:32.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:32 smithi137 bash[22207]: cluster 2024-03-21T12:01:30.668642+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:32.634 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:01:32.635 INFO:teuthology.orchestra.run.smithi094.stdout:{"epoch":21,"fsid":"93e5de92-e779-11ee-95cd-87774f69a715","created":"2024-03-21T11:54:55.584189+0000","modified":"2024-03-21T12:00:47.136972+0000","last_up_change":"2024-03-21T12:00:43.489875+0000","last_in_change":"2024-03-21T12:00:15.857361+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-03-21T12:00:45.131804+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"9f99d97f-b0e0-4803-b025-90b2a219a784","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.94:6802","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6803","nonce":3848573498}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6804","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6805","nonce":3848573498}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6808","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6809","nonce":3848573498}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.94:6806","nonce":3848573498},{"type":"v1","addr":"172.21.15.94:6807","nonce":3848573498}]},"public_addr":"172.21.15.94:6803/3848573498","cluster_addr":"172.21.15.94:6805/3848573498","heartbeat_back_addr":"172.21.15.94:6809/3848573498","heartbeat_front_addr":"172.21.15.94:6807/3848573498","state":["exists","up"]},{"osd":1,"uuid":"30856ace-8733-45e4-8e5c-c1b6644e29c4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6800","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6801","nonce":3889979499}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6802","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6803","nonce":3889979499}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6806","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6807","nonce":3889979499}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.137:6804","nonce":3889979499},{"type":"v1","addr":"172.21.15.137:6805","nonce":3889979499}]},"public_addr":"172.21.15.137:6801/3889979499","cluster_addr":"172.21.15.137:6803/3889979499","heartbeat_back_addr":"172.21.15.137:6807/3889979499","heartbeat_front_addr":"172.21.15.137:6805/3889979499","state":["exists","up"]},{"osd":2,"uuid":"2e29d7e8-6367-43f0-9e2b-caf5be8428f6","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.189:6800","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6801","nonce":3744214242}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6802","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6803","nonce":3744214242}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6806","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6807","nonce":3744214242}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.189:6804","nonce":3744214242},{"type":"v1","addr":"172.21.15.189:6805","nonce":3744214242}]},"public_addr":"172.21.15.189:6801/3744214242","cluster_addr":"172.21.15.189:6803/3744214242","heartbeat_back_addr":"172.21.15.189:6807/3744214242","heartbeat_front_addr":"172.21.15.189:6805/3744214242","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T11:58:56.454522+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T11:59:51.049073+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-03-21T12:00:41.239100+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.94:0/654631161":"2024-03-22T11:56:02.462510+0000","172.21.15.94:0/1084623768":"2024-03-22T11:56:02.462510+0000","172.21.15.94:6800/2710971479":"2024-03-22T11:56:02.462510+0000","172.21.15.94:6801/4023359171":"2024-03-22T11:55:27.335427+0000","172.21.15.94:0/135494342":"2024-03-22T11:55:27.335427+0000","172.21.15.94:6801/2710971479":"2024-03-22T11:56:02.462510+0000","172.21.15.94:0/2605554604":"2024-03-22T11:55:27.335427+0000","172.21.15.94:0/945374839":"2024-03-22T11:55:27.335427+0000","172.21.15.94:0/1058341632":"2024-03-22T11:56:02.462510+0000","172.21.15.94:6800/4023359171":"2024-03-22T11:55:27.335427+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-03-21T12:01:33.329 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-21T12:01:33.330 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-21T12:01:33.330 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-21T12:01:33.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:33 smithi189 bash[22248]: audit 2024-03-21T12:01:32.635779+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.94:0/2257902411' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:01:33.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:33 smithi094 bash[21610]: audit 2024-03-21T12:01:32.635779+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.94:0/2257902411' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:01:33.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:33 smithi137 bash[22207]: audit 2024-03-21T12:01:32.635779+0000 mon.a (mon.0) 631 : audit [DBG] from='client.? 172.21.15.94:0/2257902411' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-21T12:01:34.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:34 smithi189 bash[22248]: cluster 2024-03-21T12:01:32.669024+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:34.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:34 smithi094 bash[21610]: cluster 2024-03-21T12:01:32.669024+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:34.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:34 smithi137 bash[22207]: cluster 2024-03-21T12:01:32.669024+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:35.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:35 smithi189 bash[22248]: audit 2024-03-21T12:01:34.371251+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:35.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:35 smithi189 bash[22248]: audit 2024-03-21T12:01:34.380055+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:35.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:35 smithi189 bash[22248]: audit 2024-03-21T12:01:34.390558+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:35.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:35 smithi094 bash[21610]: audit 2024-03-21T12:01:34.371251+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:35.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:35 smithi094 bash[21610]: audit 2024-03-21T12:01:34.380055+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:35.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:35 smithi094 bash[21610]: audit 2024-03-21T12:01:34.390558+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:35.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:35 smithi137 bash[22207]: audit 2024-03-21T12:01:34.371251+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:35.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:35 smithi137 bash[22207]: audit 2024-03-21T12:01:34.380055+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:35.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:35 smithi137 bash[22207]: audit 2024-03-21T12:01:34.390558+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:36.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:36 smithi189 bash[22248]: cluster 2024-03-21T12:01:34.669539+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:36.740 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:36 smithi137 bash[22207]: cluster 2024-03-21T12:01:34.669539+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:36.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:36 smithi094 bash[21610]: cluster 2024-03-21T12:01:34.669539+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:38.054 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:01:38.055 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:01:38.055 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:01:38.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:38 smithi137 bash[22207]: cluster 2024-03-21T12:01:36.670075+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:38.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:38 smithi189 bash[22248]: cluster 2024-03-21T12:01:36.670075+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:38.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:38 smithi094 bash[21610]: cluster 2024-03-21T12:01:36.670075+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:40.711 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:40 smithi094 bash[21610]: cluster 2024-03-21T12:01:38.670533+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:40.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:40 smithi189 bash[22248]: cluster 2024-03-21T12:01:38.670533+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:40.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:40 smithi137 bash[22207]: cluster 2024-03-21T12:01:38.670533+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:42.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:42 smithi094 bash[21610]: cluster 2024-03-21T12:01:40.671025+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:42.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:42 smithi094 bash[21610]: audit 2024-03-21T12:01:42.382193+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:42.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:42 smithi094 bash[21610]: audit 2024-03-21T12:01:42.391124+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:42.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:42 smithi094 bash[21610]: audit 2024-03-21T12:01:42.401594+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:42.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:42 smithi189 bash[22248]: cluster 2024-03-21T12:01:40.671025+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:42.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:42 smithi189 bash[22248]: audit 2024-03-21T12:01:42.382193+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:42.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:42 smithi189 bash[22248]: audit 2024-03-21T12:01:42.391124+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:42.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:42 smithi189 bash[22248]: audit 2024-03-21T12:01:42.401594+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:42.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:42 smithi137 bash[22207]: cluster 2024-03-21T12:01:40.671025+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:42.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:42 smithi137 bash[22207]: audit 2024-03-21T12:01:42.382193+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:42.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:42 smithi137 bash[22207]: audit 2024-03-21T12:01:42.391124+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:42.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:42 smithi137 bash[22207]: audit 2024-03-21T12:01:42.401594+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:44.731 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:44 smithi094 bash[21610]: cluster 2024-03-21T12:01:42.671491+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:44.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:44 smithi189 bash[22248]: cluster 2024-03-21T12:01:42.671491+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:44.774 INFO:teuthology.orchestra.run.smithi094.stdout:34359738404 2024-03-21T12:01:44.774 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-21T12:01:44.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:44 smithi137 bash[22207]: cluster 2024-03-21T12:01:42.671491+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:45.804 INFO:teuthology.orchestra.run.smithi094.stdout:77309411344 2024-03-21T12:01:45.804 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-21T12:01:45.833 INFO:teuthology.orchestra.run.smithi094.stdout:55834574874 2024-03-21T12:01:45.834 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-21T12:01:45.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:45 smithi189 bash[22248]: cluster 2024-03-21T12:01:44.671903+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:45.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:45 smithi189 bash[22248]: audit 2024-03-21T12:01:44.790321+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:45.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:45 smithi189 bash[22248]: audit 2024-03-21T12:01:44.797375+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:45.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:45 smithi189 bash[22248]: audit 2024-03-21T12:01:44.804107+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:46.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:45 smithi094 bash[21610]: cluster 2024-03-21T12:01:44.671903+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:46.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:45 smithi094 bash[21610]: audit 2024-03-21T12:01:44.790321+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:46.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:45 smithi094 bash[21610]: audit 2024-03-21T12:01:44.797375+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:46.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:45 smithi094 bash[21610]: audit 2024-03-21T12:01:44.804107+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:46.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:45 smithi137 bash[22207]: cluster 2024-03-21T12:01:44.671903+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:46.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:45 smithi137 bash[22207]: audit 2024-03-21T12:01:44.790321+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:46.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:45 smithi137 bash[22207]: audit 2024-03-21T12:01:44.797375+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:46.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:45 smithi137 bash[22207]: audit 2024-03-21T12:01:44.804107+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:47.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:47 smithi094 bash[21610]: cluster 2024-03-21T12:01:46.672428+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:47.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:47 smithi137 bash[22207]: cluster 2024-03-21T12:01:46.672428+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:47.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:47 smithi189 bash[22248]: cluster 2024-03-21T12:01:46.672428+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:49.824 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:01:49.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:49 smithi189 bash[22248]: cluster 2024-03-21T12:01:48.672912+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:50.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:49 smithi094 bash[21610]: cluster 2024-03-21T12:01:48.672912+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:50.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:49 smithi137 bash[22207]: cluster 2024-03-21T12:01:48.672912+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:50.831 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:01:50.832 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:01:51.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:51 smithi189 bash[22248]: cluster 2024-03-21T12:01:50.673367+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:52.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:51 smithi094 bash[21610]: cluster 2024-03-21T12:01:50.673367+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:52.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:51 smithi137 bash[22207]: cluster 2024-03-21T12:01:50.673367+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:53.121 INFO:teuthology.orchestra.run.smithi094.stdout:34359738406 2024-03-21T12:01:53.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:53 smithi094 bash[21610]: cluster 2024-03-21T12:01:52.673760+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:53.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:53 smithi094 bash[21610]: audit 2024-03-21T12:01:53.123065+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.94:0/102437312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T12:01:53.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:53 smithi189 bash[22248]: cluster 2024-03-21T12:01:52.673760+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:53.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:53 smithi189 bash[22248]: audit 2024-03-21T12:01:53.123065+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.94:0/102437312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T12:01:54.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:53 smithi137 bash[22207]: cluster 2024-03-21T12:01:52.673760+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:54.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:53 smithi137 bash[22207]: audit 2024-03-21T12:01:53.123065+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.94:0/102437312' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-21T12:01:54.861 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2024-03-21T12:01:54.861 DEBUG:teuthology.parallel:result is None 2024-03-21T12:01:55.641 INFO:teuthology.orchestra.run.smithi094.stdout:55834574876 2024-03-21T12:01:55.666 INFO:teuthology.orchestra.run.smithi094.stdout:77309411346 2024-03-21T12:01:55.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:55 smithi137 bash[22207]: audit 2024-03-21T12:01:54.586673+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:55 smithi137 bash[22207]: audit 2024-03-21T12:01:54.595772+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:55 smithi137 bash[22207]: audit 2024-03-21T12:01:54.606023+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:55 smithi137 bash[22207]: cluster 2024-03-21T12:01:54.674367+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:55.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:55 smithi137 bash[22207]: audit 2024-03-21T12:01:54.775057+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:01:55.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:55 smithi137 bash[22207]: audit 2024-03-21T12:01:54.780760+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:01:55.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:55 smithi137 bash[22207]: audit 2024-03-21T12:01:54.782544+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:01:55.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:55 smithi137 bash[22207]: audit 2024-03-21T12:01:54.792567+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.850 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:55 smithi094 bash[21610]: audit 2024-03-21T12:01:54.586673+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.851 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:55 smithi094 bash[21610]: audit 2024-03-21T12:01:54.595772+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.851 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:55 smithi094 bash[21610]: audit 2024-03-21T12:01:54.606023+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.851 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:55 smithi094 bash[21610]: cluster 2024-03-21T12:01:54.674367+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:55.851 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:55 smithi094 bash[21610]: audit 2024-03-21T12:01:54.775057+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:01:55.851 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:55 smithi094 bash[21610]: audit 2024-03-21T12:01:54.780760+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:01:55.851 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:55 smithi094 bash[21610]: audit 2024-03-21T12:01:54.782544+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:01:55.851 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:55 smithi094 bash[21610]: audit 2024-03-21T12:01:54.792567+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:55 smithi189 bash[22248]: audit 2024-03-21T12:01:54.586673+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:55 smithi189 bash[22248]: audit 2024-03-21T12:01:54.595772+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:55 smithi189 bash[22248]: audit 2024-03-21T12:01:54.606023+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:55.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:55 smithi189 bash[22248]: cluster 2024-03-21T12:01:54.674367+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:55.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:55 smithi189 bash[22248]: audit 2024-03-21T12:01:54.775057+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:01:55.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:55 smithi189 bash[22248]: audit 2024-03-21T12:01:54.780760+0000 mon.a (mon.0) 646 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:01:55.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:55 smithi189 bash[22248]: audit 2024-03-21T12:01:54.782544+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:01:55.990 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:55 smithi189 bash[22248]: audit 2024-03-21T12:01:54.792567+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:01:56.772 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574876 for osd.1 2024-03-21T12:01:56.773 DEBUG:teuthology.parallel:result is None 2024-03-21T12:01:56.779 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-03-21T12:01:56.780 DEBUG:teuthology.parallel:result is None 2024-03-21T12:01:56.780 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-21T12:01:56.780 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T12:01:56.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:56 smithi189 bash[22248]: audit 2024-03-21T12:01:55.643230+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.94:0/3774058363' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T12:01:56.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:56 smithi189 bash[22248]: audit 2024-03-21T12:01:55.668995+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.94:0/4164623314' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T12:01:57.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:56 smithi094 bash[21610]: audit 2024-03-21T12:01:55.643230+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.94:0/3774058363' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T12:01:57.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:56 smithi094 bash[21610]: audit 2024-03-21T12:01:55.668995+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.94:0/4164623314' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T12:01:57.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:56 smithi137 bash[22207]: audit 2024-03-21T12:01:55.643230+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.94:0/3774058363' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-21T12:01:57.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:56 smithi137 bash[22207]: audit 2024-03-21T12:01:55.668995+0000 mon.a (mon.0) 650 : audit [DBG] from='client.? 172.21.15.94:0/4164623314' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-21T12:01:57.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:57 smithi189 bash[22248]: cluster 2024-03-21T12:01:56.675017+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:57 smithi094 bash[21610]: cluster 2024-03-21T12:01:56.675017+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:58.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:57 smithi137 bash[22207]: cluster 2024-03-21T12:01:56.675017+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:01:59.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:01:59 smithi189 bash[22248]: cluster 2024-03-21T12:01:58.675580+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:00.010 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:01:59 smithi137 bash[22207]: cluster 2024-03-21T12:01:58.675580+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:00.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:01:59 smithi094 bash[21610]: cluster 2024-03-21T12:01:58.675580+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:01.540 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:02:01.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:01 smithi189 bash[22248]: cluster 2024-03-21T12:02:00.676085+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:02.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:01 smithi094 bash[21610]: cluster 2024-03-21T12:02:00.676085+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:02.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:01 smithi137 bash[22207]: cluster 2024-03-21T12:02:00.676085+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:03.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:03 smithi189 bash[22248]: audit 2024-03-21T12:02:02.610749+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:03.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:03 smithi189 bash[22248]: audit 2024-03-21T12:02:02.619862+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:03.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:03 smithi189 bash[22248]: audit 2024-03-21T12:02:02.631810+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:03.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:03 smithi189 bash[22248]: cluster 2024-03-21T12:02:02.676460+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:04.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:03 smithi094 bash[21610]: audit 2024-03-21T12:02:02.610749+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:04.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:03 smithi094 bash[21610]: audit 2024-03-21T12:02:02.619862+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:04.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:03 smithi094 bash[21610]: audit 2024-03-21T12:02:02.631810+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:04.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:03 smithi094 bash[21610]: cluster 2024-03-21T12:02:02.676460+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:04.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:03 smithi137 bash[22207]: audit 2024-03-21T12:02:02.610749+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:04.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:03 smithi137 bash[22207]: audit 2024-03-21T12:02:02.619862+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:04.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:03 smithi137 bash[22207]: audit 2024-03-21T12:02:02.631810+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:04.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:03 smithi137 bash[22207]: cluster 2024-03-21T12:02:02.676460+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:05.292 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:02:05.294 INFO:teuthology.orchestra.run.smithi094.stderr:dumped all 2024-03-21T12:02:06.065 INFO:teuthology.orchestra.run.smithi094.stdout:{"pg_ready":true,"pg_map":{"version":195,"stamp":"2024-03-21T12:02:04.676685+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":89348,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146108,"statfs":{"total":287985106944,"available":287893614592,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":87223632},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003157"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-21T12:00:51.926574+0000","last_change":"2024-03-21T12:00:46.145089+0000","last_active":"2024-03-21T12:00:51.926574+0000","last_peered":"2024-03-21T12:00:51.926574+0000","last_clean":"2024-03-21T12:00:51.926574+0000","last_became_active":"2024-03-21T12:00:46.144515+0000","last_became_peered":"2024-03-21T12:00:46.144515+0000","last_unstale":"2024-03-21T12:00:51.926574+0000","last_undegraded":"2024-03-21T12:00:51.926574+0000","last_fullsized":"2024-03-21T12:00:51.926574+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T12:00:45.132207+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T12:00:45.132207+0000","last_clean_scrub_stamp":"2024-03-21T12:00:45.132207+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T14:25:47.861591+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411348,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T12:02:06.065 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-21T12:02:06.229 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:05 smithi189 bash[22248]: cluster 2024-03-21T12:02:04.676960+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:06.229 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:05 smithi189 bash[22248]: audit 2024-03-21T12:02:04.960269+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:06.229 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:05 smithi189 bash[22248]: audit 2024-03-21T12:02:04.966735+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:06.230 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:05 smithi189 bash[22248]: audit 2024-03-21T12:02:04.973202+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:06.230 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:05 smithi189 bash[22248]: audit 2024-03-21T12:02:05.293644+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:02:06.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:05 smithi094 bash[21610]: cluster 2024-03-21T12:02:04.676960+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:06.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:05 smithi094 bash[21610]: audit 2024-03-21T12:02:04.960269+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:06.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:05 smithi094 bash[21610]: audit 2024-03-21T12:02:04.966735+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:06.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:05 smithi094 bash[21610]: audit 2024-03-21T12:02:04.973202+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:06.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:05 smithi094 bash[21610]: audit 2024-03-21T12:02:05.293644+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:02:06.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:05 smithi137 bash[22207]: cluster 2024-03-21T12:02:04.676960+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:06.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:05 smithi137 bash[22207]: audit 2024-03-21T12:02:04.960269+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:06.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:05 smithi137 bash[22207]: audit 2024-03-21T12:02:04.966735+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:06.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:05 smithi137 bash[22207]: audit 2024-03-21T12:02:04.973202+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:06.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:05 smithi137 bash[22207]: audit 2024-03-21T12:02:05.293644+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14352 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:02:08.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:07 smithi189 bash[22248]: cluster 2024-03-21T12:02:06.677513+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:08.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:07 smithi094 bash[21610]: cluster 2024-03-21T12:02:06.677513+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:08.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:07 smithi137 bash[22207]: cluster 2024-03-21T12:02:06.677513+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:10.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:09 smithi189 bash[22248]: cluster 2024-03-21T12:02:08.678094+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:10.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:09 smithi094 bash[21610]: cluster 2024-03-21T12:02:08.678094+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:10.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:09 smithi137 bash[22207]: cluster 2024-03-21T12:02:08.678094+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:10.783 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:02:12.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:11 smithi189 bash[22248]: cluster 2024-03-21T12:02:10.678629+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:12.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:11 smithi094 bash[21610]: cluster 2024-03-21T12:02:10.678629+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:12.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:11 smithi137 bash[22207]: cluster 2024-03-21T12:02:10.678629+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:13.427 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:02:13.430 INFO:teuthology.orchestra.run.smithi094.stderr:dumped all 2024-03-21T12:02:14.053 INFO:teuthology.orchestra.run.smithi094.stdout:{"pg_ready":true,"pg_map":{"version":199,"stamp":"2024-03-21T12:02:12.678935+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":89348,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146108,"statfs":{"total":287985106944,"available":287893614592,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":87223632},"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.003086"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-21T12:00:51.926574+0000","last_change":"2024-03-21T12:00:46.145089+0000","last_active":"2024-03-21T12:00:51.926574+0000","last_peered":"2024-03-21T12:00:51.926574+0000","last_clean":"2024-03-21T12:00:51.926574+0000","last_became_active":"2024-03-21T12:00:46.144515+0000","last_became_peered":"2024-03-21T12:00:46.144515+0000","last_unstale":"2024-03-21T12:00:51.926574+0000","last_undegraded":"2024-03-21T12:00:51.926574+0000","last_fullsized":"2024-03-21T12:00:51.926574+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-21T12:00:45.132207+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-21T12:00:45.132207+0000","last_clean_scrub_stamp":"2024-03-21T12:00:45.132207+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-22T14:25:47.861591+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411349,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574879,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-21T12:02:14.054 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-21T12:02:14.054 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-21T12:02:14.054 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-21T12:02:14.054 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-21T12:02:14.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:13 smithi189 bash[22248]: cluster 2024-03-21T12:02:12.679169+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:14.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:13 smithi189 bash[22248]: audit 2024-03-21T12:02:13.428980+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:02:14.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:13 smithi094 bash[21610]: cluster 2024-03-21T12:02:12.679169+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:14.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:13 smithi094 bash[21610]: audit 2024-03-21T12:02:13.428980+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:02:14.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:13 smithi137 bash[22207]: cluster 2024-03-21T12:02:12.679169+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:14.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:13 smithi137 bash[22207]: audit 2024-03-21T12:02:13.428980+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14358 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:02:16.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:15 smithi137 bash[22207]: cluster 2024-03-21T12:02:14.679743+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:16.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:15 smithi137 bash[22207]: audit 2024-03-21T12:02:14.809476+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:16.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:15 smithi137 bash[22207]: audit 2024-03-21T12:02:14.817990+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:16.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:15 smithi137 bash[22207]: audit 2024-03-21T12:02:14.828286+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:16.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:15 smithi189 bash[22248]: cluster 2024-03-21T12:02:14.679743+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:16.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:15 smithi189 bash[22248]: audit 2024-03-21T12:02:14.809476+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:16.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:15 smithi189 bash[22248]: audit 2024-03-21T12:02:14.817990+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:16.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:15 smithi189 bash[22248]: audit 2024-03-21T12:02:14.828286+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:16.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:15 smithi094 bash[21610]: cluster 2024-03-21T12:02:14.679743+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:16.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:15 smithi094 bash[21610]: audit 2024-03-21T12:02:14.809476+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:16.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:15 smithi094 bash[21610]: audit 2024-03-21T12:02:14.817990+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:16.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:15 smithi094 bash[21610]: audit 2024-03-21T12:02:14.828286+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:18.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:17 smithi137 bash[22207]: cluster 2024-03-21T12:02:16.680310+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:18.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:17 smithi189 bash[22248]: cluster 2024-03-21T12:02:16.680310+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:18.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:17 smithi094 bash[21610]: cluster 2024-03-21T12:02:16.680310+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:18.784 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:02:19.872 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:19 smithi094 bash[21610]: cluster 2024-03-21T12:02:18.680944+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:20.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:19 smithi137 bash[22207]: cluster 2024-03-21T12:02:18.680944+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:20.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:19 smithi189 bash[22248]: cluster 2024-03-21T12:02:18.680944+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:21.476 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:02:21.476 INFO:teuthology.orchestra.run.smithi094.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-21T12:02:22.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:21 smithi137 bash[22207]: cluster 2024-03-21T12:02:20.681475+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:22.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:21 smithi137 bash[22207]: audit 2024-03-21T12:02:21.478570+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.94:0/3322422664' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T12:02:22.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:21 smithi189 bash[22248]: cluster 2024-03-21T12:02:20.681475+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:22.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:21 smithi189 bash[22248]: audit 2024-03-21T12:02:21.478570+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.94:0/3322422664' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T12:02:22.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:21 smithi094 bash[21610]: cluster 2024-03-21T12:02:20.681475+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:22.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:21 smithi094 bash[21610]: audit 2024-03-21T12:02:21.478570+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.94:0/3322422664' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-21T12:02:22.702 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-21T12:02:22.702 INFO:tasks.cephadm:Setup complete, yielding 2024-03-21T12:02:22.703 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-21T12:02:22.713 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi094.front.sepia.ceph.com 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- bash -c 'set -e 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> set -x 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> ceph orch apply node-exporter 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> ceph orch apply grafana 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> ceph orch apply alertmanager 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> ceph orch apply prometheus 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> sleep 240 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> ceph orch ls 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> ceph orch ps 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> ceph orch host ls 2024-03-21T12:02:22.714 DEBUG:teuthology.orchestra.run.smithi094:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> # check each host node-exporter metrics endpoint is responsive 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> for ip in $ALL_HOST_IPS; do 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> curl -s http://${ip}:9100/metric 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> done 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> # check grafana endpoints are responsive and database health is okay 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-03-21T12:02:22.715 DEBUG:teuthology.orchestra.run.smithi094:> # stop mon daemon in order to trigger an alert 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> ceph orch daemon stop $MON_DAEMON 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> sleep 120 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> # check prometheus endpoints are responsive and mon down alert is firing 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> # check alertmanager endpoints are responsive and mon down alert is active 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-03-21T12:02:22.716 DEBUG:teuthology.orchestra.run.smithi094:> ' 2024-03-21T12:02:24.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:23 smithi094 bash[21610]: cluster 2024-03-21T12:02:22.682136+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:24.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:23 smithi094 bash[21610]: audit 2024-03-21T12:02:22.820557+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:24.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:23 smithi094 bash[21610]: audit 2024-03-21T12:02:22.833350+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:24.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:23 smithi094 bash[21610]: audit 2024-03-21T12:02:22.838742+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:24.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:23 smithi137 bash[22207]: cluster 2024-03-21T12:02:22.682136+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:24.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:23 smithi137 bash[22207]: audit 2024-03-21T12:02:22.820557+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:24.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:23 smithi137 bash[22207]: audit 2024-03-21T12:02:22.833350+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:24.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:23 smithi137 bash[22207]: audit 2024-03-21T12:02:22.838742+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:24.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:23 smithi189 bash[22248]: cluster 2024-03-21T12:02:22.682136+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:24.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:23 smithi189 bash[22248]: audit 2024-03-21T12:02:22.820557+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:24.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:23 smithi189 bash[22248]: audit 2024-03-21T12:02:22.833350+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:24.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:23 smithi189 bash[22248]: audit 2024-03-21T12:02:22.838742+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:26.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:26 smithi189 bash[22248]: cluster 2024-03-21T12:02:24.682527+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:26.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:26 smithi189 bash[22248]: audit 2024-03-21T12:02:25.090967+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:26.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:26 smithi189 bash[22248]: audit 2024-03-21T12:02:25.095310+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:26.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:26 smithi189 bash[22248]: audit 2024-03-21T12:02:25.100969+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:26.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:26 smithi094 bash[21610]: cluster 2024-03-21T12:02:24.682527+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:26.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:26 smithi094 bash[21610]: audit 2024-03-21T12:02:25.090967+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:26.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:26 smithi094 bash[21610]: audit 2024-03-21T12:02:25.095310+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:26.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:26 smithi094 bash[21610]: audit 2024-03-21T12:02:25.100969+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:26.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:26 smithi137 bash[22207]: cluster 2024-03-21T12:02:24.682527+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:26.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:26 smithi137 bash[22207]: audit 2024-03-21T12:02:25.090967+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:26.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:26 smithi137 bash[22207]: audit 2024-03-21T12:02:25.095310+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:26.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:26 smithi137 bash[22207]: audit 2024-03-21T12:02:25.100969+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:27.256 INFO:teuthology.orchestra.run.smithi094.stderr:Inferring config /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/mon.a/config 2024-03-21T12:02:28.276 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:28 smithi094 bash[21610]: cluster 2024-03-21T12:02:26.682997+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:28.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:28 smithi189 bash[22248]: cluster 2024-03-21T12:02:26.682997+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:28.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:28 smithi137 bash[22207]: cluster 2024-03-21T12:02:26.682997+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:29.517 INFO:teuthology.orchestra.run.smithi094.stderr:+ ceph orch apply node-exporter 2024-03-21T12:02:29.874 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled node-exporter update... 2024-03-21T12:02:29.887 INFO:teuthology.orchestra.run.smithi094.stderr:+ ceph orch apply grafana 2024-03-21T12:02:30.235 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled grafana update... 2024-03-21T12:02:30.248 INFO:teuthology.orchestra.run.smithi094.stderr:+ ceph orch apply alertmanager 2024-03-21T12:02:30.360 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:30 smithi094 bash[21610]: cluster 2024-03-21T12:02:28.683405+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:30.360 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:30 smithi094 bash[21610]: audit 2024-03-21T12:02:29.875713+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:30.361 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:30 smithi094 bash[21610]: audit 2024-03-21T12:02:29.926138+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:30.361 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:30 smithi094 bash[21610]: audit 2024-03-21T12:02:29.929695+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:30.361 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:30 smithi094 bash[21610]: audit 2024-03-21T12:02:29.930681+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:30.361 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:30 smithi094 bash[21610]: audit 2024-03-21T12:02:29.937784+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:30.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:30 smithi189 bash[22248]: cluster 2024-03-21T12:02:28.683405+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:30.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:30 smithi189 bash[22248]: audit 2024-03-21T12:02:29.875713+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:30.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:30 smithi189 bash[22248]: audit 2024-03-21T12:02:29.926138+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:30.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:30 smithi189 bash[22248]: audit 2024-03-21T12:02:29.929695+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:30.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:30 smithi189 bash[22248]: audit 2024-03-21T12:02:29.930681+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:30.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:30 smithi189 bash[22248]: audit 2024-03-21T12:02:29.937784+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:30.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:30 smithi137 bash[22207]: cluster 2024-03-21T12:02:28.683405+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:30.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:30 smithi137 bash[22207]: audit 2024-03-21T12:02:29.875713+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:30.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:30 smithi137 bash[22207]: audit 2024-03-21T12:02:29.926138+0000 mon.a (mon.0) 668 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:30.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:30 smithi137 bash[22207]: audit 2024-03-21T12:02:29.929695+0000 mon.a (mon.0) 669 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:30.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:30 smithi137 bash[22207]: audit 2024-03-21T12:02:29.930681+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:30.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:30 smithi137 bash[22207]: audit 2024-03-21T12:02:29.937784+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:30.592 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled alertmanager update... 2024-03-21T12:02:30.607 INFO:teuthology.orchestra.run.smithi094.stderr:+ ceph orch apply prometheus 2024-03-21T12:02:30.950 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled prometheus update... 2024-03-21T12:02:30.963 INFO:teuthology.orchestra.run.smithi094.stderr:+ sleep 240 2024-03-21T12:02:30.977 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:30 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:30.977 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:30 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:30.977 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:02:30 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:30.977 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:02:30 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:30.977 INFO:journalctl@ceph.osd.0.smithi094.stdout:Mar 21 12:02:30 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:30.978 INFO:journalctl@ceph.osd.0.smithi094.stdout:Mar 21 12:02:30 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:31.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: audit 2024-03-21T12:02:29.867915+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:31.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: cephadm 2024-03-21T12:02:29.869481+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-21T12:02:31.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: cephadm 2024-03-21T12:02:29.940367+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-03-21T12:02:31.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: audit 2024-03-21T12:02:30.228796+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:31.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: cephadm 2024-03-21T12:02:30.231895+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-21T12:02:31.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: audit 2024-03-21T12:02:30.236579+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: audit 2024-03-21T12:02:30.591583+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: audit 2024-03-21T12:02:30.952548+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: audit 2024-03-21T12:02:31.015217+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: audit 2024-03-21T12:02:31.019721+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:31 smithi189 bash[22248]: audit 2024-03-21T12:02:31.060116+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: audit 2024-03-21T12:02:29.867915+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:31.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: cephadm 2024-03-21T12:02:29.869481+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-21T12:02:31.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: cephadm 2024-03-21T12:02:29.940367+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-03-21T12:02:31.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: audit 2024-03-21T12:02:30.228796+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:31.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: cephadm 2024-03-21T12:02:30.231895+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-21T12:02:31.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: audit 2024-03-21T12:02:30.236579+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: audit 2024-03-21T12:02:30.591583+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: audit 2024-03-21T12:02:30.952548+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: audit 2024-03-21T12:02:31.015217+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: audit 2024-03-21T12:02:31.019721+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:31 smithi094 bash[21610]: audit 2024-03-21T12:02:31.060116+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.585 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: audit 2024-03-21T12:02:29.867915+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14370 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:31.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: cephadm 2024-03-21T12:02:29.869481+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-21T12:02:31.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: cephadm 2024-03-21T12:02:29.940367+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi094 on smithi094 2024-03-21T12:02:31.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: audit 2024-03-21T12:02:30.228796+0000 mgr.a (mgr.14152) 267 : audit [DBG] from='client.14376 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:31.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: cephadm 2024-03-21T12:02:30.231895+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-21T12:02:31.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: audit 2024-03-21T12:02:30.236579+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: audit 2024-03-21T12:02:30.591583+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: audit 2024-03-21T12:02:30.952548+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: audit 2024-03-21T12:02:31.015217+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: audit 2024-03-21T12:02:31.019721+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.586 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 bash[22207]: audit 2024-03-21T12:02:31.060116+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:31.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:31.840 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:02:31 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:31.840 INFO:journalctl@ceph.osd.1.smithi137.stdout:Mar 21 12:02:31 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:32.130 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:31 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:32.130 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:02:31 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:32.131 INFO:journalctl@ceph.osd.1.smithi137.stdout:Mar 21 12:02:31 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:32.283 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:32 smithi094 bash[21610]: audit 2024-03-21T12:02:30.586021+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:32.283 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:32 smithi094 bash[21610]: cephadm 2024-03-21T12:02:30.587109+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-21T12:02:32.283 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:32 smithi094 bash[21610]: cluster 2024-03-21T12:02:30.683678+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:32.284 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:32 smithi094 bash[21610]: audit 2024-03-21T12:02:30.947321+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:32.284 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:32 smithi094 bash[21610]: cephadm 2024-03-21T12:02:30.948815+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-21T12:02:32.284 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:32 smithi094 bash[21610]: cephadm 2024-03-21T12:02:31.060947+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi137 on smithi137 2024-03-21T12:02:32.284 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:32 smithi094 bash[21610]: audit 2024-03-21T12:02:32.141411+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:32.284 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:32 smithi094 bash[21610]: audit 2024-03-21T12:02:32.150494+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:32.284 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:32 smithi094 bash[21610]: audit 2024-03-21T12:02:32.184443+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:32.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:32 smithi137 bash[22207]: audit 2024-03-21T12:02:30.586021+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:32.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:32 smithi137 bash[22207]: cephadm 2024-03-21T12:02:30.587109+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-21T12:02:32.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:32 smithi137 bash[22207]: cluster 2024-03-21T12:02:30.683678+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:32.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:32 smithi137 bash[22207]: audit 2024-03-21T12:02:30.947321+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:32.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:32 smithi137 bash[22207]: cephadm 2024-03-21T12:02:30.948815+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-21T12:02:32.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:32 smithi137 bash[22207]: cephadm 2024-03-21T12:02:31.060947+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi137 on smithi137 2024-03-21T12:02:32.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:32 smithi137 bash[22207]: audit 2024-03-21T12:02:32.141411+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:32.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:32 smithi137 bash[22207]: audit 2024-03-21T12:02:32.150494+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:32.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:32 smithi137 bash[22207]: audit 2024-03-21T12:02:32.184443+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:32.616 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:32 smithi189 bash[22248]: audit 2024-03-21T12:02:30.586021+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:32.616 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:32 smithi189 bash[22248]: cephadm 2024-03-21T12:02:30.587109+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-21T12:02:32.616 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:32 smithi189 bash[22248]: cluster 2024-03-21T12:02:30.683678+0000 mgr.a (mgr.14152) 271 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:32.616 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:32 smithi189 bash[22248]: audit 2024-03-21T12:02:30.947321+0000 mgr.a (mgr.14152) 272 : audit [DBG] from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:02:32.616 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:32 smithi189 bash[22248]: cephadm 2024-03-21T12:02:30.948815+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-21T12:02:32.616 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:32 smithi189 bash[22248]: cephadm 2024-03-21T12:02:31.060947+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Deploying daemon node-exporter.smithi137 on smithi137 2024-03-21T12:02:32.616 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:32 smithi189 bash[22248]: audit 2024-03-21T12:02:32.141411+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:32.616 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:32 smithi189 bash[22248]: audit 2024-03-21T12:02:32.150494+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:32.617 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:32 smithi189 bash[22248]: audit 2024-03-21T12:02:32.184443+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:33.216 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:32 smithi189 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:33.216 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:33 smithi189 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:33.217 INFO:journalctl@ceph.osd.2.smithi189.stdout:Mar 21 12:02:32 smithi189 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:33.217 INFO:journalctl@ceph.osd.2.smithi189.stdout:Mar 21 12:02:33 smithi189 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:02:33.466 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:33 smithi137 bash[22207]: cephadm 2024-03-21T12:02:32.186270+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi189 on smithi189 2024-03-21T12:02:33.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:33 smithi189 bash[22248]: cephadm 2024-03-21T12:02:32.186270+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi189 on smithi189 2024-03-21T12:02:33.511 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:33 smithi094 bash[21610]: cephadm 2024-03-21T12:02:32.186270+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi189 on smithi189 2024-03-21T12:02:34.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: cluster 2024-03-21T12:02:32.684033+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:34.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.371110+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.379631+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.411221+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.418108+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.525122+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:34.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.528304+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:34.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.529294+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:34.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.535943+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.623270+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:34.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.626334+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:34.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.627148+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:34.591 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:34 smithi137 bash[22207]: audit 2024-03-21T12:02:33.632938+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.620 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: cluster 2024-03-21T12:02:32.684033+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:34.620 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.371110+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.620 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.379631+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.620 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.411221+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.621 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.418108+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.621 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.525122+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:34.621 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.528304+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:34.621 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.529294+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:34.621 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.535943+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.621 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.623270+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:34.621 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.626334+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:34.621 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.627148+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:34.621 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:34 smithi189 bash[22248]: audit 2024-03-21T12:02:33.632938+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: cluster 2024-03-21T12:02:32.684033+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.371110+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.379631+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.411221+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.418108+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.525122+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.528304+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.529294+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.535943+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.623270+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.626334+0000 mon.a (mon.0) 690 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:34.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.627148+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:34.800 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:34 smithi094 bash[21610]: audit 2024-03-21T12:02:33.632938+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:35.527 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:35 smithi094 bash[21610]: cephadm 2024-03-21T12:02:33.536510+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:02:35.527 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:35 smithi094 bash[21610]: cephadm 2024-03-21T12:02:33.633465+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:02:35.527 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:35 smithi094 bash[21610]: audit 2024-03-21T12:02:34.987881+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:35.680 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:35 smithi137 bash[22207]: cephadm 2024-03-21T12:02:33.536510+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:02:35.680 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:35 smithi137 bash[22207]: cephadm 2024-03-21T12:02:33.633465+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:02:35.680 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:35 smithi137 bash[22207]: audit 2024-03-21T12:02:34.987881+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:35.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:35 smithi189 bash[22248]: cephadm 2024-03-21T12:02:33.536510+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:02:35.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:35 smithi189 bash[22248]: cephadm 2024-03-21T12:02:33.633465+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:02:35.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:35 smithi189 bash[22248]: audit 2024-03-21T12:02:34.987881+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:36.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:36 smithi189 bash[22248]: cluster 2024-03-21T12:02:34.684437+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:36.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:36 smithi094 bash[21610]: cluster 2024-03-21T12:02:34.684437+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:36.830 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:36 smithi137 bash[22207]: cluster 2024-03-21T12:02:34.684437+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:38.445 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:38 smithi189 bash[22248]: cluster 2024-03-21T12:02:36.684842+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:38.445 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:38 smithi189 bash[22248]: audit 2024-03-21T12:02:37.971226+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:38.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:38 smithi137 bash[22207]: cluster 2024-03-21T12:02:36.684842+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:38.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:38 smithi137 bash[22207]: audit 2024-03-21T12:02:37.971226+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:38.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:38 smithi094 bash[21610]: cluster 2024-03-21T12:02:36.684842+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:38.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:38 smithi094 bash[21610]: audit 2024-03-21T12:02:37.971226+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:40.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:39 smithi137 bash[22207]: cluster 2024-03-21T12:02:38.685345+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:40.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:39 smithi137 bash[22207]: audit 2024-03-21T12:02:38.950287+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:40.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:39 smithi137 bash[22207]: audit 2024-03-21T12:02:39.125261+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:40.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:39 smithi137 bash[22207]: audit 2024-03-21T12:02:39.814292+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:40.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:39 smithi189 bash[22248]: cluster 2024-03-21T12:02:38.685345+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:40.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:39 smithi189 bash[22248]: audit 2024-03-21T12:02:38.950287+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:40.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:39 smithi189 bash[22248]: audit 2024-03-21T12:02:39.125261+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:40.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:39 smithi189 bash[22248]: audit 2024-03-21T12:02:39.814292+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:40.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:39 smithi094 bash[21610]: cluster 2024-03-21T12:02:38.685345+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:40.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:39 smithi094 bash[21610]: audit 2024-03-21T12:02:38.950287+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:40.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:39 smithi094 bash[21610]: audit 2024-03-21T12:02:39.125261+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:40.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:39 smithi094 bash[21610]: audit 2024-03-21T12:02:39.814292+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:41 smithi094 bash[21610]: audit 2024-03-21T12:02:40.539702+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:41 smithi094 bash[21610]: cluster 2024-03-21T12:02:40.685873+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:41.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:41 smithi094 bash[21610]: audit 2024-03-21T12:02:40.912090+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:41 smithi094 bash[21610]: audit 2024-03-21T12:02:40.921960+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.799 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:41 smithi094 bash[21610]: audit 2024-03-21T12:02:40.932226+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:41 smithi137 bash[22207]: audit 2024-03-21T12:02:40.539702+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:41 smithi137 bash[22207]: cluster 2024-03-21T12:02:40.685873+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:41.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:41 smithi137 bash[22207]: audit 2024-03-21T12:02:40.912090+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:41 smithi137 bash[22207]: audit 2024-03-21T12:02:40.921960+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:41 smithi137 bash[22207]: audit 2024-03-21T12:02:40.932226+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.904 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:41 smithi189 bash[22248]: audit 2024-03-21T12:02:40.539702+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.904 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:41 smithi189 bash[22248]: cluster 2024-03-21T12:02:40.685873+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:41.904 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:41 smithi189 bash[22248]: audit 2024-03-21T12:02:40.912090+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.904 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:41 smithi189 bash[22248]: audit 2024-03-21T12:02:40.921960+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:41.904 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:41 smithi189 bash[22248]: audit 2024-03-21T12:02:40.932226+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:41.923703+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:41.928271+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:41.933149+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.071409+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.080373+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.090844+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.091512+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:43.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.097991+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:43.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.099793+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:43.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.109401+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: cephadm 2024-03-21T12:02:42.159131+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T12:02:43.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.308443+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.312660+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.316731+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:02:43.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.317685+0000 mgr.a (mgr.14152) 284 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:02:43.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: audit 2024-03-21T12:02:42.321775+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.243 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:42 smithi189 bash[22248]: cephadm 2024-03-21T12:02:42.340109+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Deploying daemon grafana.smithi094 on smithi094 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:41.923703+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:41.928271+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:41.933149+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.071409+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.080373+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.090844+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.091512+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.097991+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.099793+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.109401+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: cephadm 2024-03-21T12:02:42.159131+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T12:02:43.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.308443+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.312660+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.316731+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:02:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.317685+0000 mgr.a (mgr.14152) 284 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:02:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: audit 2024-03-21T12:02:42.321775+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:42 smithi094 bash[21610]: cephadm 2024-03-21T12:02:42.340109+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Deploying daemon grafana.smithi094 on smithi094 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:41.923703+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:41.928271+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:41.933149+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.071409+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.080373+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.090844+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.091512+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.097991+0000 mon.a (mon.0) 709 : audit [DBG] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.099793+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.109401+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: cephadm 2024-03-21T12:02:42.159131+0000 mgr.a (mgr.14152) 283 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-21T12:02:43.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.308443+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.312660+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.316731+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:02:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.317685+0000 mgr.a (mgr.14152) 284 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-21T12:02:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: audit 2024-03-21T12:02:42.321775+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:02:43.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:42 smithi137 bash[22207]: cephadm 2024-03-21T12:02:42.340109+0000 mgr.a (mgr.14152) 285 : cephadm [INF] Deploying daemon grafana.smithi094 on smithi094 2024-03-21T12:02:44.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:44 smithi137 bash[22207]: cluster 2024-03-21T12:02:42.686252+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:44.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:44 smithi189 bash[22248]: cluster 2024-03-21T12:02:42.686252+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:44.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:44 smithi094 bash[21610]: cluster 2024-03-21T12:02:42.686252+0000 mgr.a (mgr.14152) 286 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:46.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:46 smithi137 bash[22207]: cluster 2024-03-21T12:02:44.686633+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:46.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:46 smithi189 bash[22248]: cluster 2024-03-21T12:02:44.686633+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:46.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:46 smithi094 bash[21610]: cluster 2024-03-21T12:02:44.686633+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:48.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:48 smithi137 bash[22207]: cluster 2024-03-21T12:02:46.687047+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:48.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:48 smithi189 bash[22248]: cluster 2024-03-21T12:02:46.687047+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:48.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:48 smithi094 bash[21610]: cluster 2024-03-21T12:02:46.687047+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:50.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:50 smithi137 bash[22207]: cluster 2024-03-21T12:02:48.687434+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:50.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:50 smithi189 bash[22248]: cluster 2024-03-21T12:02:48.687434+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:50.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:50 smithi094 bash[21610]: cluster 2024-03-21T12:02:48.687434+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:52.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:52 smithi137 bash[22207]: cluster 2024-03-21T12:02:50.687912+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:52.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:52 smithi189 bash[22248]: cluster 2024-03-21T12:02:50.687912+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:53.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:52 smithi094 bash[21610]: cluster 2024-03-21T12:02:50.687912+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:54.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:54 smithi189 bash[22248]: cluster 2024-03-21T12:02:52.688487+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:54.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:54 smithi094 bash[21610]: cluster 2024-03-21T12:02:52.688487+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:54.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:54 smithi137 bash[22207]: cluster 2024-03-21T12:02:52.688487+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:56.615 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:56 smithi137 bash[22207]: cluster 2024-03-21T12:02:54.688986+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:56.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:56 smithi189 bash[22248]: cluster 2024-03-21T12:02:54.688986+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:56.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:56 smithi094 bash[21610]: cluster 2024-03-21T12:02:54.688986+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:57.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:57 smithi137 bash[22207]: cluster 2024-03-21T12:02:56.689526+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:57.704 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:57 smithi189 bash[22248]: cluster 2024-03-21T12:02:56.689526+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:02:57.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:57 smithi094 bash[21610]: cluster 2024-03-21T12:02:56.689526+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:00.004 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:02:59 smithi189 bash[22248]: cluster 2024-03-21T12:02:58.690066+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:00.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:02:59 smithi094 bash[21610]: cluster 2024-03-21T12:02:58.690066+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:00.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:02:59 smithi137 bash[22207]: cluster 2024-03-21T12:02:58.690066+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:01.143 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:01 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:01.144 INFO:journalctl@ceph.osd.0.smithi094.stdout:Mar 21 12:03:01 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:01.144 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:01 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:01.145 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:01 smithi094 bash[21610]: audit 2024-03-21T12:03:00.109154+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.145 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:01 smithi094 bash[21610]: audit 2024-03-21T12:03:00.116544+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.145 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:01 smithi094 bash[21610]: audit 2024-03-21T12:03:00.123064+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.145 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:01 smithi094 bash[21610]: audit 2024-03-21T12:03:00.555292+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.145 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:01 smithi094 bash[21610]: audit 2024-03-21T12:03:00.562326+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.146 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:01 smithi094 bash[21610]: audit 2024-03-21T12:03:00.569994+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.403 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:01 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:01.403 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:01 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:01.404 INFO:journalctl@ceph.osd.0.smithi094.stdout:Mar 21 12:03:01 smithi094 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:01.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:01 smithi189 bash[22248]: audit 2024-03-21T12:03:00.109154+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:01 smithi189 bash[22248]: audit 2024-03-21T12:03:00.116544+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:01 smithi189 bash[22248]: audit 2024-03-21T12:03:00.123064+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:01 smithi189 bash[22248]: audit 2024-03-21T12:03:00.555292+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:01 smithi189 bash[22248]: audit 2024-03-21T12:03:00.562326+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:01 smithi189 bash[22248]: audit 2024-03-21T12:03:00.569994+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:01 smithi137 bash[22207]: audit 2024-03-21T12:03:00.109154+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:01 smithi137 bash[22207]: audit 2024-03-21T12:03:00.116544+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:01 smithi137 bash[22207]: audit 2024-03-21T12:03:00.123064+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:01 smithi137 bash[22207]: audit 2024-03-21T12:03:00.555292+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:01 smithi137 bash[22207]: audit 2024-03-21T12:03:00.562326+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:01.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:01 smithi137 bash[22207]: audit 2024-03-21T12:03:00.569994+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:02 smithi189 bash[22248]: cluster 2024-03-21T12:03:00.690582+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:02.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:02 smithi189 bash[22248]: audit 2024-03-21T12:03:01.407579+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:02 smithi189 bash[22248]: audit 2024-03-21T12:03:01.414739+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:02 smithi189 bash[22248]: audit 2024-03-21T12:03:01.443546+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:02 smithi189 bash[22248]: audit 2024-03-21T12:03:01.448495+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:02 smithi189 bash[22248]: cephadm 2024-03-21T12:03:01.461454+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon alertmanager.smithi189 on smithi189 2024-03-21T12:03:02.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:02 smithi189 bash[22248]: audit 2024-03-21T12:03:02.289993+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:02 smithi189 bash[22248]: audit 2024-03-21T12:03:02.296751+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:02 smithi189 bash[22248]: audit 2024-03-21T12:03:02.304962+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.755 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:02 smithi094 bash[21610]: cluster 2024-03-21T12:03:00.690582+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:02.756 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:02 smithi094 bash[21610]: audit 2024-03-21T12:03:01.407579+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.756 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:02 smithi094 bash[21610]: audit 2024-03-21T12:03:01.414739+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.756 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:02 smithi094 bash[21610]: audit 2024-03-21T12:03:01.443546+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.756 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:02 smithi094 bash[21610]: audit 2024-03-21T12:03:01.448495+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.756 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:02 smithi094 bash[21610]: cephadm 2024-03-21T12:03:01.461454+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon alertmanager.smithi189 on smithi189 2024-03-21T12:03:02.756 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:02 smithi094 bash[21610]: audit 2024-03-21T12:03:02.289993+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.756 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:02 smithi094 bash[21610]: audit 2024-03-21T12:03:02.296751+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.756 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:02 smithi094 bash[21610]: audit 2024-03-21T12:03:02.304962+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:02 smithi137 bash[22207]: cluster 2024-03-21T12:03:00.690582+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:02.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:02 smithi137 bash[22207]: audit 2024-03-21T12:03:01.407579+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:02 smithi137 bash[22207]: audit 2024-03-21T12:03:01.414739+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:02 smithi137 bash[22207]: audit 2024-03-21T12:03:01.443546+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:02 smithi137 bash[22207]: audit 2024-03-21T12:03:01.448495+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:02 smithi137 bash[22207]: cephadm 2024-03-21T12:03:01.461454+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon alertmanager.smithi189 on smithi189 2024-03-21T12:03:02.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:02 smithi137 bash[22207]: audit 2024-03-21T12:03:02.289993+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:02 smithi137 bash[22207]: audit 2024-03-21T12:03:02.296751+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:02.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:02 smithi137 bash[22207]: audit 2024-03-21T12:03:02.304962+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:04.225 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:03 smithi094 bash[21610]: cluster 2024-03-21T12:03:02.690964+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:04.226 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:03 smithi094 bash[21610]: audit 2024-03-21T12:03:02.980532+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:04.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:03 smithi189 bash[22248]: cluster 2024-03-21T12:03:02.690964+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:04.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:03 smithi189 bash[22248]: audit 2024-03-21T12:03:02.980532+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:04.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:03 smithi137 bash[22207]: cluster 2024-03-21T12:03:02.690964+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:04.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:03 smithi137 bash[22207]: audit 2024-03-21T12:03:02.980532+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:06.196 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:05 smithi094 bash[21610]: cluster 2024-03-21T12:03:04.691520+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:06.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:05 smithi189 bash[22248]: cluster 2024-03-21T12:03:04.691520+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:06.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:05 smithi137 bash[22207]: cluster 2024-03-21T12:03:04.691520+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:08.198 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:07 smithi094 bash[21610]: cluster 2024-03-21T12:03:06.692055+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:08.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:07 smithi189 bash[22248]: cluster 2024-03-21T12:03:06.692055+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:08.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:07 smithi137 bash[22207]: cluster 2024-03-21T12:03:06.692055+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:09.889 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:09 smithi189 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:09.889 INFO:journalctl@ceph.osd.2.smithi189.stdout:Mar 21 12:03:09 smithi189 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:10.142 INFO:journalctl@ceph.osd.2.smithi189.stdout:Mar 21 12:03:10 smithi189 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:10.142 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:09 smithi189 bash[22248]: cluster 2024-03-21T12:03:08.692573+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:10.142 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:10 smithi189 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:10.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:09 smithi094 bash[21610]: cluster 2024-03-21T12:03:08.692573+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:10.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:09 smithi137 bash[22207]: cluster 2024-03-21T12:03:08.692573+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:11.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:11 smithi137 bash[22207]: audit 2024-03-21T12:03:10.196891+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:11 smithi137 bash[22207]: audit 2024-03-21T12:03:10.206504+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:11 smithi137 bash[22207]: audit 2024-03-21T12:03:10.254362+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:11 smithi137 bash[22207]: audit 2024-03-21T12:03:10.261873+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:11 smithi137 bash[22207]: audit 2024-03-21T12:03:10.754801+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.449 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:11 smithi094 bash[21610]: audit 2024-03-21T12:03:10.196891+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.449 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:11 smithi094 bash[21610]: audit 2024-03-21T12:03:10.206504+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.449 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:11 smithi094 bash[21610]: audit 2024-03-21T12:03:10.254362+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.449 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:11 smithi094 bash[21610]: audit 2024-03-21T12:03:10.261873+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.449 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:11 smithi094 bash[21610]: audit 2024-03-21T12:03:10.754801+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:11 smithi189 bash[22248]: audit 2024-03-21T12:03:10.196891+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:11 smithi189 bash[22248]: audit 2024-03-21T12:03:10.206504+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:11 smithi189 bash[22248]: audit 2024-03-21T12:03:10.254362+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:11 smithi189 bash[22248]: audit 2024-03-21T12:03:10.261873+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:11.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:11 smithi189 bash[22248]: audit 2024-03-21T12:03:10.754801+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:12.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:12 smithi189 bash[22248]: cephadm 2024-03-21T12:03:10.558601+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi137 on smithi137 2024-03-21T12:03:12.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:12 smithi189 bash[22248]: cluster 2024-03-21T12:03:10.692938+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:12.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:12 smithi189 bash[22248]: audit 2024-03-21T12:03:11.775106+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:12.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:12 smithi189 bash[22248]: audit 2024-03-21T12:03:11.780711+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:12.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:12 smithi189 bash[22248]: audit 2024-03-21T12:03:11.788782+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:12.518 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:12 smithi094 bash[21610]: cephadm 2024-03-21T12:03:10.558601+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi137 on smithi137 2024-03-21T12:03:12.519 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:12 smithi094 bash[21610]: cluster 2024-03-21T12:03:10.692938+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:12.519 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:12 smithi094 bash[21610]: audit 2024-03-21T12:03:11.775106+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:12.519 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:12 smithi094 bash[21610]: audit 2024-03-21T12:03:11.780711+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:12.519 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:12 smithi094 bash[21610]: audit 2024-03-21T12:03:11.788782+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:12.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:12 smithi137 bash[22207]: cephadm 2024-03-21T12:03:10.558601+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi137 on smithi137 2024-03-21T12:03:12.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:12 smithi137 bash[22207]: cluster 2024-03-21T12:03:10.692938+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:12.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:12 smithi137 bash[22207]: audit 2024-03-21T12:03:11.775106+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:12.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:12 smithi137 bash[22207]: audit 2024-03-21T12:03:11.780711+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:12.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:12 smithi137 bash[22207]: audit 2024-03-21T12:03:11.788782+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:14.028 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:13 smithi189 bash[22248]: cluster 2024-03-21T12:03:12.693438+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:14.028 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:13 smithi189 bash[22248]: audit 2024-03-21T12:03:12.989517+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:14.168 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:13 smithi094 bash[21610]: cluster 2024-03-21T12:03:12.693438+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:14.168 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:13 smithi094 bash[21610]: audit 2024-03-21T12:03:12.989517+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:14.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:13 smithi137 bash[22207]: cluster 2024-03-21T12:03:12.693438+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:14.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:13 smithi137 bash[22207]: audit 2024-03-21T12:03:12.989517+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:16.034 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:15 smithi094 bash[21610]: cluster 2024-03-21T12:03:14.693935+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:16.034 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:15 smithi094 bash[21610]: audit 2024-03-21T12:03:15.608904+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:16.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:15 smithi137 bash[22207]: cluster 2024-03-21T12:03:14.693935+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:16.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:15 smithi137 bash[22207]: audit 2024-03-21T12:03:15.608904+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:16.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:15 smithi189 bash[22248]: cluster 2024-03-21T12:03:14.693935+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:16.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:15 smithi189 bash[22248]: audit 2024-03-21T12:03:15.608904+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:18.178 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:17 smithi094 bash[21610]: cluster 2024-03-21T12:03:16.694460+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:18.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:17 smithi189 bash[22248]: cluster 2024-03-21T12:03:16.694460+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:18.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:17 smithi137 bash[22207]: cluster 2024-03-21T12:03:16.694460+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:19.583 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:19 smithi094 bash[21610]: audit 2024-03-21T12:03:18.538021+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:19.584 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:19 smithi094 bash[21610]: audit 2024-03-21T12:03:18.547650+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:19.584 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:19 smithi094 bash[21610]: audit 2024-03-21T12:03:18.559027+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:19.584 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:19 smithi094 bash[21610]: cluster 2024-03-21T12:03:18.694993+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:19.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:19 smithi137 bash[22207]: audit 2024-03-21T12:03:18.538021+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:19.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:19 smithi137 bash[22207]: audit 2024-03-21T12:03:18.547650+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:19.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:19 smithi137 bash[22207]: audit 2024-03-21T12:03:18.559027+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:19.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:19 smithi137 bash[22207]: cluster 2024-03-21T12:03:18.694993+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:19.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:19 smithi189 bash[22248]: audit 2024-03-21T12:03:18.538021+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:19.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:19 smithi189 bash[22248]: audit 2024-03-21T12:03:18.547650+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:19.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:19 smithi189 bash[22248]: audit 2024-03-21T12:03:18.559027+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:19.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:19 smithi189 bash[22248]: cluster 2024-03-21T12:03:18.694993+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:21.457 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:21 smithi094 bash[21610]: audit 2024-03-21T12:03:20.325430+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:21.458 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:21 smithi094 bash[21610]: audit 2024-03-21T12:03:20.334587+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:21.458 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:21 smithi094 bash[21610]: audit 2024-03-21T12:03:20.345120+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:21.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:21 smithi189 bash[22248]: audit 2024-03-21T12:03:20.325430+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:21.491 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:21 smithi189 bash[22248]: audit 2024-03-21T12:03:20.334587+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:21.492 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:21 smithi189 bash[22248]: audit 2024-03-21T12:03:20.345120+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:21.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:21 smithi137 bash[22207]: audit 2024-03-21T12:03:20.325430+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:21.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:21 smithi137 bash[22207]: audit 2024-03-21T12:03:20.334587+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:21.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:21 smithi137 bash[22207]: audit 2024-03-21T12:03:20.345120+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:22.516 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:22 smithi094 bash[21610]: cluster 2024-03-21T12:03:20.695644+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:22.552 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:22 smithi137 bash[22207]: cluster 2024-03-21T12:03:20.695644+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:22.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:22 smithi189 bash[22248]: cluster 2024-03-21T12:03:20.695644+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:24.387 INFO:journalctl@ceph.osd.1.smithi137.stdout:Mar 21 12:03:24 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:24.388 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:24 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:24.388 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:24 smithi137 bash[22207]: cluster 2024-03-21T12:03:22.696206+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:24.388 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:24 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:24.663 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:24 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:24.663 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:24 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:24.664 INFO:journalctl@ceph.osd.1.smithi137.stdout:Mar 21 12:03:24 smithi137 systemd[1]: /etc/systemd/system/ceph-93e5de92-e779-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-21T12:03:24.734 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:24 smithi094 bash[21610]: cluster 2024-03-21T12:03:22.696206+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:24.737 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:24 smithi189 bash[22248]: cluster 2024-03-21T12:03:22.696206+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:25.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:25 smithi094 bash[21610]: audit 2024-03-21T12:03:24.667380+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:25.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:25 smithi094 bash[21610]: audit 2024-03-21T12:03:24.676980+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:25.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:25 smithi094 bash[21610]: cluster 2024-03-21T12:03:24.696741+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:25.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:25 smithi094 bash[21610]: audit 2024-03-21T12:03:24.719443+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:25.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:25 smithi094 bash[21610]: audit 2024-03-21T12:03:24.727751+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T12:03:25.798 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:25 smithi094 bash[21868]: ignoring --setuser ceph since I am not root 2024-03-21T12:03:25.801 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:25 smithi094 bash[21868]: ignoring --setgroup ceph since I am not root 2024-03-21T12:03:25.929 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:25 smithi137 bash[23251]: ignoring --setuser ceph since I am not root 2024-03-21T12:03:25.929 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:25 smithi137 bash[23251]: ignoring --setgroup ceph since I am not root 2024-03-21T12:03:25.929 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:25 smithi137 bash[22207]: audit 2024-03-21T12:03:24.667380+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:25.930 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:25 smithi137 bash[22207]: audit 2024-03-21T12:03:24.676980+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:25.930 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:25 smithi137 bash[22207]: cluster 2024-03-21T12:03:24.696741+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:25.930 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:25 smithi137 bash[22207]: audit 2024-03-21T12:03:24.719443+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:25.930 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:25 smithi137 bash[22207]: audit 2024-03-21T12:03:24.727751+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T12:03:25.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:25 smithi189 bash[22248]: audit 2024-03-21T12:03:24.667380+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:25.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:25 smithi189 bash[22248]: audit 2024-03-21T12:03:24.676980+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:25.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:25 smithi189 bash[22248]: cluster 2024-03-21T12:03:24.696741+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:25.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:25 smithi189 bash[22248]: audit 2024-03-21T12:03:24.719443+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' 2024-03-21T12:03:25.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:25 smithi189 bash[22248]: audit 2024-03-21T12:03:24.727751+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-21T12:03:26.298 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:25 smithi094 bash[21868]: debug 2024-03-21T12:03:25.926+0000 7fa241954200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:03:26.339 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:25 smithi137 bash[23251]: debug 2024-03-21T12:03:25.939+0000 7fc3912ae200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-21T12:03:26.965 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:26 smithi094 bash[21610]: audit 2024-03-21T12:03:25.719703+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T12:03:26.965 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:26 smithi094 bash[21610]: cluster 2024-03-21T12:03:25.726190+0000 mon.a (mon.0) 751 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-21T12:03:26.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:26 smithi189 bash[22248]: audit 2024-03-21T12:03:25.719703+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T12:03:26.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:26 smithi189 bash[22248]: cluster 2024-03-21T12:03:25.726190+0000 mon.a (mon.0) 751 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-21T12:03:27.003 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:26 smithi137 bash[22207]: audit 2024-03-21T12:03:25.719703+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.94:0/2009899959' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-21T12:03:27.003 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:26 smithi137 bash[22207]: cluster 2024-03-21T12:03:25.726190+0000 mon.a (mon.0) 751 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-21T12:03:27.780 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:27 smithi094 bash[21868]: debug 2024-03-21T12:03:27.497+0000 7fa241954200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:03:27.780 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:27 smithi094 bash[21868]: debug 2024-03-21T12:03:27.593+0000 7fa241954200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:03:27.839 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:27 smithi137 bash[23251]: debug 2024-03-21T12:03:27.547+0000 7fc3912ae200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-21T12:03:27.839 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:27 smithi137 bash[23251]: debug 2024-03-21T12:03:27.643+0000 7fc3912ae200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-21T12:03:28.046 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:27 smithi094 bash[21868]: debug 2024-03-21T12:03:27.849+0000 7fa241954200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:03:28.339 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:27 smithi137 bash[23251]: debug 2024-03-21T12:03:27.891+0000 7fc3912ae200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-21T12:03:28.845 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:28 smithi094 bash[21868]: debug 2024-03-21T12:03:28.685+0000 7fa241954200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:03:28.845 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:28 smithi094 bash[21868]: debug 2024-03-21T12:03:28.805+0000 7fa241954200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:03:29.089 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:28 smithi137 bash[23251]: debug 2024-03-21T12:03:28.687+0000 7fc3912ae200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-21T12:03:29.089 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:28 smithi137 bash[23251]: debug 2024-03-21T12:03:28.799+0000 7fc3912ae200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-21T12:03:29.089 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:28 smithi137 bash[23251]: debug 2024-03-21T12:03:28.903+0000 7fc3912ae200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:03:29.097 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:28 smithi094 bash[21868]: debug 2024-03-21T12:03:28.925+0000 7fa241954200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-21T12:03:29.388 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:29 smithi094 bash[21868]: debug 2024-03-21T12:03:29.285+0000 7fa241954200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T12:03:29.589 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:29 smithi137 bash[23251]: debug 2024-03-21T12:03:29.259+0000 7fc3912ae200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-21T12:03:29.589 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:29 smithi137 bash[23251]: debug 2024-03-21T12:03:29.371+0000 7fc3912ae200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:03:29.589 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:29 smithi137 bash[23251]: debug 2024-03-21T12:03:29.475+0000 7fc3912ae200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:03:29.767 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:29 smithi094 bash[21868]: debug 2024-03-21T12:03:29.405+0000 7fa241954200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-21T12:03:29.767 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:29 smithi094 bash[21868]: debug 2024-03-21T12:03:29.509+0000 7fa241954200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-21T12:03:30.048 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:29 smithi094 bash[21868]: debug 2024-03-21T12:03:29.869+0000 7fa241954200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:03:30.089 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:29 smithi137 bash[23251]: debug 2024-03-21T12:03:29.827+0000 7fc3912ae200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-21T12:03:30.089 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:30 smithi137 bash[23251]: debug 2024-03-21T12:03:30.067+0000 7fc3912ae200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:03:30.322 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:30 smithi094 bash[21868]: debug 2024-03-21T12:03:30.113+0000 7fa241954200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-21T12:03:30.583 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:30 smithi094 bash[21868]: debug 2024-03-21T12:03:30.381+0000 7fa241954200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:03:30.583 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:30 smithi094 bash[21868]: debug 2024-03-21T12:03:30.497+0000 7fa241954200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:03:30.589 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:30 smithi137 bash[23251]: debug 2024-03-21T12:03:30.331+0000 7fc3912ae200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-21T12:03:30.589 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:30 smithi137 bash[23251]: debug 2024-03-21T12:03:30.443+0000 7fc3912ae200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-21T12:03:30.844 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:30 smithi094 bash[21868]: debug 2024-03-21T12:03:30.777+0000 7fa241954200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:03:31.089 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:30 smithi137 bash[23251]: debug 2024-03-21T12:03:30.715+0000 7fc3912ae200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-21T12:03:31.399 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:31 smithi094 bash[21868]: debug 2024-03-21T12:03:31.197+0000 7fa241954200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:03:31.484 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:31 smithi137 bash[23251]: debug 2024-03-21T12:03:31.127+0000 7fc3912ae200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:03:31.484 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:31 smithi137 bash[23251]: debug 2024-03-21T12:03:31.367+0000 7fc3912ae200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:03:31.778 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:31 smithi094 bash[21868]: debug 2024-03-21T12:03:31.441+0000 7fa241954200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-21T12:03:31.778 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:31 smithi094 bash[21868]: debug 2024-03-21T12:03:31.565+0000 7fa241954200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:03:31.839 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:31 smithi137 bash[23251]: debug 2024-03-21T12:03:31.483+0000 7fc3912ae200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-21T12:03:31.839 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:31 smithi137 bash[23251]: debug 2024-03-21T12:03:31.731+0000 7fc3912ae200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:03:32.030 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:31 smithi094 bash[21868]: debug 2024-03-21T12:03:31.825+0000 7fa241954200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-21T12:03:33.089 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:32 smithi137 bash[23251]: debug 2024-03-21T12:03:32.731+0000 7fc3912ae200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:03:33.089 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:32 smithi137 bash[23251]: debug 2024-03-21T12:03:32.847+0000 7fc3912ae200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:03:33.298 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:32 smithi094 bash[21868]: debug 2024-03-21T12:03:32.885+0000 7fa241954200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-21T12:03:33.298 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:33 smithi094 bash[21868]: debug 2024-03-21T12:03:33.009+0000 7fa241954200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-21T12:03:33.589 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[23251]: debug 2024-03-21T12:03:33.139+0000 7fc3912ae200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:03:33.589 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[23251]: debug 2024-03-21T12:03:33.251+0000 7fc3912ae200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:03:33.690 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:33 smithi094 bash[21868]: debug 2024-03-21T12:03:33.329+0000 7fa241954200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-21T12:03:33.690 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:33 smithi094 bash[21868]: debug 2024-03-21T12:03:33.445+0000 7fa241954200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-21T12:03:34.034 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:33 smithi094 bash[21868]: debug 2024-03-21T12:03:33.909+0000 7fa241954200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:03:34.035 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:33 smithi094 bash[21610]: cluster 2024-03-21T12:03:33.845090+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon b restarted 2024-03-21T12:03:34.035 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:33 smithi094 bash[21610]: cluster 2024-03-21T12:03:33.845323+0000 mon.a (mon.0) 753 : cluster [DBG] Standby manager daemon b started 2024-03-21T12:03:34.035 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:33 smithi094 bash[21610]: audit 2024-03-21T12:03:33.846914+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T12:03:34.035 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:33 smithi094 bash[21610]: audit 2024-03-21T12:03:33.848184+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:03:34.035 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:33 smithi094 bash[21610]: audit 2024-03-21T12:03:33.852105+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T12:03:34.035 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:33 smithi094 bash[21610]: audit 2024-03-21T12:03:33.852812+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:03:34.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[22207]: cluster 2024-03-21T12:03:33.845090+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon b restarted 2024-03-21T12:03:34.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[22207]: cluster 2024-03-21T12:03:33.845323+0000 mon.a (mon.0) 753 : cluster [DBG] Standby manager daemon b started 2024-03-21T12:03:34.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[22207]: audit 2024-03-21T12:03:33.846914+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T12:03:34.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[22207]: audit 2024-03-21T12:03:33.848184+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:03:34.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[22207]: audit 2024-03-21T12:03:33.852105+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T12:03:34.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[22207]: audit 2024-03-21T12:03:33.852812+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:03:34.090 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[23251]: debug 2024-03-21T12:03:33.699+0000 7fc3912ae200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-21T12:03:34.090 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[23251]: debug 2024-03-21T12:03:33.819+0000 7fc3912ae200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:03:34.090 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[23251]: [21/Mar/2024:12:03:33] ENGINE Bus STARTING 2024-03-21T12:03:34.090 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[23251]: CherryPy Checker: 2024-03-21T12:03:34.090 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[23251]: The Application mounted at '' has an empty config. 2024-03-21T12:03:34.091 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[23251]: [21/Mar/2024:12:03:33] ENGINE Serving on http://:::9283 2024-03-21T12:03:34.091 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:03:33 smithi137 bash[23251]: [21/Mar/2024:12:03:33] ENGINE Bus STARTED 2024-03-21T12:03:34.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:33 smithi189 bash[22248]: cluster 2024-03-21T12:03:33.845090+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon b restarted 2024-03-21T12:03:34.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:33 smithi189 bash[22248]: cluster 2024-03-21T12:03:33.845323+0000 mon.a (mon.0) 753 : cluster [DBG] Standby manager daemon b started 2024-03-21T12:03:34.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:33 smithi189 bash[22248]: audit 2024-03-21T12:03:33.846914+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-21T12:03:34.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:33 smithi189 bash[22248]: audit 2024-03-21T12:03:33.848184+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-21T12:03:34.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:33 smithi189 bash[22248]: audit 2024-03-21T12:03:33.852105+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-21T12:03:34.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:33 smithi189 bash[22248]: audit 2024-03-21T12:03:33.852812+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.137:0/3280613009' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-21T12:03:34.289 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21868]: debug 2024-03-21T12:03:34.033+0000 7fa241954200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-21T12:03:34.289 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21868]: [21/Mar/2024:12:03:34] ENGINE Bus STARTING 2024-03-21T12:03:34.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21868]: CherryPy Checker: 2024-03-21T12:03:34.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21868]: The Application mounted at '' has an empty config. 2024-03-21T12:03:34.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21868]: [21/Mar/2024:12:03:34] ENGINE Serving on http://:::9283 2024-03-21T12:03:34.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21868]: [21/Mar/2024:12:03:34] ENGINE Bus STARTED 2024-03-21T12:03:35.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cluster 2024-03-21T12:03:33.906398+0000 mon.a (mon.0) 754 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-21T12:03:35.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cluster 2024-03-21T12:03:34.058336+0000 mon.a (mon.0) 755 : cluster [INF] Active manager daemon a restarted 2024-03-21T12:03:35.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cluster 2024-03-21T12:03:34.058866+0000 mon.a (mon.0) 756 : cluster [INF] Activating manager daemon a 2024-03-21T12:03:35.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cluster 2024-03-21T12:03:34.069990+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T12:03:35.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cluster 2024-03-21T12:03:34.070786+0000 mon.a (mon.0) 758 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0121205s), standbys: b 2024-03-21T12:03:35.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.072322+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.072551+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.072740+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.075460+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.075859+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.076239+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.076547+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.076808+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.077091+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.077278+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.077657+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cluster 2024-03-21T12:03:34.102469+0000 mon.a (mon.0) 770 : cluster [INF] Manager daemon a is now available 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.133555+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.136690+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:03:35.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.142505+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:03:35.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.142932+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:03:35.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.143059+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:03:35.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.146701+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-03-21T12:03:35.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.156776+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]': finished 2024-03-21T12:03:35.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.164729+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:35.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.171001+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]': finished 2024-03-21T12:03:35.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.172633+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:03:35.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.175352+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:03:35.241 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.184917+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:03:35.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.185106+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:03:35.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.191575+0000 mgr.a (mgr.14394) 1 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T12:03:35.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.193494+0000 mgr.a (mgr.14394) 2 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T12:03:35.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.197132+0000 mgr.a (mgr.14394) 3 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T12:03:35.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: audit 2024-03-21T12:03:34.198374+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T12:03:35.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.643600+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Bus STARTING 2024-03-21T12:03:35.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.733231+0000 mgr.a (mgr.14394) 5 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:03:35.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.733483+0000 mgr.a (mgr.14394) 6 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:03:35.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.746990+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Serving on http://172.21.15.94:8765 2024-03-21T12:03:35.242 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:34 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.783945+0000 mgr.a (mgr.14394) 8 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:03:35.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cluster 2024-03-21T12:03:33.906398+0000 mon.a (mon.0) 754 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-21T12:03:35.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cluster 2024-03-21T12:03:34.058336+0000 mon.a (mon.0) 755 : cluster [INF] Active manager daemon a restarted 2024-03-21T12:03:35.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cluster 2024-03-21T12:03:34.058866+0000 mon.a (mon.0) 756 : cluster [INF] Activating manager daemon a 2024-03-21T12:03:35.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cluster 2024-03-21T12:03:34.069990+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T12:03:35.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cluster 2024-03-21T12:03:34.070786+0000 mon.a (mon.0) 758 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0121205s), standbys: b 2024-03-21T12:03:35.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.072322+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:03:35.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.072551+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:03:35.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.072740+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:03:35.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.075460+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T12:03:35.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.075859+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T12:03:35.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.076239+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.076547+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.076808+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.077091+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.077278+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.077657+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cluster 2024-03-21T12:03:34.102469+0000 mon.a (mon.0) 770 : cluster [INF] Manager daemon a is now available 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.133555+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.136690+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.142505+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.142932+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.143059+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.146701+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-03-21T12:03:35.300 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.156776+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]': finished 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.164729+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.171001+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]': finished 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.172633+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.175352+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.184917+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.185106+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.191575+0000 mgr.a (mgr.14394) 1 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.193494+0000 mgr.a (mgr.14394) 2 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.197132+0000 mgr.a (mgr.14394) 3 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: audit 2024-03-21T12:03:34.198374+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.643600+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Bus STARTING 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.733231+0000 mgr.a (mgr.14394) 5 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.733483+0000 mgr.a (mgr.14394) 6 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.746990+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Serving on http://172.21.15.94:8765 2024-03-21T12:03:35.301 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:34 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.783945+0000 mgr.a (mgr.14394) 8 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:03:35.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cluster 2024-03-21T12:03:33.906398+0000 mon.a (mon.0) 754 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-21T12:03:35.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cluster 2024-03-21T12:03:34.058336+0000 mon.a (mon.0) 755 : cluster [INF] Active manager daemon a restarted 2024-03-21T12:03:35.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cluster 2024-03-21T12:03:34.058866+0000 mon.a (mon.0) 756 : cluster [INF] Activating manager daemon a 2024-03-21T12:03:35.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cluster 2024-03-21T12:03:34.069990+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T12:03:35.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cluster 2024-03-21T12:03:34.070786+0000 mon.a (mon.0) 758 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0121205s), standbys: b 2024-03-21T12:03:35.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.072322+0000 mon.a (mon.0) 759 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-21T12:03:35.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.072551+0000 mon.a (mon.0) 760 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-21T12:03:35.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.072740+0000 mon.a (mon.0) 761 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.075460+0000 mon.a (mon.0) 762 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.075859+0000 mon.a (mon.0) 763 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.076239+0000 mon.a (mon.0) 764 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.076547+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.076808+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.077091+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.077278+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.077657+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cluster 2024-03-21T12:03:34.102469+0000 mon.a (mon.0) 770 : cluster [INF] Manager daemon a is now available 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.133555+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.136690+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:03:35.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.142505+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:03:35.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.142932+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:03:35.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.143059+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]: dispatch 2024-03-21T12:03:35.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.146701+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi094", "name": "osd_memory_target"}]': finished 2024-03-21T12:03:35.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.156776+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi137", "name": "osd_memory_target"}]': finished 2024-03-21T12:03:35.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.164729+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:35.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.171001+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi189", "name": "osd_memory_target"}]': finished 2024-03-21T12:03:35.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.172633+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:03:35.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.175352+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:03:35.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.184917+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:03:35.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.185106+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-21T12:03:35.343 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.191575+0000 mgr.a (mgr.14394) 1 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.conf 2024-03-21T12:03:35.343 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.193494+0000 mgr.a (mgr.14394) 2 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.conf 2024-03-21T12:03:35.343 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.197132+0000 mgr.a (mgr.14394) 3 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.conf 2024-03-21T12:03:35.343 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: audit 2024-03-21T12:03:34.198374+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-21T12:03:35.343 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.643600+0000 mgr.a (mgr.14394) 4 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Bus STARTING 2024-03-21T12:03:35.343 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.733231+0000 mgr.a (mgr.14394) 5 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:03:35.343 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.733483+0000 mgr.a (mgr.14394) 6 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:03:35.343 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.746990+0000 mgr.a (mgr.14394) 7 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Serving on http://172.21.15.94:8765 2024-03-21T12:03:35.343 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:34 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.783945+0000 mgr.a (mgr.14394) 8 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-21T12:03:36.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.866345+0000 mgr.a (mgr.14394) 9 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Serving on https://172.21.15.94:7151 2024-03-21T12:03:36.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.866592+0000 mgr.a (mgr.14394) 10 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Bus STARTED 2024-03-21T12:03:36.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.947786+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:03:36.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.949139+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:03:36.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cephadm 2024-03-21T12:03:34.949766+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:03:36.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cluster 2024-03-21T12:03:35.073249+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e19: a(active, since 1.01459s), standbys: b 2024-03-21T12:03:36.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cluster 2024-03-21T12:03:35.079092+0000 mgr.a (mgr.14394) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:36.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cephadm 2024-03-21T12:03:35.112262+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:03:36.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cephadm 2024-03-21T12:03:35.164267+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:03:36.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cephadm 2024-03-21T12:03:35.164684+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:03:36.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: audit 2024-03-21T12:03:35.284787+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: audit 2024-03-21T12:03:35.293046+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: audit 2024-03-21T12:03:35.338179+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: audit 2024-03-21T12:03:35.345169+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.341 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: audit 2024-03-21T12:03:35.352118+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: audit 2024-03-21T12:03:35.358735+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: audit 2024-03-21T12:03:35.366388+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: cephadm 2024-03-21T12:03:35.367314+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:03:36.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: audit 2024-03-21T12:03:35.374397+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.342 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:36 smithi137 bash[22207]: audit 2024-03-21T12:03:35.440766+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-03-21T12:03:36.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.866345+0000 mgr.a (mgr.14394) 9 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Serving on https://172.21.15.94:7151 2024-03-21T12:03:36.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.866592+0000 mgr.a (mgr.14394) 10 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Bus STARTED 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.947786+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.949139+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cephadm 2024-03-21T12:03:34.949766+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cluster 2024-03-21T12:03:35.073249+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e19: a(active, since 1.01459s), standbys: b 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cluster 2024-03-21T12:03:35.079092+0000 mgr.a (mgr.14394) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cephadm 2024-03-21T12:03:35.112262+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cephadm 2024-03-21T12:03:35.164267+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cephadm 2024-03-21T12:03:35.164684+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: audit 2024-03-21T12:03:35.284787+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: audit 2024-03-21T12:03:35.293046+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: audit 2024-03-21T12:03:35.338179+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: audit 2024-03-21T12:03:35.345169+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: audit 2024-03-21T12:03:35.352118+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: audit 2024-03-21T12:03:35.358735+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: audit 2024-03-21T12:03:35.366388+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: cephadm 2024-03-21T12:03:35.367314+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:03:36.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: audit 2024-03-21T12:03:35.374397+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.490 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:36 smithi189 bash[22248]: audit 2024-03-21T12:03:35.440766+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-03-21T12:03:36.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.866345+0000 mgr.a (mgr.14394) 9 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Serving on https://172.21.15.94:7151 2024-03-21T12:03:36.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.866592+0000 mgr.a (mgr.14394) 10 : cephadm [INF] [21/Mar/2024:12:03:34] ENGINE Bus STARTED 2024-03-21T12:03:36.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.947786+0000 mgr.a (mgr.14394) 11 : cephadm [INF] Updating smithi094:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.949139+0000 mgr.a (mgr.14394) 12 : cephadm [INF] Updating smithi137:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cephadm 2024-03-21T12:03:34.949766+0000 mgr.a (mgr.14394) 13 : cephadm [INF] Updating smithi189:/etc/ceph/ceph.client.admin.keyring 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cluster 2024-03-21T12:03:35.073249+0000 mon.a (mon.0) 785 : cluster [DBG] mgrmap e19: a(active, since 1.01459s), standbys: b 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cluster 2024-03-21T12:03:35.079092+0000 mgr.a (mgr.14394) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cephadm 2024-03-21T12:03:35.112262+0000 mgr.a (mgr.14394) 15 : cephadm [INF] Updating smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cephadm 2024-03-21T12:03:35.164267+0000 mgr.a (mgr.14394) 16 : cephadm [INF] Updating smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cephadm 2024-03-21T12:03:35.164684+0000 mgr.a (mgr.14394) 17 : cephadm [INF] Updating smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: audit 2024-03-21T12:03:35.284787+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: audit 2024-03-21T12:03:35.293046+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: audit 2024-03-21T12:03:35.338179+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: audit 2024-03-21T12:03:35.345169+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: audit 2024-03-21T12:03:35.352118+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: audit 2024-03-21T12:03:35.358735+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: audit 2024-03-21T12:03:35.366388+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: cephadm 2024-03-21T12:03:35.367314+0000 mgr.a (mgr.14394) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:03:36.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: audit 2024-03-21T12:03:35.374397+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:36.550 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:36 smithi094 bash[21610]: audit 2024-03-21T12:03:35.440766+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi094", "caps": []}]: dispatch 2024-03-21T12:03:37.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:37 smithi137 bash[22207]: cluster 2024-03-21T12:03:36.077489+0000 mgr.a (mgr.14394) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:37.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:37 smithi137 bash[22207]: cephadm 2024-03-21T12:03:36.411811+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Reconfiguring grafana.smithi094 (dependencies changed)... 2024-03-21T12:03:37.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:37 smithi137 bash[22207]: cephadm 2024-03-21T12:03:36.431929+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi094 on smithi094 2024-03-21T12:03:37.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:37 smithi137 bash[22207]: cluster 2024-03-21T12:03:37.078462+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-21T12:03:37.418 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:37 smithi094 bash[21610]: cluster 2024-03-21T12:03:36.077489+0000 mgr.a (mgr.14394) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:37.418 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:37 smithi094 bash[21610]: cephadm 2024-03-21T12:03:36.411811+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Reconfiguring grafana.smithi094 (dependencies changed)... 2024-03-21T12:03:37.418 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:37 smithi094 bash[21610]: cephadm 2024-03-21T12:03:36.431929+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi094 on smithi094 2024-03-21T12:03:37.418 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:37 smithi094 bash[21610]: cluster 2024-03-21T12:03:37.078462+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-21T12:03:37.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:37 smithi189 bash[22248]: cluster 2024-03-21T12:03:36.077489+0000 mgr.a (mgr.14394) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:37.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:37 smithi189 bash[22248]: cephadm 2024-03-21T12:03:36.411811+0000 mgr.a (mgr.14394) 20 : cephadm [INF] Reconfiguring grafana.smithi094 (dependencies changed)... 2024-03-21T12:03:37.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:37 smithi189 bash[22248]: cephadm 2024-03-21T12:03:36.431929+0000 mgr.a (mgr.14394) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi094 on smithi094 2024-03-21T12:03:37.489 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:37 smithi189 bash[22248]: cluster 2024-03-21T12:03:37.078462+0000 mon.a (mon.0) 795 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-21T12:03:38.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:38 smithi189 bash[22248]: audit 2024-03-21T12:03:37.220250+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:38.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:38 smithi189 bash[22248]: audit 2024-03-21T12:03:37.297302+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:38.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:38 smithi189 bash[22248]: audit 2024-03-21T12:03:37.419710+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:38.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:38 smithi094 bash[21610]: audit 2024-03-21T12:03:37.220250+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:38.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:38 smithi094 bash[21610]: audit 2024-03-21T12:03:37.297302+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:38.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:38 smithi094 bash[21610]: audit 2024-03-21T12:03:37.419710+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:38.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:38 smithi137 bash[22207]: audit 2024-03-21T12:03:37.220250+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:38.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:38 smithi137 bash[22207]: audit 2024-03-21T12:03:37.297302+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:38.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:38 smithi137 bash[22207]: audit 2024-03-21T12:03:37.419710+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:39.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:39 smithi189 bash[22248]: cluster 2024-03-21T12:03:38.077980+0000 mgr.a (mgr.14394) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:39.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:39 smithi189 bash[22248]: cluster 2024-03-21T12:03:38.437233+0000 mon.a (mon.0) 799 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-21T12:03:39.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:39 smithi094 bash[21610]: cluster 2024-03-21T12:03:38.077980+0000 mgr.a (mgr.14394) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:39.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:39 smithi094 bash[21610]: cluster 2024-03-21T12:03:38.437233+0000 mon.a (mon.0) 799 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-21T12:03:39.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:39 smithi137 bash[22207]: cluster 2024-03-21T12:03:38.077980+0000 mgr.a (mgr.14394) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:39.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:39 smithi137 bash[22207]: cluster 2024-03-21T12:03:38.437233+0000 mon.a (mon.0) 799 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-21T12:03:41.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:41 smithi189 bash[22248]: cluster 2024-03-21T12:03:40.078393+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:41.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:41 smithi189 bash[22248]: audit 2024-03-21T12:03:40.728419+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:42.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:41 smithi094 bash[21610]: cluster 2024-03-21T12:03:40.078393+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:42.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:41 smithi094 bash[21610]: audit 2024-03-21T12:03:40.728419+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:42.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:41 smithi137 bash[22207]: cluster 2024-03-21T12:03:40.078393+0000 mgr.a (mgr.14394) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:42.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:41 smithi137 bash[22207]: audit 2024-03-21T12:03:40.728419+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:43.450 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:43 smithi094 bash[21610]: cluster 2024-03-21T12:03:42.078950+0000 mgr.a (mgr.14394) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T12:03:43.451 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:43 smithi094 bash[21610]: audit 2024-03-21T12:03:42.355524+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:43.451 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:43 smithi094 bash[21610]: audit 2024-03-21T12:03:42.362238+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:43.451 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:43 smithi094 bash[21610]: audit 2024-03-21T12:03:42.371602+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]: dispatch 2024-03-21T12:03:43.451 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:43 smithi094 bash[21610]: audit 2024-03-21T12:03:43.081445+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]: dispatch 2024-03-21T12:03:43.695 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:43 smithi137 bash[22207]: cluster 2024-03-21T12:03:42.078950+0000 mgr.a (mgr.14394) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T12:03:43.696 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:43 smithi137 bash[22207]: audit 2024-03-21T12:03:42.355524+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:43.696 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:43 smithi137 bash[22207]: audit 2024-03-21T12:03:42.362238+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:43.696 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:43 smithi137 bash[22207]: audit 2024-03-21T12:03:42.371602+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]: dispatch 2024-03-21T12:03:43.696 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:43 smithi137 bash[22207]: audit 2024-03-21T12:03:43.081445+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]: dispatch 2024-03-21T12:03:43.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:43 smithi189 bash[22248]: cluster 2024-03-21T12:03:42.078950+0000 mgr.a (mgr.14394) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-21T12:03:43.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:43 smithi189 bash[22248]: audit 2024-03-21T12:03:42.355524+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:43.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:43 smithi189 bash[22248]: audit 2024-03-21T12:03:42.362238+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:43.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:43 smithi189 bash[22248]: audit 2024-03-21T12:03:42.371602+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi137", "caps": []}]: dispatch 2024-03-21T12:03:43.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:43 smithi189 bash[22248]: audit 2024-03-21T12:03:43.081445+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi189", "caps": []}]: dispatch 2024-03-21T12:03:44.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:44 smithi094 bash[21610]: audit 2024-03-21T12:03:43.578828+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:44.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:44 smithi094 bash[21610]: audit 2024-03-21T12:03:43.697303+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:44.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:44 smithi137 bash[22207]: audit 2024-03-21T12:03:43.578828+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:44.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:44 smithi137 bash[22207]: audit 2024-03-21T12:03:43.697303+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:44.854 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:44 smithi189 bash[22248]: audit 2024-03-21T12:03:43.578828+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:44.854 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:44 smithi189 bash[22248]: audit 2024-03-21T12:03:43.697303+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:45.917 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:45 smithi094 bash[21610]: cluster 2024-03-21T12:03:44.079507+0000 mgr.a (mgr.14394) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-21T12:03:45.918 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:45 smithi094 bash[21610]: cephadm 2024-03-21T12:03:44.133011+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Reconfiguring alertmanager.smithi189 (dependencies changed)... 2024-03-21T12:03:45.918 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:45 smithi094 bash[21610]: cephadm 2024-03-21T12:03:44.141158+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi189 on smithi189 2024-03-21T12:03:45.918 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:45 smithi094 bash[21610]: audit 2024-03-21T12:03:44.611090+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:45.918 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:45 smithi094 bash[21610]: audit 2024-03-21T12:03:44.742283+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:45.918 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:45 smithi094 bash[21610]: audit 2024-03-21T12:03:44.855999+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:45.918 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:45 smithi094 bash[21610]: audit 2024-03-21T12:03:45.108956+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:45.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:45 smithi189 bash[22248]: cluster 2024-03-21T12:03:44.079507+0000 mgr.a (mgr.14394) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-21T12:03:45.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:45 smithi189 bash[22248]: cephadm 2024-03-21T12:03:44.133011+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Reconfiguring alertmanager.smithi189 (dependencies changed)... 2024-03-21T12:03:45.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:45 smithi189 bash[22248]: cephadm 2024-03-21T12:03:44.141158+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi189 on smithi189 2024-03-21T12:03:45.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:45 smithi189 bash[22248]: audit 2024-03-21T12:03:44.611090+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:45.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:45 smithi189 bash[22248]: audit 2024-03-21T12:03:44.742283+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:45.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:45 smithi189 bash[22248]: audit 2024-03-21T12:03:44.855999+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:45.989 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:45 smithi189 bash[22248]: audit 2024-03-21T12:03:45.108956+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:46.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:45 smithi137 bash[22207]: cluster 2024-03-21T12:03:44.079507+0000 mgr.a (mgr.14394) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-21T12:03:46.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:45 smithi137 bash[22207]: cephadm 2024-03-21T12:03:44.133011+0000 mgr.a (mgr.14394) 26 : cephadm [INF] Reconfiguring alertmanager.smithi189 (dependencies changed)... 2024-03-21T12:03:46.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:45 smithi137 bash[22207]: cephadm 2024-03-21T12:03:44.141158+0000 mgr.a (mgr.14394) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi189 on smithi189 2024-03-21T12:03:46.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:45 smithi137 bash[22207]: audit 2024-03-21T12:03:44.611090+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:46.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:45 smithi137 bash[22207]: audit 2024-03-21T12:03:44.742283+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:46.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:45 smithi137 bash[22207]: audit 2024-03-21T12:03:44.855999+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:46.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:45 smithi137 bash[22207]: audit 2024-03-21T12:03:45.108956+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:47.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:47 smithi137 bash[22207]: cluster 2024-03-21T12:03:46.079944+0000 mgr.a (mgr.14394) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:03:47.844 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:47 smithi137 bash[22207]: audit 2024-03-21T12:03:46.722562+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:47.963 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:47 smithi094 bash[21610]: cluster 2024-03-21T12:03:46.079944+0000 mgr.a (mgr.14394) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:03:47.963 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:47 smithi094 bash[21610]: audit 2024-03-21T12:03:46.722562+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:47.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:47 smithi189 bash[22248]: cluster 2024-03-21T12:03:46.079944+0000 mgr.a (mgr.14394) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-21T12:03:47.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:47 smithi189 bash[22248]: audit 2024-03-21T12:03:46.722562+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:48 smithi094 bash[21610]: audit 2024-03-21T12:03:47.896017+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:48 smithi094 bash[21610]: cluster 2024-03-21T12:03:48.080391+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T12:03:49.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:48 smithi094 bash[21610]: audit 2024-03-21T12:03:48.267072+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:48 smithi094 bash[21610]: audit 2024-03-21T12:03:48.274168+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:48 smithi094 bash[21610]: audit 2024-03-21T12:03:48.284266+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:48 smithi094 bash[21610]: audit 2024-03-21T12:03:48.367582+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:48 smithi094 bash[21610]: audit 2024-03-21T12:03:48.681216+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:48 smithi094 bash[21610]: audit 2024-03-21T12:03:48.688572+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:48 smithi094 bash[21610]: audit 2024-03-21T12:03:48.698681+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.180 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:48 smithi189 bash[22248]: audit 2024-03-21T12:03:47.896017+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.180 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:48 smithi189 bash[22248]: cluster 2024-03-21T12:03:48.080391+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T12:03:49.180 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:48 smithi189 bash[22248]: audit 2024-03-21T12:03:48.267072+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.180 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:48 smithi189 bash[22248]: audit 2024-03-21T12:03:48.274168+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.180 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:48 smithi189 bash[22248]: audit 2024-03-21T12:03:48.284266+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.180 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:48 smithi189 bash[22248]: audit 2024-03-21T12:03:48.367582+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.180 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:48 smithi189 bash[22248]: audit 2024-03-21T12:03:48.681216+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.180 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:48 smithi189 bash[22248]: audit 2024-03-21T12:03:48.688572+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.181 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:48 smithi189 bash[22248]: audit 2024-03-21T12:03:48.698681+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:48 smithi137 bash[22207]: audit 2024-03-21T12:03:47.896017+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:48 smithi137 bash[22207]: cluster 2024-03-21T12:03:48.080391+0000 mgr.a (mgr.14394) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T12:03:49.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:48 smithi137 bash[22207]: audit 2024-03-21T12:03:48.267072+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:48 smithi137 bash[22207]: audit 2024-03-21T12:03:48.274168+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:48 smithi137 bash[22207]: audit 2024-03-21T12:03:48.284266+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:48 smithi137 bash[22207]: audit 2024-03-21T12:03:48.367582+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:48 smithi137 bash[22207]: audit 2024-03-21T12:03:48.681216+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:48 smithi137 bash[22207]: audit 2024-03-21T12:03:48.688572+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:48 smithi137 bash[22207]: audit 2024-03-21T12:03:48.698681+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:49 smithi189 bash[22248]: audit 2024-03-21T12:03:49.170205+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:03:49.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:49 smithi189 bash[22248]: audit 2024-03-21T12:03:49.729834+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:49.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:49 smithi189 bash[22248]: audit 2024-03-21T12:03:49.738911+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:50.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:49 smithi137 bash[22207]: audit 2024-03-21T12:03:49.170205+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:03:50.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:49 smithi137 bash[22207]: audit 2024-03-21T12:03:49.729834+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:50.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:49 smithi137 bash[22207]: audit 2024-03-21T12:03:49.738911+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:50.241 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:49 smithi094 bash[21610]: audit 2024-03-21T12:03:49.170205+0000 mon.a (mon.0) 820 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:03:50.241 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:49 smithi094 bash[21610]: audit 2024-03-21T12:03:49.729834+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:50.241 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:49 smithi094 bash[21610]: audit 2024-03-21T12:03:49.738911+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:50.241 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE Bus STOPPING 2024-03-21T12:03:50.241 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T12:03:50.241 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE Bus STOPPED 2024-03-21T12:03:50.241 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE Bus STARTING 2024-03-21T12:03:50.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE Serving on http://:::9283 2024-03-21T12:03:50.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE Bus STARTED 2024-03-21T12:03:50.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE Bus STOPPING 2024-03-21T12:03:50.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T12:03:50.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE Bus STOPPED 2024-03-21T12:03:50.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE Bus STARTING 2024-03-21T12:03:50.548 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE Serving on http://:::9283 2024-03-21T12:03:50.549 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21868]: [21/Mar/2024:12:03:50] ENGINE Bus STARTED 2024-03-21T12:03:51.195 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: cluster 2024-03-21T12:03:50.106276+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T12:03:51.195 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.107346+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:03:51.195 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.107996+0000 mgr.a (mgr.14394) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:03:51.195 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.109562+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi094.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T12:03:51.195 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.110038+0000 mgr.a (mgr.14394) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi094.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T12:03:51.195 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.114592+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.195 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.128721+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:03:51.195 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.129438+0000 mgr.a (mgr.14394) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:03:51.195 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.134895+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi189.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T12:03:51.195 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.135631+0000 mgr.a (mgr.14394) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi189.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T12:03:51.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.141630+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.160417+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:03:51.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.163098+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:03:51.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.163869+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:03:51.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.168985+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: cephadm 2024-03-21T12:03:50.169385+0000 mgr.a (mgr.14394) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:03:51.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.443838+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.453700+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.196 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:50 smithi137 bash[22207]: audit 2024-03-21T12:03:50.464025+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: cluster 2024-03-21T12:03:50.106276+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T12:03:51.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.107346+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.107996+0000 mgr.a (mgr.14394) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.109562+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi094.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.110038+0000 mgr.a (mgr.14394) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi094.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.114592+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.128721+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.129438+0000 mgr.a (mgr.14394) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.134895+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi189.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.135631+0000 mgr.a (mgr.14394) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi189.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.141630+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.160417+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.163098+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.163869+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:03:51.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.168985+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: cephadm 2024-03-21T12:03:50.169385+0000 mgr.a (mgr.14394) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:03:51.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.443838+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.453700+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.240 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:50 smithi189 bash[22248]: audit 2024-03-21T12:03:50.464025+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: cluster 2024-03-21T12:03:50.106276+0000 mgr.a (mgr.14394) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T12:03:51.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.107346+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:03:51.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.107996+0000 mgr.a (mgr.14394) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-21T12:03:51.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.109562+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi094.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.110038+0000 mgr.a (mgr.14394) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi094.front.sepia.ceph.com:3000"}]: dispatch 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.114592+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.128721+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.129438+0000 mgr.a (mgr.14394) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.134895+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi189.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.135631+0000 mgr.a (mgr.14394) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi189.front.sepia.ceph.com:9093"}]: dispatch 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.141630+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.160417+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.163098+0000 mon.a (mon.0) 830 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.163869+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.168985+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: cephadm 2024-03-21T12:03:50.169385+0000 mgr.a (mgr.14394) 35 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.443838+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.453700+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:51.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:50 smithi094 bash[21610]: audit 2024-03-21T12:03:50.464025+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:53 smithi094 bash[21610]: audit 2024-03-21T12:03:52.029912+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:53 smithi094 bash[21610]: audit 2024-03-21T12:03:52.040174+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:53 smithi094 bash[21610]: audit 2024-03-21T12:03:52.051101+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:53 smithi094 bash[21610]: cluster 2024-03-21T12:03:52.106849+0000 mgr.a (mgr.14394) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T12:03:53.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:53 smithi094 bash[21610]: audit 2024-03-21T12:03:52.699995+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:53 smithi189 bash[22248]: audit 2024-03-21T12:03:52.029912+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.326 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:53 smithi189 bash[22248]: audit 2024-03-21T12:03:52.040174+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:53 smithi189 bash[22248]: audit 2024-03-21T12:03:52.051101+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:53 smithi189 bash[22248]: cluster 2024-03-21T12:03:52.106849+0000 mgr.a (mgr.14394) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T12:03:53.327 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:53 smithi189 bash[22248]: audit 2024-03-21T12:03:52.699995+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:53 smithi137 bash[22207]: audit 2024-03-21T12:03:52.029912+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:53 smithi137 bash[22207]: audit 2024-03-21T12:03:52.040174+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:53 smithi137 bash[22207]: audit 2024-03-21T12:03:52.051101+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:53.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:53 smithi137 bash[22207]: cluster 2024-03-21T12:03:52.106849+0000 mgr.a (mgr.14394) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-21T12:03:53.340 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:53 smithi137 bash[22207]: audit 2024-03-21T12:03:52.699995+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:55.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:55 smithi189 bash[22248]: cluster 2024-03-21T12:03:54.107406+0000 mgr.a (mgr.14394) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:55.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:55 smithi094 bash[21610]: cluster 2024-03-21T12:03:54.107406+0000 mgr.a (mgr.14394) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:55.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:55 smithi137 bash[22207]: cluster 2024-03-21T12:03:54.107406+0000 mgr.a (mgr.14394) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:57.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:57 smithi189 bash[22248]: cluster 2024-03-21T12:03:56.107972+0000 mgr.a (mgr.14394) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:57.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:57 smithi189 bash[22248]: audit 2024-03-21T12:03:56.603297+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:57 smithi094 bash[21610]: cluster 2024-03-21T12:03:56.107972+0000 mgr.a (mgr.14394) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:57 smithi094 bash[21610]: audit 2024-03-21T12:03:56.603297+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:58.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:57 smithi137 bash[22207]: cluster 2024-03-21T12:03:56.107972+0000 mgr.a (mgr.14394) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:58.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:57 smithi137 bash[22207]: audit 2024-03-21T12:03:56.603297+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:58 smithi137 bash[22207]: audit 2024-03-21T12:03:57.803171+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:58 smithi137 bash[22207]: audit 2024-03-21T12:03:57.812849+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:58 smithi137 bash[22207]: audit 2024-03-21T12:03:57.823523+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:58 smithi137 bash[22207]: audit 2024-03-21T12:03:57.849221+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:03:59.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:58 smithi137 bash[22207]: audit 2024-03-21T12:03:57.854994+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:03:59.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:58 smithi137 bash[22207]: audit 2024-03-21T12:03:57.856757+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:03:59.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:58 smithi137 bash[22207]: audit 2024-03-21T12:03:57.866609+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:58 smithi137 bash[22207]: audit 2024-03-21T12:03:57.889766+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.090 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:03:58 smithi137 bash[22207]: cluster 2024-03-21T12:03:58.108541+0000 mgr.a (mgr.14394) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:58 smithi189 bash[22248]: audit 2024-03-21T12:03:57.803171+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:58 smithi189 bash[22248]: audit 2024-03-21T12:03:57.812849+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:58 smithi189 bash[22248]: audit 2024-03-21T12:03:57.823523+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:58 smithi189 bash[22248]: audit 2024-03-21T12:03:57.849221+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:03:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:58 smithi189 bash[22248]: audit 2024-03-21T12:03:57.854994+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:03:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:58 smithi189 bash[22248]: audit 2024-03-21T12:03:57.856757+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:03:59.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:58 smithi189 bash[22248]: audit 2024-03-21T12:03:57.866609+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:58 smithi189 bash[22248]: audit 2024-03-21T12:03:57.889766+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.239 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:03:58 smithi189 bash[22248]: cluster 2024-03-21T12:03:58.108541+0000 mgr.a (mgr.14394) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:03:59.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:58 smithi094 bash[21610]: audit 2024-03-21T12:03:57.803171+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:58 smithi094 bash[21610]: audit 2024-03-21T12:03:57.812849+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:58 smithi094 bash[21610]: audit 2024-03-21T12:03:57.823523+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:58 smithi094 bash[21610]: audit 2024-03-21T12:03:57.849221+0000 mon.a (mon.0) 844 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:03:59.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:58 smithi094 bash[21610]: audit 2024-03-21T12:03:57.854994+0000 mon.a (mon.0) 845 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:03:59.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:58 smithi094 bash[21610]: audit 2024-03-21T12:03:57.856757+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:03:59.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:58 smithi094 bash[21610]: audit 2024-03-21T12:03:57.866609+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:58 smithi094 bash[21610]: audit 2024-03-21T12:03:57.889766+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:03:59.299 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:03:58 smithi094 bash[21610]: cluster 2024-03-21T12:03:58.108541+0000 mgr.a (mgr.14394) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:01.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:01 smithi189 bash[22248]: cluster 2024-03-21T12:04:00.109033+0000 mgr.a (mgr.14394) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:01.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:01 smithi094 bash[21610]: cluster 2024-03-21T12:04:00.109033+0000 mgr.a (mgr.14394) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:01.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:01 smithi137 bash[22207]: cluster 2024-03-21T12:04:00.109033+0000 mgr.a (mgr.14394) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:03.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:03 smithi189 bash[22248]: cluster 2024-03-21T12:04:02.109558+0000 mgr.a (mgr.14394) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:03.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:03 smithi094 bash[21610]: cluster 2024-03-21T12:04:02.109558+0000 mgr.a (mgr.14394) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:03.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:03 smithi137 bash[22207]: cluster 2024-03-21T12:04:02.109558+0000 mgr.a (mgr.14394) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:05.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:05 smithi189 bash[22248]: cluster 2024-03-21T12:04:04.110078+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:05.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:05 smithi189 bash[22248]: audit 2024-03-21T12:04:04.172296+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:05.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:05 smithi094 bash[21610]: cluster 2024-03-21T12:04:04.110078+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:05.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:05 smithi094 bash[21610]: audit 2024-03-21T12:04:04.172296+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:05.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:05 smithi137 bash[22207]: cluster 2024-03-21T12:04:04.110078+0000 mgr.a (mgr.14394) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:05.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:05 smithi137 bash[22207]: audit 2024-03-21T12:04:04.172296+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:07.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:07 smithi189 bash[22248]: cluster 2024-03-21T12:04:06.110539+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:07.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:07 smithi094 bash[21610]: cluster 2024-03-21T12:04:06.110539+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:07.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:07 smithi137 bash[22207]: cluster 2024-03-21T12:04:06.110539+0000 mgr.a (mgr.14394) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:09.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:08 smithi094 bash[21610]: audit 2024-03-21T12:04:07.784703+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:09.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:08 smithi094 bash[21610]: audit 2024-03-21T12:04:07.789857+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:09.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:08 smithi094 bash[21610]: audit 2024-03-21T12:04:07.796952+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:09.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:08 smithi137 bash[22207]: audit 2024-03-21T12:04:07.784703+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:09.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:08 smithi137 bash[22207]: audit 2024-03-21T12:04:07.789857+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:09.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:08 smithi137 bash[22207]: audit 2024-03-21T12:04:07.796952+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:09.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:08 smithi189 bash[22248]: audit 2024-03-21T12:04:07.784703+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:09.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:08 smithi189 bash[22248]: audit 2024-03-21T12:04:07.789857+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:09.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:08 smithi189 bash[22248]: audit 2024-03-21T12:04:07.796952+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:09.963 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:09 smithi137 bash[22207]: cluster 2024-03-21T12:04:08.111016+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:10.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:09 smithi094 bash[21610]: cluster 2024-03-21T12:04:08.111016+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:10.237 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:09 smithi189 bash[22248]: cluster 2024-03-21T12:04:08.111016+0000 mgr.a (mgr.14394) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:11.108 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:10 smithi137 bash[22207]: cluster 2024-03-21T12:04:10.111552+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:11.237 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:10 smithi189 bash[22248]: cluster 2024-03-21T12:04:10.111552+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:11.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:10 smithi094 bash[21610]: cluster 2024-03-21T12:04:10.111552+0000 mgr.a (mgr.14394) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:13.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:13 smithi189 bash[22248]: cluster 2024-03-21T12:04:12.112076+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:13.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:13 smithi189 bash[22248]: audit 2024-03-21T12:04:12.208253+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:13.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:13 smithi189 bash[22248]: audit 2024-03-21T12:04:12.217755+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:13.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:13 smithi189 bash[22248]: audit 2024-03-21T12:04:12.227775+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:13.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:13 smithi094 bash[21610]: cluster 2024-03-21T12:04:12.112076+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:13.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:13 smithi094 bash[21610]: audit 2024-03-21T12:04:12.208253+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:13.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:13 smithi094 bash[21610]: audit 2024-03-21T12:04:12.217755+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:13.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:13 smithi094 bash[21610]: audit 2024-03-21T12:04:12.227775+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:13.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:13 smithi137 bash[22207]: cluster 2024-03-21T12:04:12.112076+0000 mgr.a (mgr.14394) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:13.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:13 smithi137 bash[22207]: audit 2024-03-21T12:04:12.208253+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:13.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:13 smithi137 bash[22207]: audit 2024-03-21T12:04:12.217755+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:13.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:13 smithi137 bash[22207]: audit 2024-03-21T12:04:12.227775+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:15.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:15 smithi189 bash[22248]: cluster 2024-03-21T12:04:14.112712+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:15.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:15 smithi094 bash[21610]: cluster 2024-03-21T12:04:14.112712+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:15.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:15 smithi137 bash[22207]: cluster 2024-03-21T12:04:14.112712+0000 mgr.a (mgr.14394) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:17.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:17 smithi189 bash[22248]: cluster 2024-03-21T12:04:16.113397+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:17.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:17 smithi189 bash[22248]: audit 2024-03-21T12:04:16.137248+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:17.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:17 smithi189 bash[22248]: audit 2024-03-21T12:04:16.146500+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:17.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:17 smithi189 bash[22248]: audit 2024-03-21T12:04:16.157252+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:17.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:17 smithi094 bash[21610]: cluster 2024-03-21T12:04:16.113397+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:17.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:17 smithi094 bash[21610]: audit 2024-03-21T12:04:16.137248+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:17.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:17 smithi094 bash[21610]: audit 2024-03-21T12:04:16.146500+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:17.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:17 smithi094 bash[21610]: audit 2024-03-21T12:04:16.157252+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:17.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:17 smithi137 bash[22207]: cluster 2024-03-21T12:04:16.113397+0000 mgr.a (mgr.14394) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:17.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:17 smithi137 bash[22207]: audit 2024-03-21T12:04:16.137248+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:17.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:17 smithi137 bash[22207]: audit 2024-03-21T12:04:16.146500+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:17.590 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:17 smithi137 bash[22207]: audit 2024-03-21T12:04:16.157252+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:19.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:19 smithi189 bash[22248]: cluster 2024-03-21T12:04:18.114007+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:19.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:19 smithi094 bash[21610]: cluster 2024-03-21T12:04:18.114007+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:19.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:19 smithi137 bash[22207]: cluster 2024-03-21T12:04:18.114007+0000 mgr.a (mgr.14394) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:20.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:20 smithi189 bash[22248]: audit 2024-03-21T12:04:19.170922+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:20.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:20 smithi094 bash[21610]: audit 2024-03-21T12:04:19.170922+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:20.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:20 smithi137 bash[22207]: audit 2024-03-21T12:04:19.170922+0000 mon.a (mon.0) 859 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:21.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:21 smithi189 bash[22248]: cluster 2024-03-21T12:04:20.114574+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:21.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:21 smithi094 bash[21610]: cluster 2024-03-21T12:04:20.114574+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:21.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:21 smithi137 bash[22207]: cluster 2024-03-21T12:04:20.114574+0000 mgr.a (mgr.14394) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:23.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:23 smithi189 bash[22248]: cluster 2024-03-21T12:04:22.115133+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:23.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:23 smithi094 bash[21610]: cluster 2024-03-21T12:04:22.115133+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:23.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:23 smithi137 bash[22207]: cluster 2024-03-21T12:04:22.115133+0000 mgr.a (mgr.14394) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:25.413 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:25 smithi094 bash[21610]: cluster 2024-03-21T12:04:24.115548+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:25.487 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:25 smithi189 bash[22248]: cluster 2024-03-21T12:04:24.115548+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:25.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:25 smithi137 bash[22207]: cluster 2024-03-21T12:04:24.115548+0000 mgr.a (mgr.14394) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:27.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:27 smithi189 bash[22248]: cluster 2024-03-21T12:04:26.116072+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:27.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:27 smithi094 bash[21610]: cluster 2024-03-21T12:04:26.116072+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:27.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:27 smithi137 bash[22207]: cluster 2024-03-21T12:04:26.116072+0000 mgr.a (mgr.14394) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:29.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:28 smithi189 bash[22248]: audit 2024-03-21T12:04:27.986497+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:29.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:28 smithi189 bash[22248]: audit 2024-03-21T12:04:27.996073+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:29.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:28 smithi189 bash[22248]: audit 2024-03-21T12:04:28.006226+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:29.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:28 smithi189 bash[22248]: cluster 2024-03-21T12:04:28.116636+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:29.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:28 smithi094 bash[21610]: audit 2024-03-21T12:04:27.986497+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:29.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:28 smithi094 bash[21610]: audit 2024-03-21T12:04:27.996073+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:29.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:28 smithi094 bash[21610]: audit 2024-03-21T12:04:28.006226+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:29.298 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:28 smithi094 bash[21610]: cluster 2024-03-21T12:04:28.116636+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:29.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:28 smithi137 bash[22207]: audit 2024-03-21T12:04:27.986497+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:29.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:28 smithi137 bash[22207]: audit 2024-03-21T12:04:27.996073+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:29.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:28 smithi137 bash[22207]: audit 2024-03-21T12:04:28.006226+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:29.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:28 smithi137 bash[22207]: cluster 2024-03-21T12:04:28.116636+0000 mgr.a (mgr.14394) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:31.460 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:31 smithi189 bash[22248]: cluster 2024-03-21T12:04:30.117220+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:31.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:31 smithi094 bash[21610]: cluster 2024-03-21T12:04:30.117220+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:31.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:31 smithi137 bash[22207]: cluster 2024-03-21T12:04:30.117220+0000 mgr.a (mgr.14394) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:33.720 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:33 smithi094 bash[21610]: cluster 2024-03-21T12:04:32.117784+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:33.721 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:33 smithi094 bash[21610]: audit 2024-03-21T12:04:32.376987+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:33.721 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:33 smithi094 bash[21610]: audit 2024-03-21T12:04:32.386529+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:33.721 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:33 smithi094 bash[21610]: audit 2024-03-21T12:04:32.396823+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:33.737 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:33 smithi189 bash[22248]: cluster 2024-03-21T12:04:32.117784+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:33.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:33 smithi189 bash[22248]: audit 2024-03-21T12:04:32.376987+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:33.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:33 smithi189 bash[22248]: audit 2024-03-21T12:04:32.386529+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:33.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:33 smithi189 bash[22248]: audit 2024-03-21T12:04:32.396823+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:33.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:33 smithi137 bash[22207]: cluster 2024-03-21T12:04:32.117784+0000 mgr.a (mgr.14394) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:33.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:33 smithi137 bash[22207]: audit 2024-03-21T12:04:32.376987+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:33.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:33 smithi137 bash[22207]: audit 2024-03-21T12:04:32.386529+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:33.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:33 smithi137 bash[22207]: audit 2024-03-21T12:04:32.396823+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:34.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:04:33 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:04:33] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.51.0" 2024-03-21T12:04:34.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:34 smithi189 bash[22248]: audit 2024-03-21T12:04:34.171252+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:34.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:34 smithi094 bash[21610]: audit 2024-03-21T12:04:34.171252+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:34.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:34 smithi137 bash[22207]: audit 2024-03-21T12:04:34.171252+0000 mon.a (mon.0) 866 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:35.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:35 smithi189 bash[22248]: cluster 2024-03-21T12:04:34.118283+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:35.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:35 smithi094 bash[21610]: cluster 2024-03-21T12:04:34.118283+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:35.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:35 smithi137 bash[22207]: cluster 2024-03-21T12:04:34.118283+0000 mgr.a (mgr.14394) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:37.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:37 smithi189 bash[22248]: cluster 2024-03-21T12:04:36.118895+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:37.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:37 smithi189 bash[22248]: audit 2024-03-21T12:04:36.346323+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:37.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:37 smithi189 bash[22248]: audit 2024-03-21T12:04:36.355492+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:37.739 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:37 smithi189 bash[22248]: audit 2024-03-21T12:04:36.365875+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:37.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:37 smithi094 bash[21610]: cluster 2024-03-21T12:04:36.118895+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:37.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:37 smithi094 bash[21610]: audit 2024-03-21T12:04:36.346323+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:37.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:37 smithi094 bash[21610]: audit 2024-03-21T12:04:36.355492+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:37.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:37 smithi094 bash[21610]: audit 2024-03-21T12:04:36.365875+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:37 smithi137 bash[22207]: cluster 2024-03-21T12:04:36.118895+0000 mgr.a (mgr.14394) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:37 smithi137 bash[22207]: audit 2024-03-21T12:04:36.346323+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:37 smithi137 bash[22207]: audit 2024-03-21T12:04:36.355492+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:37 smithi137 bash[22207]: audit 2024-03-21T12:04:36.365875+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:39.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:39 smithi189 bash[22248]: cluster 2024-03-21T12:04:38.119407+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:39.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:39 smithi094 bash[21610]: cluster 2024-03-21T12:04:38.119407+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:39.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:39 smithi137 bash[22207]: cluster 2024-03-21T12:04:38.119407+0000 mgr.a (mgr.14394) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:41.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:41 smithi189 bash[22248]: cluster 2024-03-21T12:04:40.119954+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:41.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:41 smithi094 bash[21610]: cluster 2024-03-21T12:04:40.119954+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:41.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:41 smithi137 bash[22207]: cluster 2024-03-21T12:04:40.119954+0000 mgr.a (mgr.14394) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:43.719 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:43 smithi094 bash[21610]: cluster 2024-03-21T12:04:42.120544+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:43.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:43 smithi189 bash[22248]: cluster 2024-03-21T12:04:42.120544+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:43.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:43 smithi137 bash[22207]: cluster 2024-03-21T12:04:42.120544+0000 mgr.a (mgr.14394) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:44.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:04:43 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:04:43] "GET /metrics HTTP/1.1" 200 21449 "" "Prometheus/2.51.0" 2024-03-21T12:04:45.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:45 smithi189 bash[22248]: cluster 2024-03-21T12:04:44.120919+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:45.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:45 smithi094 bash[21610]: cluster 2024-03-21T12:04:44.120919+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:45.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:45 smithi137 bash[22207]: cluster 2024-03-21T12:04:44.120919+0000 mgr.a (mgr.14394) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:47.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:47 smithi189 bash[22248]: cluster 2024-03-21T12:04:46.121517+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:47.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:47 smithi094 bash[21610]: cluster 2024-03-21T12:04:46.121517+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:47.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:47 smithi137 bash[22207]: cluster 2024-03-21T12:04:46.121517+0000 mgr.a (mgr.14394) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:49.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:49 smithi189 bash[22248]: cluster 2024-03-21T12:04:48.122099+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:49.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:49 smithi189 bash[22248]: audit 2024-03-21T12:04:48.208433+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:49.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:49 smithi189 bash[22248]: audit 2024-03-21T12:04:48.215835+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:49.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:49 smithi189 bash[22248]: audit 2024-03-21T12:04:48.223934+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:49.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:49 smithi189 bash[22248]: audit 2024-03-21T12:04:49.171755+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:49.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:49 smithi094 bash[21610]: cluster 2024-03-21T12:04:48.122099+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:49.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:49 smithi094 bash[21610]: audit 2024-03-21T12:04:48.208433+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:49.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:49 smithi094 bash[21610]: audit 2024-03-21T12:04:48.215835+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:49.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:49 smithi094 bash[21610]: audit 2024-03-21T12:04:48.223934+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:49.548 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:49 smithi094 bash[21610]: audit 2024-03-21T12:04:49.171755+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:49.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:49 smithi137 bash[22207]: cluster 2024-03-21T12:04:48.122099+0000 mgr.a (mgr.14394) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:49.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:49 smithi137 bash[22207]: audit 2024-03-21T12:04:48.208433+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:49.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:49 smithi137 bash[22207]: audit 2024-03-21T12:04:48.215835+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:49.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:49 smithi137 bash[22207]: audit 2024-03-21T12:04:48.223934+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:49.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:49 smithi137 bash[22207]: audit 2024-03-21T12:04:49.171755+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:04:51.474 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:51 smithi137 bash[22207]: cluster 2024-03-21T12:04:50.122669+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:51.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:51 smithi189 bash[22248]: cluster 2024-03-21T12:04:50.122669+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:51.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:51 smithi094 bash[21610]: cluster 2024-03-21T12:04:50.122669+0000 mgr.a (mgr.14394) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:53.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:53 smithi137 bash[22207]: cluster 2024-03-21T12:04:52.123182+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:53.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:53 smithi137 bash[22207]: audit 2024-03-21T12:04:52.578008+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:53.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:53 smithi137 bash[22207]: audit 2024-03-21T12:04:52.587764+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:53.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:53 smithi137 bash[22207]: audit 2024-03-21T12:04:52.598114+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:53.868 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:53 smithi189 bash[22248]: cluster 2024-03-21T12:04:52.123182+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:53.868 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:53 smithi189 bash[22248]: audit 2024-03-21T12:04:52.578008+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:53.869 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:53 smithi189 bash[22248]: audit 2024-03-21T12:04:52.587764+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:53.869 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:53 smithi189 bash[22248]: audit 2024-03-21T12:04:52.598114+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:54.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:04:53 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:04:53] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.51.0" 2024-03-21T12:04:54.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:53 smithi094 bash[21610]: cluster 2024-03-21T12:04:52.123182+0000 mgr.a (mgr.14394) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:54.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:53 smithi094 bash[21610]: audit 2024-03-21T12:04:52.578008+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:54.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:53 smithi094 bash[21610]: audit 2024-03-21T12:04:52.587764+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:54.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:53 smithi094 bash[21610]: audit 2024-03-21T12:04:52.598114+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:55.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:55 smithi137 bash[22207]: cluster 2024-03-21T12:04:54.123689+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:55.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:55 smithi189 bash[22248]: cluster 2024-03-21T12:04:54.123689+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:56.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:55 smithi094 bash[21610]: cluster 2024-03-21T12:04:54.123689+0000 mgr.a (mgr.14394) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:57 smithi137 bash[22207]: cluster 2024-03-21T12:04:56.124225+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:57 smithi137 bash[22207]: audit 2024-03-21T12:04:56.577446+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:57 smithi137 bash[22207]: audit 2024-03-21T12:04:56.592492+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:57 smithi137 bash[22207]: audit 2024-03-21T12:04:56.603893+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:57.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:57 smithi189 bash[22248]: cluster 2024-03-21T12:04:56.124225+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:57.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:57 smithi189 bash[22248]: audit 2024-03-21T12:04:56.577446+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:57.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:57 smithi189 bash[22248]: audit 2024-03-21T12:04:56.592492+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:57.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:57 smithi189 bash[22248]: audit 2024-03-21T12:04:56.603893+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:58.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:57 smithi094 bash[21610]: cluster 2024-03-21T12:04:56.124225+0000 mgr.a (mgr.14394) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:58.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:57 smithi094 bash[21610]: audit 2024-03-21T12:04:56.577446+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:58.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:57 smithi094 bash[21610]: audit 2024-03-21T12:04:56.592492+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:58.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:57 smithi094 bash[21610]: audit 2024-03-21T12:04:56.603893+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:58.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:58 smithi137 bash[22207]: audit 2024-03-21T12:04:58.007223+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:04:58.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:58 smithi137 bash[22207]: audit 2024-03-21T12:04:58.013394+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:04:58.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:58 smithi137 bash[22207]: audit 2024-03-21T12:04:58.015325+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:04:58.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:58 smithi137 bash[22207]: audit 2024-03-21T12:04:58.025452+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:58.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:58 smithi189 bash[22248]: audit 2024-03-21T12:04:58.007223+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:04:58.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:58 smithi189 bash[22248]: audit 2024-03-21T12:04:58.013394+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:04:58.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:58 smithi189 bash[22248]: audit 2024-03-21T12:04:58.015325+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:04:58.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:58 smithi189 bash[22248]: audit 2024-03-21T12:04:58.025452+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:59.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:58 smithi094 bash[21610]: audit 2024-03-21T12:04:58.007223+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:04:59.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:58 smithi094 bash[21610]: audit 2024-03-21T12:04:58.013394+0000 mon.a (mon.0) 881 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:04:59.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:58 smithi094 bash[21610]: audit 2024-03-21T12:04:58.015325+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:04:59.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:58 smithi094 bash[21610]: audit 2024-03-21T12:04:58.025452+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:04:59.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:04:59 smithi137 bash[22207]: cluster 2024-03-21T12:04:58.124587+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:04:59.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:04:59 smithi189 bash[22248]: cluster 2024-03-21T12:04:58.124587+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:00.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:04:59 smithi094 bash[21610]: cluster 2024-03-21T12:04:58.124587+0000 mgr.a (mgr.14394) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:01.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:01 smithi189 bash[22248]: cluster 2024-03-21T12:05:00.125069+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:01.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:01 smithi137 bash[22207]: cluster 2024-03-21T12:05:00.125069+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:02.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:01 smithi094 bash[21610]: cluster 2024-03-21T12:05:00.125069+0000 mgr.a (mgr.14394) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:03.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:03 smithi137 bash[22207]: cluster 2024-03-21T12:05:02.125563+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:03.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:03 smithi189 bash[22248]: cluster 2024-03-21T12:05:02.125563+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:04.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:03 smithi094 bash[21610]: cluster 2024-03-21T12:05:02.125563+0000 mgr.a (mgr.14394) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:04.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:05:03 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:05:03] "GET /metrics HTTP/1.1" 200 21451 "" "Prometheus/2.51.0" 2024-03-21T12:05:04.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:04 smithi189 bash[22248]: audit 2024-03-21T12:05:04.172252+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:05.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:04 smithi094 bash[21610]: audit 2024-03-21T12:05:04.172252+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:05.091 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:04 smithi137 bash[22207]: audit 2024-03-21T12:05:04.172252+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:05.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:05 smithi189 bash[22248]: cluster 2024-03-21T12:05:04.126095+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:06.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:05 smithi094 bash[21610]: cluster 2024-03-21T12:05:04.126095+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:06.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:05 smithi137 bash[22207]: cluster 2024-03-21T12:05:04.126095+0000 mgr.a (mgr.14394) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:07.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:07 smithi189 bash[22248]: cluster 2024-03-21T12:05:06.126513+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:08.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:07 smithi094 bash[21610]: cluster 2024-03-21T12:05:06.126513+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:08.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:07 smithi137 bash[22207]: cluster 2024-03-21T12:05:06.126513+0000 mgr.a (mgr.14394) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:09.728 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:09 smithi137 bash[22207]: cluster 2024-03-21T12:05:08.127046+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:09.728 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:09 smithi137 bash[22207]: audit 2024-03-21T12:05:08.374113+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:09.728 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:09 smithi137 bash[22207]: audit 2024-03-21T12:05:08.382121+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:09.728 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:09 smithi137 bash[22207]: audit 2024-03-21T12:05:08.390307+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:09.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:09 smithi189 bash[22248]: cluster 2024-03-21T12:05:08.127046+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:09.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:09 smithi189 bash[22248]: audit 2024-03-21T12:05:08.374113+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:09.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:09 smithi189 bash[22248]: audit 2024-03-21T12:05:08.382121+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:09.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:09 smithi189 bash[22248]: audit 2024-03-21T12:05:08.390307+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:09.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:09 smithi094 bash[21610]: cluster 2024-03-21T12:05:08.127046+0000 mgr.a (mgr.14394) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:09.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:09 smithi094 bash[21610]: audit 2024-03-21T12:05:08.374113+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:09.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:09 smithi094 bash[21610]: audit 2024-03-21T12:05:08.382121+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:09.798 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:09 smithi094 bash[21610]: audit 2024-03-21T12:05:08.390307+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:11.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:11 smithi189 bash[22248]: cluster 2024-03-21T12:05:10.127571+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:11.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:11 smithi094 bash[21610]: cluster 2024-03-21T12:05:10.127571+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:11.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:11 smithi137 bash[22207]: cluster 2024-03-21T12:05:10.127571+0000 mgr.a (mgr.14394) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:13.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:13 smithi189 bash[22248]: cluster 2024-03-21T12:05:12.128080+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:13.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:13 smithi189 bash[22248]: audit 2024-03-21T12:05:12.779629+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:13.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:13 smithi189 bash[22248]: audit 2024-03-21T12:05:12.789657+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:13.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:13 smithi189 bash[22248]: audit 2024-03-21T12:05:12.800001+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:14.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:05:13 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:05:13] "GET /metrics HTTP/1.1" 200 21441 "" "Prometheus/2.51.0" 2024-03-21T12:05:14.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:13 smithi094 bash[21610]: cluster 2024-03-21T12:05:12.128080+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:14.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:13 smithi094 bash[21610]: audit 2024-03-21T12:05:12.779629+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:14.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:13 smithi094 bash[21610]: audit 2024-03-21T12:05:12.789657+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:14.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:13 smithi094 bash[21610]: audit 2024-03-21T12:05:12.800001+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:14.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:13 smithi137 bash[22207]: cluster 2024-03-21T12:05:12.128080+0000 mgr.a (mgr.14394) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:14.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:13 smithi137 bash[22207]: audit 2024-03-21T12:05:12.779629+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:14.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:13 smithi137 bash[22207]: audit 2024-03-21T12:05:12.789657+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:14.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:13 smithi137 bash[22207]: audit 2024-03-21T12:05:12.800001+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:16.032 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:15 smithi189 bash[22248]: cluster 2024-03-21T12:05:14.128613+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:16.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:15 smithi094 bash[21610]: cluster 2024-03-21T12:05:14.128613+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:16.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:15 smithi137 bash[22207]: cluster 2024-03-21T12:05:14.128613+0000 mgr.a (mgr.14394) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:18.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:17 smithi137 bash[22207]: cluster 2024-03-21T12:05:16.129179+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:18.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:17 smithi137 bash[22207]: audit 2024-03-21T12:05:16.810565+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:18.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:17 smithi137 bash[22207]: audit 2024-03-21T12:05:16.820108+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:18.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:17 smithi137 bash[22207]: audit 2024-03-21T12:05:16.830255+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:18.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:17 smithi189 bash[22248]: cluster 2024-03-21T12:05:16.129179+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:18.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:17 smithi189 bash[22248]: audit 2024-03-21T12:05:16.810565+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:18.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:17 smithi189 bash[22248]: audit 2024-03-21T12:05:16.820108+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:18.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:17 smithi189 bash[22248]: audit 2024-03-21T12:05:16.830255+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:18.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:17 smithi094 bash[21610]: cluster 2024-03-21T12:05:16.129179+0000 mgr.a (mgr.14394) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:18.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:17 smithi094 bash[21610]: audit 2024-03-21T12:05:16.810565+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:18.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:17 smithi094 bash[21610]: audit 2024-03-21T12:05:16.820108+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:18.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:17 smithi094 bash[21610]: audit 2024-03-21T12:05:16.830255+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:19.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:18 smithi189 bash[22248]: cluster 2024-03-21T12:05:18.129700+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:19.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:18 smithi094 bash[21610]: cluster 2024-03-21T12:05:18.129700+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:19.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:18 smithi137 bash[22207]: cluster 2024-03-21T12:05:18.129700+0000 mgr.a (mgr.14394) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:20.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:19 smithi189 bash[22248]: audit 2024-03-21T12:05:19.172613+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:20.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:19 smithi094 bash[21610]: audit 2024-03-21T12:05:19.172613+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:20.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:19 smithi137 bash[22207]: audit 2024-03-21T12:05:19.172613+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:21.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:20 smithi189 bash[22248]: cluster 2024-03-21T12:05:20.130243+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:21.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:20 smithi094 bash[21610]: cluster 2024-03-21T12:05:20.130243+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:21.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:20 smithi137 bash[22207]: cluster 2024-03-21T12:05:20.130243+0000 mgr.a (mgr.14394) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:23.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:23 smithi189 bash[22248]: cluster 2024-03-21T12:05:22.130769+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:23.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:23 smithi094 bash[21610]: cluster 2024-03-21T12:05:22.130769+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:23.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:23 smithi137 bash[22207]: cluster 2024-03-21T12:05:22.130769+0000 mgr.a (mgr.14394) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:24.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:05:23 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:05:23] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.51.0" 2024-03-21T12:05:25.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:25 smithi189 bash[22248]: cluster 2024-03-21T12:05:24.131264+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:25.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:25 smithi094 bash[21610]: cluster 2024-03-21T12:05:24.131264+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:25.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:25 smithi137 bash[22207]: cluster 2024-03-21T12:05:24.131264+0000 mgr.a (mgr.14394) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:27.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:27 smithi189 bash[22248]: cluster 2024-03-21T12:05:26.131678+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:27.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:27 smithi094 bash[21610]: cluster 2024-03-21T12:05:26.131678+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:27.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:27 smithi137 bash[22207]: cluster 2024-03-21T12:05:26.131678+0000 mgr.a (mgr.14394) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:29.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:29 smithi094 bash[21610]: cluster 2024-03-21T12:05:28.132124+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:29.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:29 smithi094 bash[21610]: audit 2024-03-21T12:05:28.548425+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:29.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:29 smithi094 bash[21610]: audit 2024-03-21T12:05:28.558268+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:29.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:29 smithi094 bash[21610]: audit 2024-03-21T12:05:28.568678+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:29.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:29 smithi137 bash[22207]: cluster 2024-03-21T12:05:28.132124+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:29.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:29 smithi137 bash[22207]: audit 2024-03-21T12:05:28.548425+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:29.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:29 smithi137 bash[22207]: audit 2024-03-21T12:05:28.558268+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:29.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:29 smithi137 bash[22207]: audit 2024-03-21T12:05:28.568678+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:29.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:29 smithi189 bash[22248]: cluster 2024-03-21T12:05:28.132124+0000 mgr.a (mgr.14394) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:29.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:29 smithi189 bash[22248]: audit 2024-03-21T12:05:28.548425+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:29.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:29 smithi189 bash[22248]: audit 2024-03-21T12:05:28.558268+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:29.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:29 smithi189 bash[22248]: audit 2024-03-21T12:05:28.568678+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:31.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:31 smithi094 bash[21610]: cluster 2024-03-21T12:05:30.132717+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:31.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:31 smithi137 bash[22207]: cluster 2024-03-21T12:05:30.132717+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:31.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:31 smithi189 bash[22248]: cluster 2024-03-21T12:05:30.132717+0000 mgr.a (mgr.14394) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:33.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:33 smithi137 bash[22207]: cluster 2024-03-21T12:05:32.133190+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:33.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:33 smithi137 bash[22207]: audit 2024-03-21T12:05:32.978279+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:33.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:33 smithi137 bash[22207]: audit 2024-03-21T12:05:32.988006+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:33.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:33 smithi137 bash[22207]: audit 2024-03-21T12:05:32.998325+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:33.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:33 smithi189 bash[22248]: cluster 2024-03-21T12:05:32.133190+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:33.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:33 smithi189 bash[22248]: audit 2024-03-21T12:05:32.978279+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:33.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:33 smithi189 bash[22248]: audit 2024-03-21T12:05:32.988006+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:33.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:33 smithi189 bash[22248]: audit 2024-03-21T12:05:32.998325+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:34.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:05:33 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:05:33] "GET /metrics HTTP/1.1" 200 21450 "" "Prometheus/2.51.0" 2024-03-21T12:05:34.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:33 smithi094 bash[21610]: cluster 2024-03-21T12:05:32.133190+0000 mgr.a (mgr.14394) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:34.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:33 smithi094 bash[21610]: audit 2024-03-21T12:05:32.978279+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:34.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:33 smithi094 bash[21610]: audit 2024-03-21T12:05:32.988006+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:34.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:33 smithi094 bash[21610]: audit 2024-03-21T12:05:32.998325+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:34.720 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:34 smithi189 bash[22248]: audit 2024-03-21T12:05:34.172989+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:34.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:34 smithi137 bash[22207]: audit 2024-03-21T12:05:34.172989+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:35.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:34 smithi094 bash[21610]: audit 2024-03-21T12:05:34.172989+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:35.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:35 smithi137 bash[22207]: cluster 2024-03-21T12:05:34.133699+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:35.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:35 smithi189 bash[22248]: cluster 2024-03-21T12:05:34.133699+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:36.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:35 smithi094 bash[21610]: cluster 2024-03-21T12:05:34.133699+0000 mgr.a (mgr.14394) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:37 smithi137 bash[22207]: cluster 2024-03-21T12:05:36.134237+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:37 smithi137 bash[22207]: audit 2024-03-21T12:05:36.998509+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:37 smithi137 bash[22207]: audit 2024-03-21T12:05:37.007620+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:37 smithi137 bash[22207]: audit 2024-03-21T12:05:37.018016+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:37.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:37 smithi189 bash[22248]: cluster 2024-03-21T12:05:36.134237+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:37.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:37 smithi189 bash[22248]: audit 2024-03-21T12:05:36.998509+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:37.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:37 smithi189 bash[22248]: audit 2024-03-21T12:05:37.007620+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:37.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:37 smithi189 bash[22248]: audit 2024-03-21T12:05:37.018016+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:38.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:37 smithi094 bash[21610]: cluster 2024-03-21T12:05:36.134237+0000 mgr.a (mgr.14394) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:38.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:37 smithi094 bash[21610]: audit 2024-03-21T12:05:36.998509+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:38.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:37 smithi094 bash[21610]: audit 2024-03-21T12:05:37.007620+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:38.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:37 smithi094 bash[21610]: audit 2024-03-21T12:05:37.018016+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:39.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:39 smithi137 bash[22207]: cluster 2024-03-21T12:05:38.134749+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:39.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:39 smithi189 bash[22248]: cluster 2024-03-21T12:05:38.134749+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:40.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:39 smithi094 bash[21610]: cluster 2024-03-21T12:05:38.134749+0000 mgr.a (mgr.14394) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:41.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:41 smithi137 bash[22207]: cluster 2024-03-21T12:05:40.135273+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:41.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:41 smithi189 bash[22248]: cluster 2024-03-21T12:05:40.135273+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:42.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:41 smithi094 bash[21610]: cluster 2024-03-21T12:05:40.135273+0000 mgr.a (mgr.14394) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:43.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:43 smithi137 bash[22207]: cluster 2024-03-21T12:05:42.135795+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:43.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:43 smithi189 bash[22248]: cluster 2024-03-21T12:05:42.135795+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:44.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:43 smithi094 bash[21610]: cluster 2024-03-21T12:05:42.135795+0000 mgr.a (mgr.14394) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:44.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:05:43 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:05:43] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.51.0" 2024-03-21T12:05:45.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:45 smithi137 bash[22207]: cluster 2024-03-21T12:05:44.136325+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:45.938 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:45 smithi094 bash[21610]: cluster 2024-03-21T12:05:44.136325+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:45.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:45 smithi189 bash[22248]: cluster 2024-03-21T12:05:44.136325+0000 mgr.a (mgr.14394) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:47.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:47 smithi137 bash[22207]: cluster 2024-03-21T12:05:46.136880+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:47.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:47 smithi189 bash[22248]: cluster 2024-03-21T12:05:46.136880+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:48.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:47 smithi094 bash[21610]: cluster 2024-03-21T12:05:46.136880+0000 mgr.a (mgr.14394) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:49.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:49 smithi189 bash[22248]: cluster 2024-03-21T12:05:48.137434+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:49.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:49 smithi189 bash[22248]: audit 2024-03-21T12:05:48.736107+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:49.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:49 smithi189 bash[22248]: audit 2024-03-21T12:05:48.741522+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:49.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:49 smithi189 bash[22248]: audit 2024-03-21T12:05:48.747260+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:49.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:49 smithi189 bash[22248]: audit 2024-03-21T12:05:49.172936+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:50.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:49 smithi094 bash[21610]: cluster 2024-03-21T12:05:48.137434+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:50.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:49 smithi094 bash[21610]: audit 2024-03-21T12:05:48.736107+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:50.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:49 smithi094 bash[21610]: audit 2024-03-21T12:05:48.741522+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:50.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:49 smithi094 bash[21610]: audit 2024-03-21T12:05:48.747260+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:50.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:49 smithi094 bash[21610]: audit 2024-03-21T12:05:49.172936+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:50.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:49 smithi137 bash[22207]: cluster 2024-03-21T12:05:48.137434+0000 mgr.a (mgr.14394) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:50.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:49 smithi137 bash[22207]: audit 2024-03-21T12:05:48.736107+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:50.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:49 smithi137 bash[22207]: audit 2024-03-21T12:05:48.741522+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:50.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:49 smithi137 bash[22207]: audit 2024-03-21T12:05:48.747260+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:50.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:49 smithi137 bash[22207]: audit 2024-03-21T12:05:49.172936+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:05:51.991 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:51 smithi189 bash[22248]: cluster 2024-03-21T12:05:50.137963+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:52.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:51 smithi094 bash[21610]: cluster 2024-03-21T12:05:50.137963+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:52.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:51 smithi137 bash[22207]: cluster 2024-03-21T12:05:50.137963+0000 mgr.a (mgr.14394) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:54.017 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:53 smithi137 bash[22207]: cluster 2024-03-21T12:05:52.138557+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:54.017 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:53 smithi137 bash[22207]: audit 2024-03-21T12:05:53.178345+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:54.017 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:53 smithi137 bash[22207]: audit 2024-03-21T12:05:53.188516+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:54.018 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:53 smithi137 bash[22207]: audit 2024-03-21T12:05:53.199092+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:54.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:05:53 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:05:53] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.51.0" 2024-03-21T12:05:54.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:53 smithi094 bash[21610]: cluster 2024-03-21T12:05:52.138557+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:54.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:53 smithi094 bash[21610]: audit 2024-03-21T12:05:53.178345+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:54.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:53 smithi094 bash[21610]: audit 2024-03-21T12:05:53.188516+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:54.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:53 smithi094 bash[21610]: audit 2024-03-21T12:05:53.199092+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:54.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:53 smithi189 bash[22248]: cluster 2024-03-21T12:05:52.138557+0000 mgr.a (mgr.14394) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:54.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:53 smithi189 bash[22248]: audit 2024-03-21T12:05:53.178345+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:54.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:53 smithi189 bash[22248]: audit 2024-03-21T12:05:53.188516+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:54.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:53 smithi189 bash[22248]: audit 2024-03-21T12:05:53.199092+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:55.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:55 smithi189 bash[22248]: cluster 2024-03-21T12:05:54.139199+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:56.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:55 smithi094 bash[21610]: cluster 2024-03-21T12:05:54.139199+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:56.088 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:55 smithi137 bash[22207]: cluster 2024-03-21T12:05:54.139199+0000 mgr.a (mgr.14394) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:58.000 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:57 smithi189 bash[22248]: cluster 2024-03-21T12:05:56.139784+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:58.000 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:57 smithi189 bash[22248]: audit 2024-03-21T12:05:57.138880+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:58.000 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:57 smithi189 bash[22248]: audit 2024-03-21T12:05:57.148326+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:58.000 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:57 smithi189 bash[22248]: audit 2024-03-21T12:05:57.158887+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:58.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:57 smithi094 bash[21610]: cluster 2024-03-21T12:05:56.139784+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:58.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:57 smithi094 bash[21610]: audit 2024-03-21T12:05:57.138880+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:58.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:57 smithi094 bash[21610]: audit 2024-03-21T12:05:57.148326+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:58.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:57 smithi094 bash[21610]: audit 2024-03-21T12:05:57.158887+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:58.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:57 smithi137 bash[22207]: cluster 2024-03-21T12:05:56.139784+0000 mgr.a (mgr.14394) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:05:58.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:57 smithi137 bash[22207]: audit 2024-03-21T12:05:57.138880+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:58.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:57 smithi137 bash[22207]: audit 2024-03-21T12:05:57.148326+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:58.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:57 smithi137 bash[22207]: audit 2024-03-21T12:05:57.158887+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:59.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:58 smithi094 bash[21610]: audit 2024-03-21T12:05:58.153386+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:05:59.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:58 smithi094 bash[21610]: audit 2024-03-21T12:05:58.681908+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:59.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:58 smithi094 bash[21610]: audit 2024-03-21T12:05:58.688931+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:59.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:58 smithi094 bash[21610]: audit 2024-03-21T12:05:58.690622+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:05:59.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:58 smithi094 bash[21610]: audit 2024-03-21T12:05:58.692147+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:05:59.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:58 smithi094 bash[21610]: audit 2024-03-21T12:05:58.698812+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:59.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:58 smithi137 bash[22207]: audit 2024-03-21T12:05:58.153386+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:05:59.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:58 smithi137 bash[22207]: audit 2024-03-21T12:05:58.681908+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:59.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:58 smithi137 bash[22207]: audit 2024-03-21T12:05:58.688931+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:59.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:58 smithi137 bash[22207]: audit 2024-03-21T12:05:58.690622+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:05:59.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:58 smithi137 bash[22207]: audit 2024-03-21T12:05:58.692147+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:05:59.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:58 smithi137 bash[22207]: audit 2024-03-21T12:05:58.698812+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:58 smithi189 bash[22248]: audit 2024-03-21T12:05:58.153386+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:05:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:58 smithi189 bash[22248]: audit 2024-03-21T12:05:58.681908+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:58 smithi189 bash[22248]: audit 2024-03-21T12:05:58.688931+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:05:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:58 smithi189 bash[22248]: audit 2024-03-21T12:05:58.690622+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:05:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:58 smithi189 bash[22248]: audit 2024-03-21T12:05:58.692147+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:05:59.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:58 smithi189 bash[22248]: audit 2024-03-21T12:05:58.698812+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:00.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:05:59 smithi094 bash[21610]: cluster 2024-03-21T12:05:58.140318+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:00.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:05:59 smithi137 bash[22207]: cluster 2024-03-21T12:05:58.140318+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:00.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:05:59 smithi189 bash[22248]: cluster 2024-03-21T12:05:58.140318+0000 mgr.a (mgr.14394) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:02.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:01 smithi094 bash[21610]: cluster 2024-03-21T12:06:00.140800+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:02.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:01 smithi137 bash[22207]: cluster 2024-03-21T12:06:00.140800+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:02.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:01 smithi189 bash[22248]: cluster 2024-03-21T12:06:00.140800+0000 mgr.a (mgr.14394) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:04.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:03 smithi094 bash[21610]: cluster 2024-03-21T12:06:02.141301+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:04.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:06:03 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:06:03] "GET /metrics HTTP/1.1" 200 21460 "" "Prometheus/2.51.0" 2024-03-21T12:06:04.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:03 smithi137 bash[22207]: cluster 2024-03-21T12:06:02.141301+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:04.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:03 smithi189 bash[22248]: cluster 2024-03-21T12:06:02.141301+0000 mgr.a (mgr.14394) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:05.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:04 smithi094 bash[21610]: audit 2024-03-21T12:06:04.173798+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:05.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:04 smithi137 bash[22207]: audit 2024-03-21T12:06:04.173798+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:05.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:04 smithi189 bash[22248]: audit 2024-03-21T12:06:04.173798+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:06.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:05 smithi094 bash[21610]: cluster 2024-03-21T12:06:04.141849+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:06.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:05 smithi137 bash[22207]: cluster 2024-03-21T12:06:04.141849+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:06.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:05 smithi189 bash[22248]: cluster 2024-03-21T12:06:04.141849+0000 mgr.a (mgr.14394) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:08.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:07 smithi094 bash[21610]: cluster 2024-03-21T12:06:06.142405+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:08.088 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:07 smithi137 bash[22207]: cluster 2024-03-21T12:06:06.142405+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:08.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:07 smithi189 bash[22248]: cluster 2024-03-21T12:06:06.142405+0000 mgr.a (mgr.14394) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:10.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:09 smithi094 bash[21610]: cluster 2024-03-21T12:06:08.142928+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:10.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:09 smithi094 bash[21610]: audit 2024-03-21T12:06:08.900716+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:10.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:09 smithi094 bash[21610]: audit 2024-03-21T12:06:08.908263+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:10.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:09 smithi094 bash[21610]: audit 2024-03-21T12:06:08.914850+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:10.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:09 smithi137 bash[22207]: cluster 2024-03-21T12:06:08.142928+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:10.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:09 smithi137 bash[22207]: audit 2024-03-21T12:06:08.900716+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:10.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:09 smithi137 bash[22207]: audit 2024-03-21T12:06:08.908263+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:10.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:09 smithi137 bash[22207]: audit 2024-03-21T12:06:08.914850+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:10.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:09 smithi189 bash[22248]: cluster 2024-03-21T12:06:08.142928+0000 mgr.a (mgr.14394) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:10.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:09 smithi189 bash[22248]: audit 2024-03-21T12:06:08.900716+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:10.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:09 smithi189 bash[22248]: audit 2024-03-21T12:06:08.908263+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:10.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:09 smithi189 bash[22248]: audit 2024-03-21T12:06:08.914850+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:12.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:11 smithi137 bash[22207]: cluster 2024-03-21T12:06:10.143490+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:12.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:11 smithi189 bash[22248]: cluster 2024-03-21T12:06:10.143490+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:12.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:11 smithi094 bash[21610]: cluster 2024-03-21T12:06:10.143490+0000 mgr.a (mgr.14394) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:13.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:13 smithi189 bash[22248]: cluster 2024-03-21T12:06:12.144086+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:13.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:13 smithi189 bash[22248]: audit 2024-03-21T12:06:13.365838+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:13.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:13 smithi189 bash[22248]: audit 2024-03-21T12:06:13.376135+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:13.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:13 smithi189 bash[22248]: audit 2024-03-21T12:06:13.386661+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:14.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:13 smithi094 bash[21610]: cluster 2024-03-21T12:06:12.144086+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:14.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:13 smithi094 bash[21610]: audit 2024-03-21T12:06:13.365838+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:14.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:13 smithi094 bash[21610]: audit 2024-03-21T12:06:13.376135+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:14.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:13 smithi094 bash[21610]: audit 2024-03-21T12:06:13.386661+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:14.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:06:13 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:06:13] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.51.0" 2024-03-21T12:06:14.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:13 smithi137 bash[22207]: cluster 2024-03-21T12:06:12.144086+0000 mgr.a (mgr.14394) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:14.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:13 smithi137 bash[22207]: audit 2024-03-21T12:06:13.365838+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:14.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:13 smithi137 bash[22207]: audit 2024-03-21T12:06:13.376135+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:14.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:13 smithi137 bash[22207]: audit 2024-03-21T12:06:13.386661+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:15.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:15 smithi189 bash[22248]: cluster 2024-03-21T12:06:14.144743+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:16.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:15 smithi137 bash[22207]: cluster 2024-03-21T12:06:14.144743+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:16.296 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:15 smithi094 bash[21610]: cluster 2024-03-21T12:06:14.144743+0000 mgr.a (mgr.14394) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:18.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:17 smithi137 bash[22207]: cluster 2024-03-21T12:06:16.145369+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:18.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:17 smithi137 bash[22207]: audit 2024-03-21T12:06:17.334020+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:18.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:17 smithi137 bash[22207]: audit 2024-03-21T12:06:17.343308+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:18.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:17 smithi137 bash[22207]: audit 2024-03-21T12:06:17.353932+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:18.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:17 smithi189 bash[22248]: cluster 2024-03-21T12:06:16.145369+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:18.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:17 smithi189 bash[22248]: audit 2024-03-21T12:06:17.334020+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:18.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:17 smithi189 bash[22248]: audit 2024-03-21T12:06:17.343308+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:18.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:17 smithi189 bash[22248]: audit 2024-03-21T12:06:17.353932+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:18.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:17 smithi094 bash[21610]: cluster 2024-03-21T12:06:16.145369+0000 mgr.a (mgr.14394) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:18.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:17 smithi094 bash[21610]: audit 2024-03-21T12:06:17.334020+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:18.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:17 smithi094 bash[21610]: audit 2024-03-21T12:06:17.343308+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:18.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:17 smithi094 bash[21610]: audit 2024-03-21T12:06:17.353932+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:20.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:19 smithi137 bash[22207]: cluster 2024-03-21T12:06:18.145954+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:20.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:19 smithi137 bash[22207]: audit 2024-03-21T12:06:19.174168+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:20.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:19 smithi189 bash[22248]: cluster 2024-03-21T12:06:18.145954+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:20.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:19 smithi189 bash[22248]: audit 2024-03-21T12:06:19.174168+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:20.296 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:19 smithi094 bash[21610]: cluster 2024-03-21T12:06:18.145954+0000 mgr.a (mgr.14394) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:20.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:19 smithi094 bash[21610]: audit 2024-03-21T12:06:19.174168+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:22.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:21 smithi137 bash[22207]: cluster 2024-03-21T12:06:20.146627+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:22.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:21 smithi189 bash[22248]: cluster 2024-03-21T12:06:20.146627+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:22.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:21 smithi094 bash[21610]: cluster 2024-03-21T12:06:20.146627+0000 mgr.a (mgr.14394) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:23.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:22 smithi137 bash[22207]: cluster 2024-03-21T12:06:22.147268+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:23.238 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:22 smithi189 bash[22248]: cluster 2024-03-21T12:06:22.147268+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:23.296 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:22 smithi094 bash[21610]: cluster 2024-03-21T12:06:22.147268+0000 mgr.a (mgr.14394) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:24.048 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:06:23 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:06:23] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.51.0" 2024-03-21T12:06:25.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:25 smithi189 bash[22248]: cluster 2024-03-21T12:06:24.147757+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:25.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:25 smithi094 bash[21610]: cluster 2024-03-21T12:06:24.147757+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:25.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:25 smithi137 bash[22207]: cluster 2024-03-21T12:06:24.147757+0000 mgr.a (mgr.14394) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:27.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:27 smithi189 bash[22248]: cluster 2024-03-21T12:06:26.148296+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:27.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:27 smithi094 bash[21610]: cluster 2024-03-21T12:06:26.148296+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:27.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:27 smithi137 bash[22207]: cluster 2024-03-21T12:06:26.148296+0000 mgr.a (mgr.14394) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:29.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:29 smithi189 bash[22248]: cluster 2024-03-21T12:06:28.148698+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:29.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:29 smithi189 bash[22248]: audit 2024-03-21T12:06:29.087186+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:29.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:29 smithi189 bash[22248]: audit 2024-03-21T12:06:29.097005+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:29.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:29 smithi189 bash[22248]: audit 2024-03-21T12:06:29.107492+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:29.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:29 smithi094 bash[21610]: cluster 2024-03-21T12:06:28.148698+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:29.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:29 smithi094 bash[21610]: audit 2024-03-21T12:06:29.087186+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:29.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:29 smithi094 bash[21610]: audit 2024-03-21T12:06:29.097005+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:29.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:29 smithi094 bash[21610]: audit 2024-03-21T12:06:29.107492+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:29.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:29 smithi137 bash[22207]: cluster 2024-03-21T12:06:28.148698+0000 mgr.a (mgr.14394) 114 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:29.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:29 smithi137 bash[22207]: audit 2024-03-21T12:06:29.087186+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:29.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:29 smithi137 bash[22207]: audit 2024-03-21T12:06:29.097005+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:29.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:29 smithi137 bash[22207]: audit 2024-03-21T12:06:29.107492+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:30.963 INFO:teuthology.orchestra.run.smithi094.stderr:+ ceph orch ls 2024-03-21T12:06:31.313 INFO:teuthology.orchestra.run.smithi094.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-21T12:06:31.313 INFO:teuthology.orchestra.run.smithi094.stdout:agent 3/3 17s ago 2m * 2024-03-21T12:06:31.314 INFO:teuthology.orchestra.run.smithi094.stdout:alertmanager ?:9093,9094 1/1 13s ago 4m count:1 2024-03-21T12:06:31.314 INFO:teuthology.orchestra.run.smithi094.stdout:grafana ?:3000 1/1 2s ago 4m count:1 2024-03-21T12:06:31.314 INFO:teuthology.orchestra.run.smithi094.stdout:mgr 2/2 17s ago 8m smithi094=a;smithi137=b;count:2 2024-03-21T12:06:31.314 INFO:teuthology.orchestra.run.smithi094.stdout:mon 3/3 17s ago 9m smithi094:172.21.15.94=a;smithi137:172.21.15.137=b;smithi189:172.21.15.189=c;count:3 2024-03-21T12:06:31.314 INFO:teuthology.orchestra.run.smithi094.stdout:node-exporter ?:9100 3/3 17s ago 4m * 2024-03-21T12:06:31.314 INFO:teuthology.orchestra.run.smithi094.stdout:osd 3 17s ago - 2024-03-21T12:06:31.314 INFO:teuthology.orchestra.run.smithi094.stdout:prometheus ?:9095 1/1 17s ago 4m count:1 2024-03-21T12:06:31.327 INFO:teuthology.orchestra.run.smithi094.stderr:+ ceph orch ps 2024-03-21T12:06:31.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:31 smithi189 bash[22248]: cluster 2024-03-21T12:06:30.149002+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:31.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:31 smithi094 bash[21610]: cluster 2024-03-21T12:06:30.149002+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:31.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:31 smithi137 bash[22207]: cluster 2024-03-21T12:06:30.149002+0000 mgr.a (mgr.14394) 115 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:31.691 INFO:teuthology.orchestra.run.smithi094.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-21T12:06:31.691 INFO:teuthology.orchestra.run.smithi094.stdout:agent.smithi094 smithi094 running 2s ago 10m - - 2024-03-21T12:06:31.691 INFO:teuthology.orchestra.run.smithi094.stdout:agent.smithi137 smithi137 running 18s ago 9m - - 2024-03-21T12:06:31.691 INFO:teuthology.orchestra.run.smithi094.stdout:agent.smithi189 smithi189 running 14s ago 9m - - 2024-03-21T12:06:31.691 INFO:teuthology.orchestra.run.smithi094.stdout:alertmanager.smithi189 smithi189 *:9093,9094 running (2m) 14s ago 3m 14.4M - 0.27.0 11f11916f8cd 510c865ac402 2024-03-21T12:06:31.691 INFO:teuthology.orchestra.run.smithi094.stdout:grafana.smithi094 smithi094 *:3000 running (2m) 2s ago 3m 65.3M - c8b91775d855 741ec2b3292f 2024-03-21T12:06:31.691 INFO:teuthology.orchestra.run.smithi094.stdout:mgr.a smithi094 *:9283,8765 running (11m) 2s ago 11m 497M - 19.0.0-2309-gba760091 07a0e2f85ecc 90c3cebbc65c 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:mgr.b smithi137 *:8443,8765 running (8m) 18s ago 8m 437M - 19.0.0-2309-gba760091 07a0e2f85ecc 84d1f110cf4c 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:mon.a smithi094 running (11m) 2s ago 11m 44.7M 2048M 19.0.0-2309-gba760091 07a0e2f85ecc b6b600b95475 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:mon.b smithi137 running (8m) 18s ago 8m 38.5M 2048M 19.0.0-2309-gba760091 07a0e2f85ecc 7bba5ade632c 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:mon.c smithi189 running (8m) 14s ago 8m 37.4M 2048M 19.0.0-2309-gba760091 07a0e2f85ecc 82bbfc0e3f25 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:node-exporter.smithi094 smithi094 *:9100 running (3m) 2s ago 4m 8091k - 1.7.0 72c9c2088986 c8501d9af7fd 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:node-exporter.smithi137 smithi137 *:9100 running (3m) 18s ago 3m 8932k - 1.7.0 72c9c2088986 af29dbddfdf8 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:node-exporter.smithi189 smithi189 *:9100 running (3m) 14s ago 3m 8175k - 1.7.0 72c9c2088986 18ccb4085486 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:osd.0 smithi094 running (7m) 2s ago 7m 38.1M 4096M 19.0.0-2309-gba760091 07a0e2f85ecc c3a7ad14a211 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:osd.1 smithi137 running (6m) 18s ago 6m 38.3M 4096M 19.0.0-2309-gba760091 07a0e2f85ecc fa97eadcb9e4 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:osd.2 smithi189 running (5m) 14s ago 5m 46.0M 4096M 19.0.0-2309-gba760091 07a0e2f85ecc 1726aa4edb28 2024-03-21T12:06:31.692 INFO:teuthology.orchestra.run.smithi094.stdout:prometheus.smithi137 smithi137 *:9095 running (3m) 18s ago 3m 39.1M - 2.51.0 1d3b7f56885b e2af81e73310 2024-03-21T12:06:31.705 INFO:teuthology.orchestra.run.smithi094.stderr:+ ceph orch host ls 2024-03-21T12:06:32.038 INFO:teuthology.orchestra.run.smithi094.stdout:HOST ADDR LABELS STATUS 2024-03-21T12:06:32.038 INFO:teuthology.orchestra.run.smithi094.stdout:smithi094 172.21.15.94 2024-03-21T12:06:32.038 INFO:teuthology.orchestra.run.smithi094.stdout:smithi137 172.21.15.137 2024-03-21T12:06:32.038 INFO:teuthology.orchestra.run.smithi094.stdout:smithi189 172.21.15.189 2024-03-21T12:06:32.039 INFO:teuthology.orchestra.run.smithi094.stdout:3 hosts in cluster 2024-03-21T12:06:32.051 INFO:teuthology.orchestra.run.smithi094.stderr:++ ceph orch ps --daemon-type mon -f json 2024-03-21T12:06:32.052 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -r 'last | .daemon_name' 2024-03-21T12:06:32.407 INFO:teuthology.orchestra.run.smithi094.stderr:+ MON_DAEMON=mon.c 2024-03-21T12:06:32.408 INFO:teuthology.orchestra.run.smithi094.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-03-21T12:06:32.408 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -r .hostname 2024-03-21T12:06:32.408 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -e '.[]' 2024-03-21T12:06:32.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:32 smithi189 bash[22248]: audit 2024-03-21T12:06:31.302926+0000 mgr.a (mgr.14394) 116 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:32.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:32 smithi189 bash[22248]: audit 2024-03-21T12:06:31.661463+0000 mgr.a (mgr.14394) 117 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:32.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:32 smithi094 bash[21610]: audit 2024-03-21T12:06:31.302926+0000 mgr.a (mgr.14394) 116 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:32.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:32 smithi094 bash[21610]: audit 2024-03-21T12:06:31.661463+0000 mgr.a (mgr.14394) 117 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:32.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:32 smithi137 bash[22207]: audit 2024-03-21T12:06:31.302926+0000 mgr.a (mgr.14394) 116 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:32.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:32 smithi137 bash[22207]: audit 2024-03-21T12:06:31.661463+0000 mgr.a (mgr.14394) 117 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:32.760 INFO:teuthology.orchestra.run.smithi094.stderr:+ GRAFANA_HOST=smithi094 2024-03-21T12:06:32.761 INFO:teuthology.orchestra.run.smithi094.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-03-21T12:06:32.761 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -e '.[]' 2024-03-21T12:06:32.761 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -r .hostname 2024-03-21T12:06:33.115 INFO:teuthology.orchestra.run.smithi094.stderr:+ PROM_HOST=smithi137 2024-03-21T12:06:33.115 INFO:teuthology.orchestra.run.smithi094.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-03-21T12:06:33.115 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -e '.[]' 2024-03-21T12:06:33.115 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -r .hostname 2024-03-21T12:06:33.460 INFO:teuthology.orchestra.run.smithi094.stderr:+ ALERTM_HOST=smithi189 2024-03-21T12:06:33.461 INFO:teuthology.orchestra.run.smithi094.stderr:++ ceph orch host ls -f json 2024-03-21T12:06:33.461 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -r --arg GRAFANA_HOST smithi094 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-03-21T12:06:33.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:33 smithi189 bash[22248]: audit 2024-03-21T12:06:32.040540+0000 mgr.a (mgr.14394) 118 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:33.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:33 smithi189 bash[22248]: cluster 2024-03-21T12:06:32.149280+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:33.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:33 smithi189 bash[22248]: audit 2024-03-21T12:06:32.387927+0000 mgr.a (mgr.14394) 120 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:33.488 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:33 smithi189 bash[22248]: audit 2024-03-21T12:06:32.741180+0000 mgr.a (mgr.14394) 121 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:33.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:33 smithi094 bash[21610]: audit 2024-03-21T12:06:32.040540+0000 mgr.a (mgr.14394) 118 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:33.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:33 smithi094 bash[21610]: cluster 2024-03-21T12:06:32.149280+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:33.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:33 smithi094 bash[21610]: audit 2024-03-21T12:06:32.387927+0000 mgr.a (mgr.14394) 120 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:33.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:33 smithi094 bash[21610]: audit 2024-03-21T12:06:32.741180+0000 mgr.a (mgr.14394) 121 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:33.562 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:33 smithi137 bash[22207]: audit 2024-03-21T12:06:32.040540+0000 mgr.a (mgr.14394) 118 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:33.562 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:33 smithi137 bash[22207]: cluster 2024-03-21T12:06:32.149280+0000 mgr.a (mgr.14394) 119 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:33.562 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:33 smithi137 bash[22207]: audit 2024-03-21T12:06:32.387927+0000 mgr.a (mgr.14394) 120 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:33.563 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:33 smithi137 bash[22207]: audit 2024-03-21T12:06:32.741180+0000 mgr.a (mgr.14394) 121 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:33.795 INFO:teuthology.orchestra.run.smithi094.stderr:+ GRAFANA_IP=172.21.15.94 2024-03-21T12:06:33.795 INFO:teuthology.orchestra.run.smithi094.stderr:++ ceph orch host ls -f json 2024-03-21T12:06:33.796 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -r --arg PROM_HOST smithi137 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-03-21T12:06:34.046 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:06:33 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:06:33] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.51.0" 2024-03-21T12:06:34.131 INFO:teuthology.orchestra.run.smithi094.stderr:+ PROM_IP=172.21.15.137 2024-03-21T12:06:34.132 INFO:teuthology.orchestra.run.smithi094.stderr:++ ceph orch host ls -f json 2024-03-21T12:06:34.132 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -r --arg ALERTM_HOST smithi189 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-03-21T12:06:34.498 INFO:teuthology.orchestra.run.smithi094.stderr:+ ALERTM_IP=172.21.15.189 2024-03-21T12:06:34.498 INFO:teuthology.orchestra.run.smithi094.stderr:++ ceph orch host ls -f json 2024-03-21T12:06:34.498 INFO:teuthology.orchestra.run.smithi094.stderr:++ jq -r '.[] | .addr' 2024-03-21T12:06:34.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:34 smithi094 bash[21610]: audit 2024-03-21T12:06:33.095725+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:34.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:34 smithi094 bash[21610]: audit 2024-03-21T12:06:33.441417+0000 mgr.a (mgr.14394) 123 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:34.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:34 smithi094 bash[21610]: audit 2024-03-21T12:06:33.547705+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:34.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:34 smithi094 bash[21610]: audit 2024-03-21T12:06:33.555417+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:34.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:34 smithi094 bash[21610]: audit 2024-03-21T12:06:33.565218+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:34.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:34 smithi094 bash[21610]: audit 2024-03-21T12:06:33.784999+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:34.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:34 smithi094 bash[21610]: audit 2024-03-21T12:06:34.173863+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:34.822 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:34 smithi137 bash[22207]: audit 2024-03-21T12:06:33.095725+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:34.823 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:34 smithi137 bash[22207]: audit 2024-03-21T12:06:33.441417+0000 mgr.a (mgr.14394) 123 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:34.823 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:34 smithi137 bash[22207]: audit 2024-03-21T12:06:33.547705+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:34.823 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:34 smithi137 bash[22207]: audit 2024-03-21T12:06:33.555417+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:34.823 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:34 smithi137 bash[22207]: audit 2024-03-21T12:06:33.565218+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:34.823 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:34 smithi137 bash[22207]: audit 2024-03-21T12:06:33.784999+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:34.823 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:34 smithi137 bash[22207]: audit 2024-03-21T12:06:34.173863+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:34.834 INFO:teuthology.orchestra.run.smithi094.stderr:+ ALL_HOST_IPS='172.21.15.94 2024-03-21T12:06:34.835 INFO:teuthology.orchestra.run.smithi094.stderr:172.21.15.137 2024-03-21T12:06:34.835 INFO:teuthology.orchestra.run.smithi094.stderr:172.21.15.189' 2024-03-21T12:06:34.835 INFO:teuthology.orchestra.run.smithi094.stderr:+ for ip in $ALL_HOST_IPS 2024-03-21T12:06:34.835 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -s http://172.21.15.94:9100/metric 2024-03-21T12:06:34.838 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.839 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.839 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.839 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.839 INFO:teuthology.orchestra.run.smithi094.stdout: Node Exporter 2024-03-21T12:06:34.839 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.840 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.840 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.840 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.840 INFO:teuthology.orchestra.run.smithi094.stdout:

Node Exporter

2024-03-21T12:06:34.840 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.840 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout:

Prometheus Node Exporter

2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout:
    2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout:
  • Metrics
  • 2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.841 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.842 INFO:teuthology.orchestra.run.smithi094.stderr:+ for ip in $ALL_HOST_IPS 2024-03-21T12:06:34.843 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -s http://172.21.15.137:9100/metric 2024-03-21T12:06:34.844 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.844 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.844 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.844 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.844 INFO:teuthology.orchestra.run.smithi094.stdout: Node Exporter 2024-03-21T12:06:34.844 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout:

Node Exporter

2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout:

Prometheus Node Exporter

2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout:
    2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.846 INFO:teuthology.orchestra.run.smithi094.stdout:
  • Metrics
  • 2024-03-21T12:06:34.847 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.847 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.847 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.847 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.847 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.847 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.847 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.847 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.847 INFO:teuthology.orchestra.run.smithi094.stderr:+ for ip in $ALL_HOST_IPS 2024-03-21T12:06:34.847 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -s http://172.21.15.189:9100/metric 2024-03-21T12:06:34.848 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.848 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.848 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.848 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.848 INFO:teuthology.orchestra.run.smithi094.stdout: Node Exporter 2024-03-21T12:06:34.848 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.850 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.850 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.850 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.850 INFO:teuthology.orchestra.run.smithi094.stdout:

Node Exporter

2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout:

Prometheus Node Exporter

2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout:
    2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout:
  • Metrics
  • 2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout:
2024-03-21T12:06:34.851 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.852 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-03-21T12:06:34.852 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -k -s https://172.21.15.94:3000/api/health 2024-03-21T12:06:34.861 INFO:teuthology.orchestra.run.smithi094.stdout:{ 2024-03-21T12:06:34.861 INFO:teuthology.orchestra.run.smithi094.stdout: "commit": "03f502a94d17f7dc4e6c34acdf8428aedd986e4c", 2024-03-21T12:06:34.861 INFO:teuthology.orchestra.run.smithi094.stdout: "database": "ok", 2024-03-21T12:06:34.861 INFO:teuthology.orchestra.run.smithi094.stdout: "version": "10.4.0" 2024-03-21T12:06:34.862 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -k -s https://172.21.15.94:3000/api/health 2024-03-21T12:06:34.862 INFO:teuthology.orchestra.run.smithi094.stderr:+ jq -e '.database == "ok"' 2024-03-21T12:06:34.874 INFO:teuthology.orchestra.run.smithi094.stdout:}true 2024-03-21T12:06:34.874 INFO:teuthology.orchestra.run.smithi094.stderr:+ ceph orch daemon stop mon.c 2024-03-21T12:06:34.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:34 smithi189 bash[22248]: audit 2024-03-21T12:06:33.095725+0000 mgr.a (mgr.14394) 122 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:34.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:34 smithi189 bash[22248]: audit 2024-03-21T12:06:33.441417+0000 mgr.a (mgr.14394) 123 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:34.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:34 smithi189 bash[22248]: audit 2024-03-21T12:06:33.547705+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:34.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:34 smithi189 bash[22248]: audit 2024-03-21T12:06:33.555417+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:34.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:34 smithi189 bash[22248]: audit 2024-03-21T12:06:33.565218+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:34.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:34 smithi189 bash[22248]: audit 2024-03-21T12:06:33.784999+0000 mgr.a (mgr.14394) 124 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:34.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:34 smithi189 bash[22248]: audit 2024-03-21T12:06:34.173863+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:35.230 INFO:teuthology.orchestra.run.smithi094.stdout:Scheduled to stop mon.c on host 'smithi189' 2024-03-21T12:06:35.246 INFO:teuthology.orchestra.run.smithi094.stderr:+ sleep 120 2024-03-21T12:06:35.702 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:35 smithi189 bash[22248]: audit 2024-03-21T12:06:34.120687+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:35.702 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:35 smithi189 bash[22248]: cluster 2024-03-21T12:06:34.149851+0000 mgr.a (mgr.14394) 126 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:35.702 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:35 smithi189 bash[22248]: audit 2024-03-21T12:06:34.486963+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:35.702 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:35 smithi189 bash[22248]: audit 2024-03-21T12:06:35.225496+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:35.702 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:35 smithi189 bash[22248]: audit 2024-03-21T12:06:35.233961+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:35.702 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:35 smithi189 bash[22248]: audit 2024-03-21T12:06:35.239330+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:06:35.702 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:35 smithi189 bash[22248]: audit 2024-03-21T12:06:35.242261+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:06:35.703 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:35 smithi189 bash[22248]: audit 2024-03-21T12:06:35.243038+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:06:35.703 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:35 smithi189 bash[22248]: audit 2024-03-21T12:06:35.249020+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:35.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:35 smithi137 bash[22207]: audit 2024-03-21T12:06:34.120687+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:35.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:35 smithi137 bash[22207]: cluster 2024-03-21T12:06:34.149851+0000 mgr.a (mgr.14394) 126 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:35.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:35 smithi137 bash[22207]: audit 2024-03-21T12:06:34.486963+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:35.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:35 smithi137 bash[22207]: audit 2024-03-21T12:06:35.225496+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:35.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:35 smithi137 bash[22207]: audit 2024-03-21T12:06:35.233961+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:35.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:35 smithi137 bash[22207]: audit 2024-03-21T12:06:35.239330+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:06:35.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:35 smithi137 bash[22207]: audit 2024-03-21T12:06:35.242261+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:06:35.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:35 smithi137 bash[22207]: audit 2024-03-21T12:06:35.243038+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:06:35.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:35 smithi137 bash[22207]: audit 2024-03-21T12:06:35.249020+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:36.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:35 smithi094 bash[21610]: audit 2024-03-21T12:06:34.120687+0000 mgr.a (mgr.14394) 125 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:36.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:35 smithi094 bash[21610]: cluster 2024-03-21T12:06:34.149851+0000 mgr.a (mgr.14394) 126 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:36.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:35 smithi094 bash[21610]: audit 2024-03-21T12:06:34.486963+0000 mgr.a (mgr.14394) 127 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:36.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:35 smithi094 bash[21610]: audit 2024-03-21T12:06:35.225496+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:36.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:35 smithi094 bash[21610]: audit 2024-03-21T12:06:35.233961+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:36.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:35 smithi094 bash[21610]: audit 2024-03-21T12:06:35.239330+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:06:36.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:35 smithi094 bash[21610]: audit 2024-03-21T12:06:35.242261+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:06:36.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:35 smithi094 bash[21610]: audit 2024-03-21T12:06:35.243038+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:06:36.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:35 smithi094 bash[21610]: audit 2024-03-21T12:06:35.249020+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:36.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:36 smithi137 bash[22207]: audit 2024-03-21T12:06:34.825440+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:36.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:36 smithi137 bash[22207]: audit 2024-03-21T12:06:35.215850+0000 mgr.a (mgr.14394) 129 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:36.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:36 smithi137 bash[22207]: cephadm 2024-03-21T12:06:35.216793+0000 mgr.a (mgr.14394) 130 : cephadm [INF] Schedule stop daemon mon.c 2024-03-21T12:06:36.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:36 smithi189 bash[22248]: audit 2024-03-21T12:06:34.825440+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:36.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:36 smithi189 bash[22248]: audit 2024-03-21T12:06:35.215850+0000 mgr.a (mgr.14394) 129 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:36.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:36 smithi189 bash[22248]: cephadm 2024-03-21T12:06:35.216793+0000 mgr.a (mgr.14394) 130 : cephadm [INF] Schedule stop daemon mon.c 2024-03-21T12:06:37.046 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:36 smithi094 bash[21610]: audit 2024-03-21T12:06:34.825440+0000 mgr.a (mgr.14394) 128 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-21T12:06:37.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:36 smithi094 bash[21610]: audit 2024-03-21T12:06:35.215850+0000 mgr.a (mgr.14394) 129 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-21T12:06:37.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:36 smithi094 bash[21610]: cephadm 2024-03-21T12:06:35.216793+0000 mgr.a (mgr.14394) 130 : cephadm [INF] Schedule stop daemon mon.c 2024-03-21T12:06:37.792 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:37 smithi189 bash[22248]: cluster 2024-03-21T12:06:36.150419+0000 mgr.a (mgr.14394) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:37.792 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:37 smithi189 bash[22248]: audit 2024-03-21T12:06:37.517690+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:37.792 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:37 smithi189 bash[22248]: audit 2024-03-21T12:06:37.527059+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:37.792 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:37 smithi189 bash[22248]: audit 2024-03-21T12:06:37.537230+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:37.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:37 smithi137 bash[22207]: cluster 2024-03-21T12:06:36.150419+0000 mgr.a (mgr.14394) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:37 smithi137 bash[22207]: audit 2024-03-21T12:06:37.517690+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:37 smithi137 bash[22207]: audit 2024-03-21T12:06:37.527059+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:37.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:37 smithi137 bash[22207]: audit 2024-03-21T12:06:37.537230+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:38.046 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:37 smithi094 bash[21610]: cluster 2024-03-21T12:06:36.150419+0000 mgr.a (mgr.14394) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:38.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:37 smithi094 bash[21610]: audit 2024-03-21T12:06:37.517690+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:38.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:37 smithi094 bash[21610]: audit 2024-03-21T12:06:37.527059+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:38.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:37 smithi094 bash[21610]: audit 2024-03-21T12:06:37.537230+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:39.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:39 smithi137 bash[22207]: cluster 2024-03-21T12:06:38.150957+0000 mgr.a (mgr.14394) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:39.988 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:39 smithi189 bash[22248]: cluster 2024-03-21T12:06:38.150957+0000 mgr.a (mgr.14394) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:40.046 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:39 smithi094 bash[21610]: cluster 2024-03-21T12:06:38.150957+0000 mgr.a (mgr.14394) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:41.792 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:41 smithi189 systemd[1]: Stopping Ceph mon.c for 93e5de92-e779-11ee-95cd-87774f69a715... 2024-03-21T12:06:41.792 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:41 smithi189 bash[22248]: cluster 2024-03-21T12:06:40.151479+0000 mgr.a (mgr.14394) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:41.792 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:41 smithi189 bash[22248]: debug 2024-03-21T12:06:41.666+0000 7f961b5c6700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T12:06:41.792 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:41 smithi189 bash[22248]: debug 2024-03-21T12:06:41.666+0000 7f961b5c6700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-21T12:06:41.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:41 smithi137 bash[22207]: cluster 2024-03-21T12:06:40.151479+0000 mgr.a (mgr.14394) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:42.046 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:41 smithi094 bash[21610]: cluster 2024-03-21T12:06:40.151479+0000 mgr.a (mgr.14394) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:42.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:42 smithi189 bash[34876]: ceph-93e5de92-e779-11ee-95cd-87774f69a715-mon-c 2024-03-21T12:06:42.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:42 smithi189 bash[34937]: Error response from daemon: No such container: ceph-93e5de92-e779-11ee-95cd-87774f69a715-mon-c 2024-03-21T12:06:42.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:42 smithi189 systemd[1]: ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-21T12:06:42.738 INFO:journalctl@ceph.mon.c.smithi189.stdout:Mar 21 12:06:42 smithi189 systemd[1]: Stopped Ceph mon.c for 93e5de92-e779-11ee-95cd-87774f69a715. 2024-03-21T12:06:44.046 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:06:43 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:06:43] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.51.0" 2024-03-21T12:06:54.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:06:53 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:06:53] "GET /metrics HTTP/1.1" 200 21459 "" "Prometheus/2.51.0" 2024-03-21T12:06:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:44.152509+0000 mgr.a (mgr.14394) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:46.152868+0000 mgr.a (mgr.14394) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:48.153342+0000 mgr.a (mgr.14394) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:49.174924+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:50.153910+0000 mgr.a (mgr.14394) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:51.589476+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-03-21T12:06:57.840 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:51.591784+0000 mon.a (mon.0) 949 : cluster [INF] mon.a calling monitor election 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:52.154436+0000 mgr.a (mgr.14394) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:54.154965+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:56.155455+0000 mgr.a (mgr.14394) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:56.593377+0000 mon.a (mon.0) 950 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:56.603094+0000 mon.a (mon.0) 951 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:56.621419+0000 mon.a (mon.0) 952 : cluster [DBG] fsmap 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:56.621475+0000 mon.a (mon.0) 953 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:56.623017+0000 mon.a (mon.0) 954 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:56.623331+0000 mon.a (mon.0) 955 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:56.640723+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:57.841 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:56.641579+0000 mon.a (mon.0) 957 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:56.641688+0000 mon.a (mon.0) 958 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: cluster 2024-03-21T12:06:56.641746+0000 mon.a (mon.0) 959 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] is down (out of quorum) 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:56.647846+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:56.654477+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:56.663096+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:56.670535+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:56.677521+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:56.685463+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:56.687340+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:56.693374+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:57.218117+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:57.227969+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:57.230486+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:06:57.842 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:57.232411+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:06:57.843 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:57 smithi137 bash[22207]: audit 2024-03-21T12:06:57.241811+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:44.152509+0000 mgr.a (mgr.14394) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:46.152868+0000 mgr.a (mgr.14394) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:48.153342+0000 mgr.a (mgr.14394) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:49.174924+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:50.153910+0000 mgr.a (mgr.14394) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:51.589476+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:51.591784+0000 mon.a (mon.0) 949 : cluster [INF] mon.a calling monitor election 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:52.154436+0000 mgr.a (mgr.14394) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:54.154965+0000 mgr.a (mgr.14394) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:56.155455+0000 mgr.a (mgr.14394) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:56.593377+0000 mon.a (mon.0) 950 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-21T12:06:58.048 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:56.603094+0000 mon.a (mon.0) 951 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.94:3300/0,v1:172.21.15.94:6789/0],b=[v2:172.21.15.137:3300/0,v1:172.21.15.137:6789/0],c=[v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:56.621419+0000 mon.a (mon.0) 952 : cluster [DBG] fsmap 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:56.621475+0000 mon.a (mon.0) 953 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:56.623017+0000 mon.a (mon.0) 954 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:56.623331+0000 mon.a (mon.0) 955 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:56.640723+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:56.641579+0000 mon.a (mon.0) 957 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:56.641688+0000 mon.a (mon.0) 958 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: cluster 2024-03-21T12:06:56.641746+0000 mon.a (mon.0) 959 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.189:3300/0,v1:172.21.15.189:6789/0] is down (out of quorum) 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:56.647846+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:56.654477+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:56.663096+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.049 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:56.670535+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:56.677521+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:56.685463+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:56.687340+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:06:58.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:56.693374+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:57.218117+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:57.227969+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:58.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:57.230486+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:06:58.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:57.232411+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:06:58.050 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:57 smithi094 bash[21610]: audit 2024-03-21T12:06:57.241811+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:59.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:58 smithi094 bash[21610]: audit 2024-03-21T12:06:57.694004+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:59.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:58 smithi094 bash[21610]: audit 2024-03-21T12:06:57.703263+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:59.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:58 smithi094 bash[21610]: audit 2024-03-21T12:06:57.713305+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:59.088 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:58 smithi137 bash[22207]: audit 2024-03-21T12:06:57.694004+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:59.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:58 smithi137 bash[22207]: audit 2024-03-21T12:06:57.703263+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:59.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:58 smithi137 bash[22207]: audit 2024-03-21T12:06:57.713305+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:59.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:59 smithi137 bash[22207]: cluster 2024-03-21T12:06:58.155957+0000 mgr.a (mgr.14394) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:06:59.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:59 smithi137 bash[22207]: audit 2024-03-21T12:06:59.400601+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:59.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:59 smithi137 bash[22207]: audit 2024-03-21T12:06:59.409508+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:06:59.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:06:59 smithi137 bash[22207]: audit 2024-03-21T12:06:59.419593+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:00.046 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:59 smithi094 bash[21610]: cluster 2024-03-21T12:06:58.155957+0000 mgr.a (mgr.14394) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:00.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:59 smithi094 bash[21610]: audit 2024-03-21T12:06:59.400601+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:00.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:59 smithi094 bash[21610]: audit 2024-03-21T12:06:59.409508+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:00.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:06:59 smithi094 bash[21610]: audit 2024-03-21T12:06:59.419593+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:02.046 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:01 smithi094 bash[21610]: cluster 2024-03-21T12:07:00.156493+0000 mgr.a (mgr.14394) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:02.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:01 smithi137 bash[22207]: cluster 2024-03-21T12:07:00.156493+0000 mgr.a (mgr.14394) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:04.047 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:03 smithi094 bash[21610]: cluster 2024-03-21T12:07:02.157080+0000 mgr.a (mgr.14394) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:04.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:07:03 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:07:03] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.51.0" 2024-03-21T12:07:04.089 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:03 smithi137 bash[22207]: cluster 2024-03-21T12:07:02.157080+0000 mgr.a (mgr.14394) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:05.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:05 smithi094 bash[21610]: cluster 2024-03-21T12:07:04.157617+0000 mgr.a (mgr.14394) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:05.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:05 smithi094 bash[21610]: audit 2024-03-21T12:07:04.180905+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:05.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:05 smithi094 bash[21610]: audit 2024-03-21T12:07:04.182794+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:07:05.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:05 smithi137 bash[22207]: cluster 2024-03-21T12:07:04.157617+0000 mgr.a (mgr.14394) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:05.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:05 smithi137 bash[22207]: audit 2024-03-21T12:07:04.180905+0000 mon.a (mon.0) 979 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:05.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:05 smithi137 bash[22207]: audit 2024-03-21T12:07:04.182794+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:07:07.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:07 smithi094 bash[21610]: cluster 2024-03-21T12:07:06.158155+0000 mgr.a (mgr.14394) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:07.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:07 smithi137 bash[22207]: cluster 2024-03-21T12:07:06.158155+0000 mgr.a (mgr.14394) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:09.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:09 smithi094 bash[21610]: cluster 2024-03-21T12:07:08.158651+0000 mgr.a (mgr.14394) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:09.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:09 smithi137 bash[22207]: cluster 2024-03-21T12:07:08.158651+0000 mgr.a (mgr.14394) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:11.501 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:11 smithi094 bash[21610]: cluster 2024-03-21T12:07:10.159096+0000 mgr.a (mgr.14394) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:11.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:11 smithi137 bash[22207]: cluster 2024-03-21T12:07:10.159096+0000 mgr.a (mgr.14394) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:13.457 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:13 smithi137 bash[22207]: cluster 2024-03-21T12:07:12.159609+0000 mgr.a (mgr.14394) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:13.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:13 smithi094 bash[21610]: cluster 2024-03-21T12:07:12.159609+0000 mgr.a (mgr.14394) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:14.046 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:07:13 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:07:13] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.51.0" 2024-03-21T12:07:15.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:15 smithi094 bash[21610]: cluster 2024-03-21T12:07:14.160117+0000 mgr.a (mgr.14394) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:15.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:15 smithi094 bash[21610]: audit 2024-03-21T12:07:14.851858+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:15.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:15 smithi094 bash[21610]: audit 2024-03-21T12:07:14.858665+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:15.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:15 smithi094 bash[21610]: audit 2024-03-21T12:07:14.866610+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:15.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:15 smithi137 bash[22207]: cluster 2024-03-21T12:07:14.160117+0000 mgr.a (mgr.14394) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:15.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:15 smithi137 bash[22207]: audit 2024-03-21T12:07:14.851858+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:15.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:15 smithi137 bash[22207]: audit 2024-03-21T12:07:14.858665+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:15.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:15 smithi137 bash[22207]: audit 2024-03-21T12:07:14.866610+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:17.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:16 smithi094 bash[21610]: audit 2024-03-21T12:07:15.895216+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:17.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:16 smithi094 bash[21610]: audit 2024-03-21T12:07:15.905255+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:17.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:16 smithi094 bash[21610]: audit 2024-03-21T12:07:15.915541+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:17.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:16 smithi094 bash[21610]: cluster 2024-03-21T12:07:16.160687+0000 mgr.a (mgr.14394) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:17.338 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:16 smithi137 bash[22207]: audit 2024-03-21T12:07:15.895216+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:17.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:16 smithi137 bash[22207]: audit 2024-03-21T12:07:15.905255+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:17.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:16 smithi137 bash[22207]: audit 2024-03-21T12:07:15.915541+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:17.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:16 smithi137 bash[22207]: cluster 2024-03-21T12:07:16.160687+0000 mgr.a (mgr.14394) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:19.296 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:18 smithi094 bash[21610]: audit 2024-03-21T12:07:17.988804+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:19.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:18 smithi094 bash[21610]: audit 2024-03-21T12:07:17.998030+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:19.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:18 smithi094 bash[21610]: audit 2024-03-21T12:07:18.008874+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:19.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:18 smithi094 bash[21610]: cluster 2024-03-21T12:07:18.161145+0000 mgr.a (mgr.14394) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:19.319 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:18 smithi137 bash[22207]: audit 2024-03-21T12:07:17.988804+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:19.319 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:18 smithi137 bash[22207]: audit 2024-03-21T12:07:17.998030+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:19.319 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:18 smithi137 bash[22207]: audit 2024-03-21T12:07:18.008874+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:19.319 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:18 smithi137 bash[22207]: cluster 2024-03-21T12:07:18.161145+0000 mgr.a (mgr.14394) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:20.296 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:20 smithi094 bash[21610]: audit 2024-03-21T12:07:19.175850+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:07:20.338 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:20 smithi137 bash[22207]: audit 2024-03-21T12:07:19.175850+0000 mon.a (mon.0) 990 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:07:21.296 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:21 smithi094 bash[21610]: cluster 2024-03-21T12:07:20.161617+0000 mgr.a (mgr.14394) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:21.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:21 smithi137 bash[22207]: cluster 2024-03-21T12:07:20.161617+0000 mgr.a (mgr.14394) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:23.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:23 smithi094 bash[21610]: cluster 2024-03-21T12:07:22.162127+0000 mgr.a (mgr.14394) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:23.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:23 smithi137 bash[22207]: cluster 2024-03-21T12:07:22.162127+0000 mgr.a (mgr.14394) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:24.046 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:07:23 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:07:23] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.51.0" 2024-03-21T12:07:25.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:25 smithi094 bash[21610]: cluster 2024-03-21T12:07:24.162677+0000 mgr.a (mgr.14394) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:25.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:25 smithi137 bash[22207]: cluster 2024-03-21T12:07:24.162677+0000 mgr.a (mgr.14394) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:27.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:27 smithi094 bash[21610]: cluster 2024-03-21T12:07:26.163227+0000 mgr.a (mgr.14394) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:27.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:27 smithi137 bash[22207]: cluster 2024-03-21T12:07:26.163227+0000 mgr.a (mgr.14394) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:29.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:29 smithi094 bash[21610]: cluster 2024-03-21T12:07:28.163749+0000 mgr.a (mgr.14394) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:29.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:29 smithi137 bash[22207]: cluster 2024-03-21T12:07:28.163749+0000 mgr.a (mgr.14394) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:31.296 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:31 smithi094 bash[21610]: cluster 2024-03-21T12:07:30.164239+0000 mgr.a (mgr.14394) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:31.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:31 smithi137 bash[22207]: cluster 2024-03-21T12:07:30.164239+0000 mgr.a (mgr.14394) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:33.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:33 smithi094 bash[21610]: cluster 2024-03-21T12:07:32.164721+0000 mgr.a (mgr.14394) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:33.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:33 smithi094 bash[21610]: audit 2024-03-21T12:07:32.996503+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:33.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:33 smithi094 bash[21610]: audit 2024-03-21T12:07:33.002504+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:33.297 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:33 smithi094 bash[21610]: audit 2024-03-21T12:07:33.007722+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:33.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:33 smithi137 bash[22207]: cluster 2024-03-21T12:07:32.164721+0000 mgr.a (mgr.14394) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:33.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:33 smithi137 bash[22207]: audit 2024-03-21T12:07:32.996503+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:33.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:33 smithi137 bash[22207]: audit 2024-03-21T12:07:33.002504+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:33.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:33 smithi137 bash[22207]: audit 2024-03-21T12:07:33.007722+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:34.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:07:33 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:07:33] "GET /metrics HTTP/1.1" 200 21519 "" "Prometheus/2.51.0" 2024-03-21T12:07:34.338 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:34 smithi137 bash[22207]: audit 2024-03-21T12:07:34.180702+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:07:34.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:34 smithi094 bash[21610]: audit 2024-03-21T12:07:34.180702+0000 mon.a (mon.0) 994 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:07:35.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:35 smithi094 bash[21610]: cluster 2024-03-21T12:07:34.165185+0000 mgr.a (mgr.14394) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:35.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:35 smithi094 bash[21610]: audit 2024-03-21T12:07:35.118656+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:35.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:35 smithi094 bash[21610]: audit 2024-03-21T12:07:35.128433+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:35.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:35 smithi094 bash[21610]: audit 2024-03-21T12:07:35.138864+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:35.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:35 smithi137 bash[22207]: cluster 2024-03-21T12:07:34.165185+0000 mgr.a (mgr.14394) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:35.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:35 smithi137 bash[22207]: audit 2024-03-21T12:07:35.118656+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:35.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:35 smithi137 bash[22207]: audit 2024-03-21T12:07:35.128433+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:35.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:35 smithi137 bash[22207]: audit 2024-03-21T12:07:35.138864+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:38.046 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:37 smithi094 bash[21610]: cluster 2024-03-21T12:07:36.165712+0000 mgr.a (mgr.14394) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:38.088 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:37 smithi137 bash[22207]: cluster 2024-03-21T12:07:36.165712+0000 mgr.a (mgr.14394) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:39.338 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:39 smithi137 bash[22207]: cluster 2024-03-21T12:07:38.166316+0000 mgr.a (mgr.14394) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:39.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:39 smithi137 bash[22207]: audit 2024-03-21T12:07:38.178864+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:39.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:39 smithi137 bash[22207]: audit 2024-03-21T12:07:38.187847+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:39.339 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:39 smithi137 bash[22207]: audit 2024-03-21T12:07:38.198103+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:39.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:39 smithi094 bash[21610]: cluster 2024-03-21T12:07:38.166316+0000 mgr.a (mgr.14394) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:39.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:39 smithi094 bash[21610]: audit 2024-03-21T12:07:38.178864+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:39.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:39 smithi094 bash[21610]: audit 2024-03-21T12:07:38.187847+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:39.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:39 smithi094 bash[21610]: audit 2024-03-21T12:07:38.198103+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:41.338 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:41 smithi137 bash[22207]: cluster 2024-03-21T12:07:40.166960+0000 mgr.a (mgr.14394) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:41.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:41 smithi094 bash[21610]: cluster 2024-03-21T12:07:40.166960+0000 mgr.a (mgr.14394) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:43.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:43 smithi094 bash[21610]: cluster 2024-03-21T12:07:42.167484+0000 mgr.a (mgr.14394) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:43.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:43 smithi137 bash[22207]: cluster 2024-03-21T12:07:42.167484+0000 mgr.a (mgr.14394) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:44.046 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:07:43 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:07:43] "GET /metrics HTTP/1.1" 200 21515 "" "Prometheus/2.51.0" 2024-03-21T12:07:45.549 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:45 smithi094 bash[21610]: cluster 2024-03-21T12:07:44.168025+0000 mgr.a (mgr.14394) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:45.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:45 smithi137 bash[22207]: cluster 2024-03-21T12:07:44.168025+0000 mgr.a (mgr.14394) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:47.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:47 smithi094 bash[21610]: cluster 2024-03-21T12:07:46.168645+0000 mgr.a (mgr.14394) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:47.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:47 smithi137 bash[22207]: cluster 2024-03-21T12:07:46.168645+0000 mgr.a (mgr.14394) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:49.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:49 smithi094 bash[21610]: cluster 2024-03-21T12:07:48.169234+0000 mgr.a (mgr.14394) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:49.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:49 smithi094 bash[21610]: audit 2024-03-21T12:07:49.181292+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:07:49.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:49 smithi137 bash[22207]: cluster 2024-03-21T12:07:48.169234+0000 mgr.a (mgr.14394) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:49.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:49 smithi137 bash[22207]: audit 2024-03-21T12:07:49.181292+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:07:51.485 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:51 smithi094 bash[21610]: cluster 2024-03-21T12:07:50.169851+0000 mgr.a (mgr.14394) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:51.485 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:51 smithi094 bash[21610]: audit 2024-03-21T12:07:51.135470+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:51.485 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:51 smithi094 bash[21610]: audit 2024-03-21T12:07:51.140614+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:51.485 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:51 smithi094 bash[21610]: audit 2024-03-21T12:07:51.149454+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:51.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:51 smithi137 bash[22207]: cluster 2024-03-21T12:07:50.169851+0000 mgr.a (mgr.14394) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:51.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:51 smithi137 bash[22207]: audit 2024-03-21T12:07:51.135470+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:51.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:51 smithi137 bash[22207]: audit 2024-03-21T12:07:51.140614+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:51.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:51 smithi137 bash[22207]: audit 2024-03-21T12:07:51.149454+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:53.296 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:53 smithi094 bash[21610]: cluster 2024-03-21T12:07:52.170364+0000 mgr.a (mgr.14394) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:53.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:53 smithi137 bash[22207]: cluster 2024-03-21T12:07:52.170364+0000 mgr.a (mgr.14394) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:53.974 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:07:53 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:07:53] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.51.0" 2024-03-21T12:07:55.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:55 smithi094 bash[21610]: cluster 2024-03-21T12:07:54.171016+0000 mgr.a (mgr.14394) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:55.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:55 smithi094 bash[21610]: audit 2024-03-21T12:07:54.282338+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:55.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:55 smithi094 bash[21610]: audit 2024-03-21T12:07:54.292047+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:55.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:55 smithi094 bash[21610]: audit 2024-03-21T12:07:54.302366+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:55.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:55 smithi137 bash[22207]: cluster 2024-03-21T12:07:54.171016+0000 mgr.a (mgr.14394) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:55.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:55 smithi137 bash[22207]: audit 2024-03-21T12:07:54.282338+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:55.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:55 smithi137 bash[22207]: audit 2024-03-21T12:07:54.292047+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:55.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:55 smithi137 bash[22207]: audit 2024-03-21T12:07:54.302366+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:57.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:57 smithi094 bash[21610]: cluster 2024-03-21T12:07:56.171578+0000 mgr.a (mgr.14394) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:57.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:57 smithi137 bash[22207]: cluster 2024-03-21T12:07:56.171578+0000 mgr.a (mgr.14394) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:58.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:58 smithi094 bash[21610]: audit 2024-03-21T12:07:57.368637+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:07:58.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:58 smithi094 bash[21610]: audit 2024-03-21T12:07:57.899999+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:58.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:58 smithi094 bash[21610]: audit 2024-03-21T12:07:57.909491+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:58.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:58 smithi094 bash[21610]: audit 2024-03-21T12:07:57.911793+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:07:58.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:58 smithi094 bash[21610]: audit 2024-03-21T12:07:57.913699+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:07:58.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:58 smithi094 bash[21610]: audit 2024-03-21T12:07:57.923619+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:58.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:58 smithi137 bash[22207]: audit 2024-03-21T12:07:57.368637+0000 mon.a (mon.0) 1008 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-21T12:07:58.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:58 smithi137 bash[22207]: audit 2024-03-21T12:07:57.899999+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:58.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:58 smithi137 bash[22207]: audit 2024-03-21T12:07:57.909491+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:58.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:58 smithi137 bash[22207]: audit 2024-03-21T12:07:57.911793+0000 mon.a (mon.0) 1011 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-21T12:07:58.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:58 smithi137 bash[22207]: audit 2024-03-21T12:07:57.913699+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-21T12:07:58.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:58 smithi137 bash[22207]: audit 2024-03-21T12:07:57.923619+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:59.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:59 smithi137 bash[22207]: cluster 2024-03-21T12:07:58.172085+0000 mgr.a (mgr.14394) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:59.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:59 smithi137 bash[22207]: audit 2024-03-21T12:07:58.311531+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:59.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:59 smithi137 bash[22207]: audit 2024-03-21T12:07:58.320756+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:59.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:07:59 smithi137 bash[22207]: audit 2024-03-21T12:07:58.331249+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:59.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:59 smithi094 bash[21610]: cluster 2024-03-21T12:07:58.172085+0000 mgr.a (mgr.14394) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:07:59.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:59 smithi094 bash[21610]: audit 2024-03-21T12:07:58.311531+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:59.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:59 smithi094 bash[21610]: audit 2024-03-21T12:07:58.320756+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:07:59.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:07:59 smithi094 bash[21610]: audit 2024-03-21T12:07:58.331249+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:01.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:01 smithi137 bash[22207]: cluster 2024-03-21T12:08:00.172628+0000 mgr.a (mgr.14394) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:01.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:01 smithi094 bash[21610]: cluster 2024-03-21T12:08:00.172628+0000 mgr.a (mgr.14394) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:03.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:03 smithi137 bash[22207]: cluster 2024-03-21T12:08:02.173092+0000 mgr.a (mgr.14394) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:03.719 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:03 smithi094 bash[21610]: cluster 2024-03-21T12:08:02.173092+0000 mgr.a (mgr.14394) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:04.046 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:03 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:08:03] "GET /metrics HTTP/1.1" 200 21520 "" "Prometheus/2.51.0" 2024-03-21T12:08:04.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:04 smithi137 bash[22207]: audit 2024-03-21T12:08:04.181962+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:08:04.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:04 smithi094 bash[21610]: audit 2024-03-21T12:08:04.181962+0000 mon.a (mon.0) 1017 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:08:05.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:05 smithi137 bash[22207]: cluster 2024-03-21T12:08:04.173618+0000 mgr.a (mgr.14394) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:05.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:05 smithi094 bash[21610]: cluster 2024-03-21T12:08:04.173618+0000 mgr.a (mgr.14394) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:07.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:07 smithi137 bash[22207]: cluster 2024-03-21T12:08:06.174333+0000 mgr.a (mgr.14394) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:07.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:07 smithi094 bash[21610]: cluster 2024-03-21T12:08:06.174333+0000 mgr.a (mgr.14394) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:09.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:09 smithi137 bash[22207]: cluster 2024-03-21T12:08:08.174888+0000 mgr.a (mgr.14394) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:09.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:09 smithi094 bash[21610]: cluster 2024-03-21T12:08:08.174888+0000 mgr.a (mgr.14394) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:11.546 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:11 smithi094 bash[21610]: cluster 2024-03-21T12:08:10.175443+0000 mgr.a (mgr.14394) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:11.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:11 smithi094 bash[21610]: audit 2024-03-21T12:08:11.282388+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:11.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:11 smithi094 bash[21610]: audit 2024-03-21T12:08:11.287276+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:11.547 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:11 smithi094 bash[21610]: audit 2024-03-21T12:08:11.291935+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:11.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:11 smithi137 bash[22207]: cluster 2024-03-21T12:08:10.175443+0000 mgr.a (mgr.14394) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:11.588 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:11 smithi137 bash[22207]: audit 2024-03-21T12:08:11.282388+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:11.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:11 smithi137 bash[22207]: audit 2024-03-21T12:08:11.287276+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:11.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:11 smithi137 bash[22207]: audit 2024-03-21T12:08:11.291935+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:13.626 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:13 smithi094 bash[21610]: cluster 2024-03-21T12:08:12.175799+0000 mgr.a (mgr.14394) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:13.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:13 smithi137 bash[22207]: cluster 2024-03-21T12:08:12.175799+0000 mgr.a (mgr.14394) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:14.046 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:13 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:08:13] "GET /metrics HTTP/1.1" 200 21515 "" "Prometheus/2.51.0" 2024-03-21T12:08:15.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:15 smithi137 bash[22207]: cluster 2024-03-21T12:08:14.176131+0000 mgr.a (mgr.14394) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:15.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:15 smithi137 bash[22207]: audit 2024-03-21T12:08:14.455849+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:15.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:15 smithi137 bash[22207]: audit 2024-03-21T12:08:14.461391+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:15.589 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:15 smithi137 bash[22207]: audit 2024-03-21T12:08:14.467756+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:15.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:15 smithi094 bash[21610]: cluster 2024-03-21T12:08:14.176131+0000 mgr.a (mgr.14394) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:15.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:15 smithi094 bash[21610]: audit 2024-03-21T12:08:14.455849+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:15.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:15 smithi094 bash[21610]: audit 2024-03-21T12:08:14.461391+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:15.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:15 smithi094 bash[21610]: audit 2024-03-21T12:08:14.467756+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:17.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:17 smithi094 bash[21610]: cluster 2024-03-21T12:08:16.176638+0000 mgr.a (mgr.14394) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:17.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:17 smithi137 bash[22207]: cluster 2024-03-21T12:08:16.176638+0000 mgr.a (mgr.14394) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:19.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:19 smithi094 bash[21610]: cluster 2024-03-21T12:08:18.177147+0000 mgr.a (mgr.14394) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:19.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:19 smithi094 bash[21610]: audit 2024-03-21T12:08:18.531247+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:19.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:19 smithi094 bash[21610]: audit 2024-03-21T12:08:18.540493+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:19.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:19 smithi094 bash[21610]: audit 2024-03-21T12:08:18.550919+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:19.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:19 smithi094 bash[21610]: audit 2024-03-21T12:08:19.182217+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:08:19.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:19 smithi137 bash[22207]: cluster 2024-03-21T12:08:18.177147+0000 mgr.a (mgr.14394) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:19.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:19 smithi137 bash[22207]: audit 2024-03-21T12:08:18.531247+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:19.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:19 smithi137 bash[22207]: audit 2024-03-21T12:08:18.540493+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:19.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:19 smithi137 bash[22207]: audit 2024-03-21T12:08:18.550919+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:19.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:19 smithi137 bash[22207]: audit 2024-03-21T12:08:19.182217+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:08:21.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:21 smithi094 bash[21610]: cluster 2024-03-21T12:08:20.177653+0000 mgr.a (mgr.14394) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:21.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:21 smithi137 bash[22207]: cluster 2024-03-21T12:08:20.177653+0000 mgr.a (mgr.14394) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:23.796 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:23 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:08:23] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.51.0" 2024-03-21T12:08:23.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:23 smithi094 bash[21610]: cluster 2024-03-21T12:08:22.178161+0000 mgr.a (mgr.14394) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:23.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:23 smithi137 bash[22207]: cluster 2024-03-21T12:08:22.178161+0000 mgr.a (mgr.14394) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:25.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:25 smithi094 bash[21610]: cluster 2024-03-21T12:08:24.178698+0000 mgr.a (mgr.14394) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:25.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:25 smithi137 bash[22207]: cluster 2024-03-21T12:08:24.178698+0000 mgr.a (mgr.14394) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:27.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:27 smithi094 bash[21610]: cluster 2024-03-21T12:08:26.179320+0000 mgr.a (mgr.14394) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:27.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:27 smithi137 bash[22207]: cluster 2024-03-21T12:08:26.179320+0000 mgr.a (mgr.14394) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:29.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:29 smithi094 bash[21610]: cluster 2024-03-21T12:08:28.179923+0000 mgr.a (mgr.14394) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:29.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:29 smithi137 bash[22207]: cluster 2024-03-21T12:08:28.179923+0000 mgr.a (mgr.14394) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:31.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:31 smithi094 bash[21610]: cluster 2024-03-21T12:08:30.180521+0000 mgr.a (mgr.14394) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:31.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:31 smithi094 bash[21610]: audit 2024-03-21T12:08:31.448534+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:31.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:31 smithi094 bash[21610]: audit 2024-03-21T12:08:31.457065+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:31.797 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:31 smithi094 bash[21610]: audit 2024-03-21T12:08:31.467424+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:31.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:31 smithi137 bash[22207]: cluster 2024-03-21T12:08:30.180521+0000 mgr.a (mgr.14394) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:31.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:31 smithi137 bash[22207]: audit 2024-03-21T12:08:31.448534+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:31.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:31 smithi137 bash[22207]: audit 2024-03-21T12:08:31.457065+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:31.839 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:31 smithi137 bash[22207]: audit 2024-03-21T12:08:31.467424+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:33.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:33 smithi137 bash[22207]: cluster 2024-03-21T12:08:32.180942+0000 mgr.a (mgr.14394) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:34.046 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:33 smithi094 bash[21610]: cluster 2024-03-21T12:08:32.180942+0000 mgr.a (mgr.14394) 189 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:34.047 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:33 smithi094 bash[21868]: ::ffff:172.21.15.137 - - [21/Mar/2024:12:08:33] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.51.0" 2024-03-21T12:08:34.796 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:34 smithi094 bash[21610]: audit 2024-03-21T12:08:34.187385+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:08:34.838 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:34 smithi137 bash[22207]: audit 2024-03-21T12:08:34.187385+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-21T12:08:35.247 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -s http://172.21.15.137:9095/api/v1/status/config 2024-03-21T12:08:35.259 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -s http://172.21.15.137:9095/api/v1/status/config 2024-03-21T12:08:35.259 INFO:teuthology.orchestra.run.smithi094.stderr:+ jq -e '.status == "success"' 2024-03-21T12:08:35.265 INFO:teuthology.orchestra.run.smithi094.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n evaluation_interval: 10s\n external_labels:\n cluster: 93e5de92-e779-11ee-95cd-87774f69a715\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.94: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 track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 93e5de92-e779-11ee-95cd-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.94:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 93e5de92-e779-11ee-95cd-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.94:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 93e5de92-e779-11ee-95cd-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.94:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\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.94:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /federate\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-03-21T12:08:35.266 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -s http://172.21.15.137:9095/api/v1/alerts 2024-03-21T12:08:35.271 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -s http://172.21.15.137:9095/api/v1/alerts 2024-03-21T12:08:35.271 INFO:teuthology.orchestra.run.smithi094.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-03-21T12:08:35.277 INFO:teuthology.orchestra.run.smithi094.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"93e5de92-e779-11ee-95cd-87774f69a715","instance":"smithi094:9283","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-03-21T12:07:23.558815712Z","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 smithi189","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-03-21T12:07:22.639590217Z","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 smithi189\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-03-21T12:07:22.639590217Z","value":"1e+00"}]}}true 2024-03-21T12:08:35.278 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -s http://172.21.15.189:9093/api/v1/status 2024-03-21T12:08:35.282 INFO:teuthology.orchestra.run.smithi094.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-03-21T12:08:35.282 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -s http://172.21.15.189:9093/api/v1/alerts 2024-03-21T12:08:35.287 INFO:teuthology.orchestra.run.smithi094.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-03-21T12:08:35.288 INFO:teuthology.orchestra.run.smithi094.stderr:+ curl -s http://172.21.15.189:9093/api/v1/alerts 2024-03-21T12:08:35.288 INFO:teuthology.orchestra.run.smithi094.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-03-21T12:08:35.292 INFO:teuthology.orchestra.run.smithi094.stderr:jq: error (at :1): Cannot iterate over null (null) 2024-03-21T12:08:35.919 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:35 smithi137 bash[22207]: cluster 2024-03-21T12:08:34.181466+0000 mgr.a (mgr.14394) 190 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:35.919 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:35 smithi137 bash[22207]: audit 2024-03-21T12:08:34.634300+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:35.919 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:35 smithi137 bash[22207]: audit 2024-03-21T12:08:34.639667+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:35.919 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:35 smithi137 bash[22207]: audit 2024-03-21T12:08:34.646330+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:36.062 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:35 smithi094 bash[21610]: cluster 2024-03-21T12:08:34.181466+0000 mgr.a (mgr.14394) 190 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-03-21T12:08:36.063 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:35 smithi094 bash[21610]: audit 2024-03-21T12:08:34.634300+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:36.063 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:35 smithi094 bash[21610]: audit 2024-03-21T12:08:34.639667+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:36.063 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:35 smithi094 bash[21610]: audit 2024-03-21T12:08:34.646330+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14394 172.21.15.94:0/2623467736' entity='mgr.a' 2024-03-21T12:08:36.468 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-03-21T12:08:36.469 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/cephadm.py", line 1457, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi094 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- bash -c \'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\'"\'"\')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-03-21T12:08:36.679 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4a0252f1f256402789151117089c90fb Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/cephadm.py", line 1457, in shell _shell( File "/home/teuthworker/src/git.ceph.com_ceph-c_ba760091cd7bd2b0d23f4825ac856ba66450e988/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_e691533f9cbb33d85b2187bba20d7102f098636d/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi094 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- bash -c \'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\'"\'"\')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-03-21T12:08:36.682 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-21T12:08:36.692 INFO:tasks.cephadm:Teardown begin 2024-03-21T12:08:36.693 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:08:36.712 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:08:36.728 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:08:36.742 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-21T12:08:36.743 DEBUG:teuthology.orchestra.run.smithi094:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T12:08:36.764 DEBUG:teuthology.orchestra.run.smithi137:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T12:08:36.774 DEBUG:teuthology.orchestra.run.smithi189:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-21T12:08:36.790 INFO:tasks.cephadm:Stopping all daemons... 2024-03-21T12:08:36.791 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-21T12:08:36.791 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.a 2024-03-21T12:08:37.074 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:36 smithi094 bash[21868]: [21/Mar/2024:12:08:36] ENGINE Bus STOPPING 2024-03-21T12:08:37.074 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:36 smithi094 bash[21868]: [21/Mar/2024:12:08:36] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-21T12:08:37.074 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:36 smithi094 bash[21868]: [21/Mar/2024:12:08:36] ENGINE Bus STOPPED 2024-03-21T12:08:37.074 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:36 smithi094 bash[21868]: [21/Mar/2024:12:08:36] ENGINE Bus STARTING 2024-03-21T12:08:37.074 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:36 smithi094 systemd[1]: Stopping Ceph mon.a for 93e5de92-e779-11ee-95cd-87774f69a715... 2024-03-21T12:08:37.075 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:36 smithi094 bash[21610]: debug 2024-03-21T12:08:36.950+0000 7fd9ffe6f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T12:08:37.075 INFO:journalctl@ceph.mon.a.smithi094.stdout:Mar 21 12:08:36 smithi094 bash[21610]: debug 2024-03-21T12:08:36.950+0000 7fd9ffe6f700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-21T12:08:37.546 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:37 smithi094 bash[21868]: [21/Mar/2024:12:08:37] ENGINE Serving on http://:::9283 2024-03-21T12:08:37.547 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:37 smithi094 bash[21868]: [21/Mar/2024:12:08:37] ENGINE Bus STARTED 2024-03-21T12:08:37.799 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.a.service' 2024-03-21T12:08:37.835 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:08:37.835 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-21T12:08:37.835 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-21T12:08:37.835 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.b 2024-03-21T12:08:38.140 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:37 smithi137 systemd[1]: Stopping Ceph mon.b for 93e5de92-e779-11ee-95cd-87774f69a715... 2024-03-21T12:08:38.140 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:37 smithi137 bash[22207]: debug 2024-03-21T12:08:37.987+0000 7f0b3f194700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-03-21T12:08:38.140 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:37 smithi137 bash[22207]: debug 2024-03-21T12:08:37.987+0000 7f0b3f194700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-21T12:08:38.911 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.b.service' 2024-03-21T12:08:38.919 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:38 smithi137 bash[35948]: ceph-93e5de92-e779-11ee-95cd-87774f69a715-mon-b 2024-03-21T12:08:38.920 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:38 smithi137 bash[36008]: Error response from daemon: No such container: ceph-93e5de92-e779-11ee-95cd-87774f69a715-mon-b 2024-03-21T12:08:38.920 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:38 smithi137 systemd[1]: ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.b.service: Deactivated successfully. 2024-03-21T12:08:38.920 INFO:journalctl@ceph.mon.b.smithi137.stdout:Mar 21 12:08:38 smithi137 systemd[1]: Stopped Ceph mon.b for 93e5de92-e779-11ee-95cd-87774f69a715. 2024-03-21T12:08:38.942 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:08:38.942 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-21T12:08:38.942 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-21T12:08:38.943 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.c 2024-03-21T12:08:38.965 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@mon.c.service' 2024-03-21T12:08:39.305 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:08:39.306 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-21T12:08:39.306 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-21T12:08:39.306 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-93e5de92-e779-11ee-95cd-87774f69a715@mgr.a 2024-03-21T12:08:39.685 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:39 smithi094 systemd[1]: Stopping Ceph mgr.a for 93e5de92-e779-11ee-95cd-87774f69a715... 2024-03-21T12:08:39.686 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:39 smithi094 bash[21868]: debug 2024-03-21T12:08:39.454+0000 7fa236360700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T12:08:39.686 INFO:journalctl@ceph.mgr.a.smithi094.stdout:Mar 21 12:08:39 smithi094 bash[21868]: debug 2024-03-21T12:08:39.454+0000 7fa236360700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-21T12:08:40.241 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@mgr.a.service' 2024-03-21T12:08:40.264 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:08:40.264 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-21T12:08:40.264 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-21T12:08:40.264 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-93e5de92-e779-11ee-95cd-87774f69a715@mgr.b 2024-03-21T12:08:40.588 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:08:40 smithi137 systemd[1]: Stopping Ceph mgr.b for 93e5de92-e779-11ee-95cd-87774f69a715... 2024-03-21T12:08:41.338 INFO:journalctl@ceph.mgr.b.smithi137.stdout:Mar 21 12:08:41 smithi137 bash[36049]: ceph-93e5de92-e779-11ee-95cd-87774f69a715-mgr-b 2024-03-21T12:08:41.499 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@mgr.b.service' 2024-03-21T12:08:41.519 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:08:41.519 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-21T12:08:41.520 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-21T12:08:41.520 DEBUG:teuthology.orchestra.run.smithi094:> sudo systemctl stop ceph-93e5de92-e779-11ee-95cd-87774f69a715@osd.0 2024-03-21T12:08:41.796 INFO:journalctl@ceph.osd.0.smithi094.stdout:Mar 21 12:08:41 smithi094 systemd[1]: Stopping Ceph osd.0 for 93e5de92-e779-11ee-95cd-87774f69a715... 2024-03-21T12:08:41.797 INFO:journalctl@ceph.osd.0.smithi094.stdout:Mar 21 12:08:41 smithi094 bash[31830]: debug 2024-03-21T12:08:41.654+0000 7f7825004700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T12:08:41.797 INFO:journalctl@ceph.osd.0.smithi094.stdout:Mar 21 12:08:41 smithi094 bash[31830]: debug 2024-03-21T12:08:41.654+0000 7f7825004700 -1 osd.0 22 *** Got signal Terminated *** 2024-03-21T12:08:41.797 INFO:journalctl@ceph.osd.0.smithi094.stdout:Mar 21 12:08:41 smithi094 bash[31830]: debug 2024-03-21T12:08:41.654+0000 7f7825004700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T12:08:48.046 INFO:journalctl@ceph.osd.0.smithi094.stdout:Mar 21 12:08:47 smithi094 bash[46182]: ceph-93e5de92-e779-11ee-95cd-87774f69a715-osd-0 2024-03-21T12:08:48.047 INFO:journalctl@ceph.osd.0.smithi094.stdout:Mar 21 12:08:47 smithi094 bash[46246]: Error response from daemon: No such container: ceph-93e5de92-e779-11ee-95cd-87774f69a715-osd-0 2024-03-21T12:08:49.605 DEBUG:teuthology.orchestra.run.smithi094:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@osd.0.service' 2024-03-21T12:08:49.648 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:08:49.648 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-21T12:08:49.649 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-21T12:08:49.649 DEBUG:teuthology.orchestra.run.smithi137:> sudo systemctl stop ceph-93e5de92-e779-11ee-95cd-87774f69a715@osd.1 2024-03-21T12:08:50.088 INFO:journalctl@ceph.osd.1.smithi137.stdout:Mar 21 12:08:49 smithi137 systemd[1]: Stopping Ceph osd.1 for 93e5de92-e779-11ee-95cd-87774f69a715... 2024-03-21T12:08:50.089 INFO:journalctl@ceph.osd.1.smithi137.stdout:Mar 21 12:08:49 smithi137 bash[27167]: debug 2024-03-21T12:08:49.791+0000 7f91babff700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T12:08:50.089 INFO:journalctl@ceph.osd.1.smithi137.stdout:Mar 21 12:08:49 smithi137 bash[27167]: debug 2024-03-21T12:08:49.791+0000 7f91babff700 -1 osd.1 22 *** Got signal Terminated *** 2024-03-21T12:08:50.089 INFO:journalctl@ceph.osd.1.smithi137.stdout:Mar 21 12:08:49 smithi137 bash[27167]: debug 2024-03-21T12:08:49.791+0000 7f91babff700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T12:08:56.088 INFO:journalctl@ceph.osd.1.smithi137.stdout:Mar 21 12:08:55 smithi137 bash[36330]: ceph-93e5de92-e779-11ee-95cd-87774f69a715-osd-1 2024-03-21T12:08:56.089 INFO:journalctl@ceph.osd.1.smithi137.stdout:Mar 21 12:08:55 smithi137 bash[36425]: Error response from daemon: No such container: ceph-93e5de92-e779-11ee-95cd-87774f69a715-osd-1 2024-03-21T12:08:57.637 DEBUG:teuthology.orchestra.run.smithi137:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@osd.1.service' 2024-03-21T12:08:57.671 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:08:57.671 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-21T12:08:57.671 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-21T12:08:57.671 DEBUG:teuthology.orchestra.run.smithi189:> sudo systemctl stop ceph-93e5de92-e779-11ee-95cd-87774f69a715@osd.2 2024-03-21T12:08:57.987 INFO:journalctl@ceph.osd.2.smithi189.stdout:Mar 21 12:08:57 smithi189 systemd[1]: Stopping Ceph osd.2 for 93e5de92-e779-11ee-95cd-87774f69a715... 2024-03-21T12:08:57.988 INFO:journalctl@ceph.osd.2.smithi189.stdout:Mar 21 12:08:57 smithi189 bash[27469]: debug 2024-03-21T12:08:57.824+0000 7f58d9df5700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-03-21T12:08:57.988 INFO:journalctl@ceph.osd.2.smithi189.stdout:Mar 21 12:08:57 smithi189 bash[27469]: debug 2024-03-21T12:08:57.824+0000 7f58d9df5700 -1 osd.2 22 *** Got signal Terminated *** 2024-03-21T12:08:57.988 INFO:journalctl@ceph.osd.2.smithi189.stdout:Mar 21 12:08:57 smithi189 bash[27469]: debug 2024-03-21T12:08:57.824+0000 7f58d9df5700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-21T12:09:04.120 INFO:journalctl@ceph.osd.2.smithi189.stdout:Mar 21 12:09:03 smithi189 bash[36772]: ceph-93e5de92-e779-11ee-95cd-87774f69a715-osd-2 2024-03-21T12:09:04.487 INFO:journalctl@ceph.osd.2.smithi189.stdout:Mar 21 12:09:04 smithi189 bash[37027]: Error response from daemon: No such container: ceph-93e5de92-e779-11ee-95cd-87774f69a715-osd-2 2024-03-21T12:09:06.158 DEBUG:teuthology.orchestra.run.smithi189:> sudo pkill -f 'journalctl -f -n 0 -u ceph-93e5de92-e779-11ee-95cd-87774f69a715@osd.2.service' 2024-03-21T12:09:06.199 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-21T12:09:06.200 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-21T12:09:06.200 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 93e5de92-e779-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T12:09:06.370 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T12:09:14.488 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 93e5de92-e779-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T12:09:14.656 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T12:09:22.717 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 93e5de92-e779-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-21T12:09:24.644 INFO:teuthology.orchestra.run.smithi189.stdout:Deleting cluster with fsid: 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T12:09:32.692 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:09:32.706 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:09:32.721 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-21T12:09:32.732 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-21T12:09:32.734 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823/remote/smithi094/crash 2024-03-21T12:09:32.735 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/crash -- . 2024-03-21T12:09:32.758 INFO:teuthology.orchestra.run.smithi094.stderr:tar: /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T12:09:32.759 INFO:teuthology.orchestra.run.smithi094.stderr:tar: Error is not recoverable: exiting now 2024-03-21T12:09:32.761 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823/remote/smithi137/crash 2024-03-21T12:09:32.761 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/crash -- . 2024-03-21T12:09:32.776 INFO:teuthology.orchestra.run.smithi137.stderr:tar: /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T12:09:32.777 INFO:teuthology.orchestra.run.smithi137.stderr:tar: Error is not recoverable: exiting now 2024-03-21T12:09:32.779 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823/remote/smithi189/crash 2024-03-21T12:09:32.780 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/crash -- . 2024-03-21T12:09:32.790 INFO:teuthology.orchestra.run.smithi189.stderr:tar: /var/lib/ceph/93e5de92-e779-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-21T12:09:32.790 INFO:teuthology.orchestra.run.smithi189.stderr:tar: Error is not recoverable: exiting now 2024-03-21T12:09:32.791 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-21T12:09:32.792 DEBUG:teuthology.orchestra.run.smithi094:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down, quorum' | egrep -v 'is down \(out of quorum\)' | head -n 1 2024-03-21T12:09:32.818 INFO:teuthology.orchestra.run.smithi094.stdout:2024-03-21T11:59:01.407015+0000 mon.a (mon.0) 427 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-21T12:09:32.818 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-21T12:09:32.818 INFO:tasks.cephadm:Compressing logs... 2024-03-21T12:09:32.818 DEBUG:teuthology.orchestra.run.smithi094:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T12:09:32.861 DEBUG:teuthology.orchestra.run.smithi137:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T12:09:32.863 DEBUG:teuthology.orchestra.run.smithi189:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-03-21T12:09:32.869 INFO:teuthology.orchestra.run.smithi094.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T12:09:32.874 INFO:teuthology.orchestra.run.smithi137.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T12:09:32.874 INFO:teuthology.orchestra.run.smithi189.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-21T12:09:32.876 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T12:09:32.877 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-21T12:09:32.877 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-21T12:09:32.878 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T12:09:32.878 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.log 2024-03-21T12:09:32.878 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T12:09:32.879 INFO:teuthology.orchestra.run.smithi094.stderr: 83.7% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T12:09:32.879 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T12:09:32.880 INFO:teuthology.orchestra.run.smithi094.stderr:gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mgr.a.log 2024-03-21T12:09:32.880 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-volume.log: /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mgr.a.log: 87.8% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T12:09:32.881 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T12:09:32.882 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-21T12:09:32.882 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T12:09:32.882 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.log 2024-03-21T12:09:32.883 INFO:teuthology.orchestra.run.smithi094.stderr: 90.5% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T12:09:32.884 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T12:09:32.884 INFO:teuthology.orchestra.run.smithi189.stderr: 82.9%/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.log: -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T12:09:32.884 INFO:teuthology.orchestra.run.smithi189.stderr:gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-21T12:09:32.884 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T12:09:32.885 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mon.c.log: /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.audit.log: 88.0% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T12:09:32.885 INFO:teuthology.orchestra.run.smithi189.stderr: 83.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T12:09:32.885 INFO:teuthology.orchestra.run.smithi189.stderr: 90.5% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T12:09:32.895 INFO:teuthology.orchestra.run.smithi094.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T12:09:32.896 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-21T12:09:32.896 INFO:teuthology.orchestra.run.smithi137.stderr:gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-21T12:09:32.897 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-21T12:09:32.897 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.log 2024-03-21T12:09:32.898 INFO:teuthology.orchestra.run.smithi137.stderr: 82.9% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-21T12:09:32.898 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-21T12:09:32.899 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mgr.b.log 2024-03-21T12:09:32.899 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-21T12:09:32.900 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-21T12:09:32.900 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.audit.log: 88.0% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-21T12:09:32.902 INFO:teuthology.orchestra.run.smithi137.stderr:/var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mon.b.log: 82.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-21T12:09:32.902 INFO:teuthology.orchestra.run.smithi137.stderr: 90.7% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-21T12:09:32.904 INFO:teuthology.orchestra.run.smithi189.stderr: 91.9% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T12:09:32.908 INFO:teuthology.orchestra.run.smithi137.stderr: 91.2% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mgr.b.log.gz 2024-03-21T12:09:32.914 INFO:teuthology.orchestra.run.smithi094.stderr: 91.9% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T12:09:32.926 INFO:teuthology.orchestra.run.smithi137.stderr: 91.9% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-21T12:09:32.928 INFO:teuthology.orchestra.run.smithi189.stderr: 93.6% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-21T12:09:32.937 INFO:teuthology.orchestra.run.smithi094.stderr: 93.6% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-21T12:09:32.982 INFO:teuthology.orchestra.run.smithi137.stderr: 93.9% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-21T12:09:32.995 INFO:teuthology.orchestra.run.smithi189.stderr: 93.2% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-21T12:09:32.996 INFO:teuthology.orchestra.run.smithi189.stderr: 2024-03-21T12:09:32.996 INFO:teuthology.orchestra.run.smithi189.stderr:real 0m0.129s 2024-03-21T12:09:32.996 INFO:teuthology.orchestra.run.smithi189.stderr:user 0m0.185s 2024-03-21T12:09:32.997 INFO:teuthology.orchestra.run.smithi189.stderr:sys 0m0.022s 2024-03-21T12:09:33.041 INFO:teuthology.orchestra.run.smithi094.stderr: 88.3% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mgr.a.log.gz 2024-03-21T12:09:33.043 INFO:teuthology.orchestra.run.smithi137.stderr: 92.8% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-21T12:09:33.045 INFO:teuthology.orchestra.run.smithi137.stderr: 2024-03-21T12:09:33.045 INFO:teuthology.orchestra.run.smithi137.stderr:real 0m0.180s 2024-03-21T12:09:33.045 INFO:teuthology.orchestra.run.smithi137.stderr:user 0m0.292s 2024-03-21T12:09:33.045 INFO:teuthology.orchestra.run.smithi137.stderr:sys 0m0.010s 2024-03-21T12:09:33.257 INFO:teuthology.orchestra.run.smithi094.stderr: 91.3% -- replaced with /var/log/ceph/93e5de92-e779-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-21T12:09:33.259 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-03-21T12:09:33.259 INFO:teuthology.orchestra.run.smithi094.stderr:real 0m0.395s 2024-03-21T12:09:33.259 INFO:teuthology.orchestra.run.smithi094.stderr:user 0m0.638s 2024-03-21T12:09:33.259 INFO:teuthology.orchestra.run.smithi094.stderr:sys 0m0.044s 2024-03-21T12:09:33.259 INFO:tasks.cephadm:Archiving logs... 2024-03-21T12:09:33.260 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823/remote/smithi094/log 2024-03-21T12:09:33.261 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T12:09:33.446 DEBUG:teuthology.misc:Transferring archived files from smithi137:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823/remote/smithi137/log 2024-03-21T12:09:33.447 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T12:09:33.509 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/log/ceph to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823/remote/smithi189/log 2024-03-21T12:09:33.510 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-21T12:09:33.553 INFO:tasks.cephadm:Removing cluster... 2024-03-21T12:09:33.553 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 93e5de92-e779-11ee-95cd-87774f69a715 --force 2024-03-21T12:09:33.719 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T12:09:35.066 DEBUG:teuthology.orchestra.run.smithi137:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 93e5de92-e779-11ee-95cd-87774f69a715 --force 2024-03-21T12:09:35.237 INFO:teuthology.orchestra.run.smithi137.stdout:Deleting cluster with fsid: 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T12:09:36.570 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 93e5de92-e779-11ee-95cd-87774f69a715 --force 2024-03-21T12:09:36.739 INFO:teuthology.orchestra.run.smithi189.stdout:Deleting cluster with fsid: 93e5de92-e779-11ee-95cd-87774f69a715 2024-03-21T12:09:38.079 INFO:tasks.cephadm:Removing cephadm ... 2024-03-21T12:09:38.079 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T12:09:38.085 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T12:09:38.092 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-21T12:09:38.097 INFO:tasks.cephadm:Teardown complete 2024-03-21T12:09:38.098 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-21T12:09:38.108 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-03-21T12:09:38.108 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T12:09:38.129 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T12:09:38.134 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-21T12:09:38.228 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-21T12:09:38.238 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-21T12:09:38.238 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:09:38.241 DEBUG:teuthology.orchestra.run.smithi137:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:09:38.243 DEBUG:teuthology.orchestra.run.smithi189:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-21T12:09:38.250 INFO:teuthology.orchestra.run.smithi094.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T12:09:38.250 INFO:teuthology.orchestra.run.smithi094.stdout:============================================================================== 2024-03-21T12:09:38.250 INFO:teuthology.orchestra.run.smithi094.stdout:*hv01.front.sepi 44.4.53.2 2 u 53 64 377 0.118 -5.279 1.574 2024-03-21T12:09:38.251 INFO:teuthology.orchestra.run.smithi094.stdout:+hv02.front.sepi 63.231.80.2 3 u 52 64 377 0.051 -0.576 2.029 2024-03-21T12:09:38.251 INFO:teuthology.orchestra.run.smithi094.stdout:+hv03.front.sepi 74.6.168.72 3 u 62 64 377 0.083 -2.917 1.236 2024-03-21T12:09:38.251 INFO:teuthology.orchestra.run.smithi094.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-21T12:09:38.254 INFO:teuthology.orchestra.run.smithi137.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T12:09:38.255 INFO:teuthology.orchestra.run.smithi137.stdout:============================================================================== 2024-03-21T12:09:38.255 INFO:teuthology.orchestra.run.smithi137.stdout:*hv01.front.sepi 44.4.53.2 2 u 57 64 377 0.086 -4.195 0.655 2024-03-21T12:09:38.255 INFO:teuthology.orchestra.run.smithi137.stdout:+hv02.front.sepi 63.231.80.2 3 u 59 64 377 0.078 -2.476 0.786 2024-03-21T12:09:38.255 INFO:teuthology.orchestra.run.smithi137.stdout:+hv03.front.sepi 74.6.168.72 3 u 58 64 377 0.074 -3.011 0.685 2024-03-21T12:09:38.255 INFO:teuthology.orchestra.run.smithi137.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-21T12:09:38.256 INFO:teuthology.orchestra.run.smithi189.stdout: remote refid st t when poll reach delay offset jitter 2024-03-21T12:09:38.257 INFO:teuthology.orchestra.run.smithi189.stdout:============================================================================== 2024-03-21T12:09:38.257 INFO:teuthology.orchestra.run.smithi189.stdout:*hv01.front.sepi 44.4.53.2 2 u 2 64 377 0.088 -4.702 0.492 2024-03-21T12:09:38.257 INFO:teuthology.orchestra.run.smithi189.stdout:+hv02.front.sepi 63.231.80.2 3 u 62 64 377 0.076 -2.556 0.654 2024-03-21T12:09:38.257 INFO:teuthology.orchestra.run.smithi189.stdout:+hv03.front.sepi 74.6.168.72 3 u 51 64 377 0.076 -3.929 0.640 2024-03-21T12:09:38.257 INFO:teuthology.orchestra.run.smithi189.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-21T12:09:38.257 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-21T12:09:38.266 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-21T12:09:38.266 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-21T12:09:38.297 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-21T12:09:38.306 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-21T12:09:38.323 INFO:teuthology.task.internal:Duration was 1538.995389 seconds 2024-03-21T12:09:38.324 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-21T12:09:38.333 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-21T12:09:38.333 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T12:09:38.335 DEBUG:teuthology.orchestra.run.smithi137:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T12:09:38.337 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-21T12:09:38.374 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-21T12:09:38.374 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2024-03-21T12:09:38.374 DEBUG:teuthology.orchestra.run.smithi094:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T12:09:38.421 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi137.front.sepia.ceph.com 2024-03-21T12:09:38.422 DEBUG:teuthology.orchestra.run.smithi137:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T12:09:38.432 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi189.front.sepia.ceph.com 2024-03-21T12:09:38.432 DEBUG:teuthology.orchestra.run.smithi189:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-03-21T12:09:38.442 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-21T12:09:38.443 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T12:09:38.465 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T12:09:38.474 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-21T12:09:38.521 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-21T12:09:38.521 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T12:09:38.549 DEBUG:teuthology.orchestra.run.smithi137:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T12:09:38.554 DEBUG:teuthology.orchestra.run.smithi189:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-21T12:09:38.648 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-21T12:09:38.658 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-21T12:09:38.659 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T12:09:38.672 DEBUG:teuthology.orchestra.run.smithi137:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T12:09:38.683 DEBUG:teuthology.orchestra.run.smithi189:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-21T12:09:38.696 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-21T12:09:38.706 DEBUG:teuthology.orchestra.run.smithi094:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:09:38.716 DEBUG:teuthology.orchestra.run.smithi137:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:09:38.724 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2024-03-21T12:09:38.726 DEBUG:teuthology.orchestra.run.smithi189:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:09:38.734 INFO:teuthology.orchestra.run.smithi137.stdout:kernel.core_pattern = core 2024-03-21T12:09:38.748 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = core 2024-03-21T12:09:38.768 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:09:38.790 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:09:38.791 DEBUG:teuthology.orchestra.run.smithi137:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:09:38.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:09:38.812 DEBUG:teuthology.orchestra.run.smithi189:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-21T12:09:38.817 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-21T12:09:38.817 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-21T12:09:38.831 INFO:teuthology.task.internal:Transferring archived files... 2024-03-21T12:09:38.833 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823/remote/smithi094 2024-03-21T12:09:38.833 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T12:09:38.863 DEBUG:teuthology.misc:Transferring archived files from smithi137:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823/remote/smithi137 2024-03-21T12:09:38.863 DEBUG:teuthology.orchestra.run.smithi137:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T12:09:38.887 DEBUG:teuthology.misc:Transferring archived files from smithi189:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823/remote/smithi189 2024-03-21T12:09:38.888 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-21T12:09:38.911 INFO:teuthology.task.internal:Removing archive directory... 2024-03-21T12:09:38.912 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T12:09:38.914 DEBUG:teuthology.orchestra.run.smithi137:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T12:09:38.926 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-21T12:09:38.955 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-21T12:09:38.966 INFO:teuthology.task.internal:Not uploading archives. 2024-03-21T12:09:38.967 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-21T12:09:39.037 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-21T12:09:39.037 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T12:09:39.040 DEBUG:teuthology.orchestra.run.smithi137:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T12:09:39.042 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-21T12:09:39.044 INFO:teuthology.orchestra.run.smithi094.stdout: 658638 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 12:09 /home/ubuntu/cephtest 2024-03-21T12:09:39.046 INFO:teuthology.orchestra.run.smithi137.stdout: 658471 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 12:09 /home/ubuntu/cephtest 2024-03-21T12:09:39.048 INFO:teuthology.orchestra.run.smithi189.stdout: 658624 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 21 12:09 /home/ubuntu/cephtest 2024-03-21T12:09:39.050 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-21T12:09:39.060 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-21T12:09:39.081 INFO:teuthology.nuke:Checking targets against current locks 2024-03-21T12:09:39.111 DEBUG:teuthology.nuke:shortname: smithi094 2024-03-21T12:09:39.111 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T12:09:39.136 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 11:34:25.452415', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOos8N76ffPDvh6IuZillDmkzI7S4NMTpWzKrdi8+Mxk6bd1s1XjhBZ9PFsoc3Qs0TO8aMStbipleSZ/RMS8BPs='} 2024-03-21T12:09:39.141 DEBUG:teuthology.nuke:shortname: smithi137 2024-03-21T12:09:39.141 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T12:09:39.168 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi137.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 11:34:25.456238', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDrbJ/ilq9LWaVD/S4d29xJ0Qsd/YVhIA1uc09mqvV6Z5sf+6dSCZ+FPNotJi/o3y2xSLSmRG8nMP1VztlWsZuk='} 2024-03-21T12:09:39.176 DEBUG:teuthology.nuke:shortname: smithi189 2024-03-21T12:09:39.176 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-21T12:09:39.200 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-03-21_11:21:25-orch:cephadm-wip-adk-testing-2024-03-20-2326-distro-default-smithi/7614823', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-03-21 11:34:25.455374', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNnbREEkyr4H72ewYu+OjicSLPe0NHPVo/pAisfAm4PrJYyJYAINWfT6Jn5fFTJM3LinqjxKXbJjYtSqJuDuhQs='} 2024-03-21T12:09:39.213 INFO:teuthology.orchestra.console.smithi094:Power off 2024-03-21T12:09:39.214 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T12:09:39.238 DEBUG:teuthology.orchestra.console.smithi094:power off output: Chassis Power Control: Down/Off 2024-03-21T12:09:39.238 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:09:39.256 INFO:teuthology.orchestra.console.smithi137:Power off 2024-03-21T12:09:39.256 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T12:09:39.277 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-03-21T12:09:39.288 DEBUG:teuthology.orchestra.console.smithi137:power off output: Chassis Power Control: Down/Off 2024-03-21T12:09:39.288 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:09:39.306 INFO:teuthology.orchestra.console.smithi189:Power off 2024-03-21T12:09:39.307 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-21T12:09:39.317 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-03-21T12:09:39.331 DEBUG:teuthology.orchestra.console.smithi189:power off output: Chassis Power Control: Down/Off 2024-03-21T12:09:39.331 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:09:39.382 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-03-21T12:09:43.278 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:09:43.319 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:09:43.383 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:09:43.394 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-03-21T12:09:43.430 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-03-21T12:09:43.494 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-03-21T12:09:47.398 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:09:47.431 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:09:47.495 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:09:47.508 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is off 2024-03-21T12:09:47.541 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is on 2024-03-21T12:09:47.606 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is off 2024-03-21T12:09:47.608 INFO:teuthology.orchestra.console.smithi094:Power off completed 2024-03-21T12:09:47.707 INFO:teuthology.orchestra.console.smithi189:Power off completed 2024-03-21T12:09:51.542 DEBUG:teuthology.orchestra.console.smithi137:pexpect command: ipmitool -H smithi137.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-21T12:09:51.653 DEBUG:teuthology.orchestra.console.smithi137:check power output: Chassis Power is off 2024-03-21T12:09:51.754 INFO:teuthology.orchestra.console.smithi137:Power off completed 2024-03-21T12:09:51.864 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1538.9953894615173 failure_reason: 'Command failed on smithi094 with status 5: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:ba760091cd7bd2b0d23f4825ac856ba66450e988 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 93e5de92-e779-11ee-95cd-87774f69a715 -- bash -c \''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\''"\''"\'')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \''"\''"\''.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\''"\''"\''\n\''''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4a0252f1f256402789151117089c90fb status: fail success: false 2024-03-21T12:09:51.865 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-21T12:09:51.960 INFO:teuthology.run:FAIL